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

(52 errors, 10 warnings)

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

mod/questionnaire/backup/moodle1/lib.php
(#84) Line indented incorrectly; expected 12 spaces, found 8
(#85) Line indented incorrectly; expected at least 16 spaces, found 12
(#86) Line indented incorrectly; expected 12 spaces, found 8
(#87) Line indented incorrectly; expected at least 12 spaces, found 8
mod/questionnaire/backup/moodle2/backup_questionnaire_activity_task.class.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/backup/moodle2/backup_questionnaire_settingslib.php
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/backup/moodle2/backup_questionnaire_stepslib.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
mod/questionnaire/backup/moodle2/restore_questionnaire_stepslib.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
mod/questionnaire/classes/task/cleanup.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
mod/questionnaire/db/access.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/db/messages.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/db/upgrade.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/questionnaire/drawchart.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/questionnaire/fbsections.php
(#72) This comment is 59% valid code; is this commented out code?
mod/questionnaire/fbsettings_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#173) Expected 1 space after "="; newline found
(#178) Expected 1 space after "="; newline found
(#183) Expected 1 space after "="; newline found
(#196) Expected 1 space after "="; newline found
(#204) Expected 1 space after "="; newline found
mod/questionnaire/lib.php
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#129) This comment is 48% valid code; is this commented out code?
(#174) This comment is 48% valid code; is this commented out code?
(#274) Expected 1 space before comment text but found 2; use block comment if you need indentation
mod/questionnaire/locallib.php
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#71) Expected 1 space after "="; newline found
mod/questionnaire/mod_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/preview.php
(#80) No space found before comment text; expected "// CONTRIB-5872 - I don't know why this is needed." but found "//CONTRIB-5872 - I don't know why this is needed."
mod/questionnaire/questionnaire.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#670) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#1542) This comment is 64% valid code; is this commented out code?
(#2769) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#2787) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#2797) Expected 1 space before comment text but found 2; use block comment if you need indentation
mod/questionnaire/questions_form.php
(#23) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/questiontypes/questiontypes.class.php
(#46) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#72) Line indented incorrectly; expected 4 spaces, found 5
(#78) Line indented incorrectly; expected 4 spaces, found 5
(#84) Line indented incorrectly; expected 4 spaces, found 5
(#95) Line indented incorrectly; expected 4 spaces, found 5
(#101) Line indented incorrectly; expected 4 spaces, found 5
(#107) Line indented incorrectly; expected 4 spaces, found 5
(#113) Line indented incorrectly; expected 4 spaces, found 5
(#119) Line indented incorrectly; expected 4 spaces, found 5
(#125) Line indented incorrectly; expected 4 spaces, found 5
(#131) Line indented incorrectly; expected 4 spaces, found 5
(#137) Line indented incorrectly; expected 4 spaces, found 5
(#143) Line indented incorrectly; expected 4 spaces, found 5
(#149) Line indented incorrectly; expected 4 spaces, found 5
(#946) Opening brace must be the last content on the line
(#1037) Opening brace must be the last content on the line
(#1044) Opening brace must be the last content on the line
(#1076) Opening brace must be the last content on the line
(#1212) Opening brace must be the last content on the line
(#1306) Opening brace must be the last content on the line
(#1493) Expected 1 space after "=="; newline found
(#1522) Opening brace must be the last content on the line
(#1547) Opening brace must be the last content on the line
mod/questionnaire/report.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/settings_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/questionnaire/tabs.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.

Javascript coding style problems

(3087 errors, 8776 warnings)

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

mod/questionnaire/javascript/RGraph/RGraph.bar.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Expected { after 'if' condition. (curly)
(#11) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#11) 'RGraph' is not defined. (no-undef)
(#13) Expected JSDoc for 'data' but found 'array'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#13) Expected JSDoc for 'id' but found 'object'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#19) 'RGraph' is not defined. (no-undef)
(#19) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#22) Multiple spaces found before '='. (no-multi-spaces)
(#23) Multiple spaces found before '='. (no-multi-spaces)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#30) 'RGraph' is not defined. (no-undef)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#31) 'RGraph' is not defined. (no-undef)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#33) Identifier 'original_colors' is not in camel case. (camelcase)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#39) 'RGraph' is not defined. (no-undef)
(#54) Missing space before value for key 'chart.background.grid.autofit'. (key-spacing)
(#118) Trailing spaces not allowed. (no-trailing-spaces)
(#146) Missing space before value for key 'chart.key.position.gutter.boxed'. (key-spacing)
(#150) Missing space before value for key 'chart.key.interactive.highlight.chart.stroke'. (key-spacing)
(#151) Missing space before value for key 'chart.key.interactive.highlight.chart.fill'. (key-spacing)
(#152) Missing space before value for key 'chart.key.interactive.highlight.label'. (key-spacing)
(#192) Missing semicolon. (semi)
(#196) Unexpected alert. (no-alert)
(#203) 'i' used outside of binding context. (block-scoped-var)
(#203) Infix operators must be spaced. (space-infix-ops)
(#203) 'i' used outside of binding context. (block-scoped-var)
(#203) Infix operators must be spaced. (space-infix-ops)
(#203) 'i' used outside of binding context. (block-scoped-var)
(#204) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#204) 'i' used outside of binding context. (block-scoped-var)
(#204) 'RGraph' is not defined. (no-undef)
(#204) 'i' used outside of binding context. (block-scoped-var)
(#213) Identifier 'linear_data' is not in camel case. (camelcase)
(#213) 'RGraph' is not defined. (no-undef)
(#214) 'i' used outside of binding context. (block-scoped-var)
(#214) 'i' is already defined (no-redeclare)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) 'i' used outside of binding context. (block-scoped-var)
(#214) Infix operators must be spaced. (space-infix-ops)
(#214) Identifier 'linear_data' is not in camel case. (camelcase)
(#214) 'i' used outside of binding context. (block-scoped-var)
(#215) 'i' used outside of binding context. (block-scoped-var)
(#221) Trailing spaces not allowed. (no-trailing-spaces)
(#223) Multiple spaces found before '='. (no-multi-spaces)
(#224) Multiple spaces found before '='. (no-multi-spaces)
(#228) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#233) Identifier 'data_arr' is not in camel case. (camelcase)
(#233) 'RGraph' is not defined. (no-undef)
(#241) A space is required after ','. (comma-spacing)
(#243) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#248) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#249) Expected space or tab after '//' in comment. (spaced-comment)
(#253) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#254) Multiple spaces found before '='. (no-multi-spaces)
(#254) 'RGraph' is not defined. (no-undef)
(#255) Multiple spaces found before '='. (no-multi-spaces)
(#256) Multiple spaces found before '='. (no-multi-spaces)
(#258) Expected space or tab after '//' in comment. (spaced-comment)
(#262) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#263) Expected space or tab after '//' in comment. (spaced-comment)
(#267) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#268) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#268) Missing JSDoc @returns for function. (valid-jsdoc)
(#268) Missing JSDoc parameter type for 'value'. (valid-jsdoc)
(#270) Trailing spaces not allowed. (no-trailing-spaces)
(#274) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#274) Unexpected space before function parentheses. (space-before-function-paren)
(#277) Trailing spaces not allowed. (no-trailing-spaces)
(#281) A space is required after ','. (comma-spacing)
(#284) Trailing spaces not allowed. (no-trailing-spaces)
(#288) Trailing spaces not allowed. (no-trailing-spaces)
(#292) Trailing spaces not allowed. (no-trailing-spaces)
(#296) There should be no spaces inside this paren. (space-in-parens)
(#298) Line 298 exceeds the maximum line length of 132. (max-len)
(#298) Unexpected alert. (no-alert)
(#301) Trailing spaces not allowed. (no-trailing-spaces)
(#303) Infix operators must be spaced. (space-infix-ops)
(#303) Infix operators must be spaced. (space-infix-ops)
(#304) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#305) Unexpected alert. (no-alert)
(#310) Trailing spaces not allowed. (no-trailing-spaces)
(#317) Trailing spaces not allowed. (no-trailing-spaces)
(#319) Trailing spaces not allowed. (no-trailing-spaces)
(#321) Missing semicolon. (semi)
(#325) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#326) Missing JSDoc @returns for function. (valid-jsdoc)
(#326) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#328) Trailing spaces not allowed. (no-trailing-spaces)
(#331) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#331) Unexpected space before function parentheses. (space-before-function-paren)
(#336) A space is required after ','. (comma-spacing)
(#339) Trailing spaces not allowed. (no-trailing-spaces)
(#341) Missing semicolon. (semi)
(#345) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#346) Missing JSDoc @returns for function. (valid-jsdoc)
(#349) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#349) Unexpected space before function parentheses. (space-before-function-paren)
(#350) Trailing spaces not allowed. (no-trailing-spaces)
(#352) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#355) Trailing spaces not allowed. (no-trailing-spaces)
(#360) Trailing spaces not allowed. (no-trailing-spaces)
(#361) Trailing spaces not allowed. (no-trailing-spaces)
(#362) Trailing spaces not allowed. (no-trailing-spaces)
(#362) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#368) Trailing spaces not allowed. (no-trailing-spaces)
(#372) Trailing spaces not allowed. (no-trailing-spaces)
(#373) Trailing spaces not allowed. (no-trailing-spaces)
(#374) Trailing spaces not allowed. (no-trailing-spaces)
(#374) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#379) Multiple spaces found before '='. (no-multi-spaces)
(#380) Multiple spaces found before '='. (no-multi-spaces)
(#381) Multiple spaces found before '='. (no-multi-spaces)
(#383) Trailing spaces not allowed. (no-trailing-spaces)
(#385) Trailing spaces not allowed. (no-trailing-spaces)
(#389) There should be no spaces inside this paren. (space-in-parens)
(#389) Multiple spaces found before '('. (no-multi-spaces)
(#390) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#393) Trailing spaces not allowed. (no-trailing-spaces)
(#394) Unexpected alert. (no-alert)
(#396) Trailing spaces not allowed. (no-trailing-spaces)
(#400) Multiple spaces found before '='. (no-multi-spaces)
(#401) Multiple spaces found before '='. (no-multi-spaces)
(#403) Trailing spaces not allowed. (no-trailing-spaces)
(#408) Multiple spaces found before '='. (no-multi-spaces)
(#409) Multiple spaces found before '='. (no-multi-spaces)
(#410) Multiple spaces found before '='. (no-multi-spaces)
(#412) Trailing spaces not allowed. (no-trailing-spaces)
(#413) Trailing spaces not allowed. (no-trailing-spaces)
(#416) Trailing spaces not allowed. (no-trailing-spaces)
(#417) Trailing spaces not allowed. (no-trailing-spaces)
(#418) Trailing spaces not allowed. (no-trailing-spaces)
(#419) Trailing spaces not allowed. (no-trailing-spaces)
(#419) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#420) Expected space or tab after '//' in comment. (spaced-comment)
(#428) Trailing spaces not allowed. (no-trailing-spaces)
(#430) Trailing spaces not allowed. (no-trailing-spaces)
(#431) Trailing spaces not allowed. (no-trailing-spaces)
(#438) Trailing spaces not allowed. (no-trailing-spaces)
(#439) Trailing spaces not allowed. (no-trailing-spaces)
(#444) Trailing spaces not allowed. (no-trailing-spaces)
(#445) Trailing spaces not allowed. (no-trailing-spaces)
(#454) Trailing spaces not allowed. (no-trailing-spaces)
(#455) Trailing spaces not allowed. (no-trailing-spaces)
(#455) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#462) Trailing spaces not allowed. (no-trailing-spaces)
(#463) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Trailing spaces not allowed. (no-trailing-spaces)
(#471) Trailing spaces not allowed. (no-trailing-spaces)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#477) Trailing spaces not allowed. (no-trailing-spaces)
(#482) Trailing spaces not allowed. (no-trailing-spaces)
(#484) Missing semicolon. (semi)
(#488) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#492) Function 'anonymous' has a complexity of 61. (complexity)
(#492) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#492) Unexpected space before function parentheses. (space-before-function-paren)
(#493) Trailing spaces not allowed. (no-trailing-spaces)
(#497) Trailing spaces not allowed. (no-trailing-spaces)
(#501) Trailing spaces not allowed. (no-trailing-spaces)
(#504) Multiple spaces found before '='. (no-multi-spaces)
(#505) Trailing spaces not allowed. (no-trailing-spaces)
(#507) 'ISSAFARI' is not defined. (no-undef)
(#510) Trailing spaces not allowed. (no-trailing-spaces)
(#511) Trailing spaces not allowed. (no-trailing-spaces)
(#522) Trailing spaces not allowed. (no-trailing-spaces)
(#526) Line 526 exceeds the maximum line length of 132. (max-len)
(#527) Line 527 exceeds the maximum line length of 132. (max-len)
(#536) Trailing spaces not allowed. (no-trailing-spaces)
(#538) Trailing spaces not allowed. (no-trailing-spaces)
(#542) Multiple spaces found before '='. (no-multi-spaces)
(#543) Trailing spaces not allowed. (no-trailing-spaces)
(#545) 'y' is not defined. (no-undef)
(#545) Infix operators must be spaced. (space-infix-ops)
(#546) Line 546 exceeds the maximum line length of 132. (max-len)
(#546) 'y' is not defined. (no-undef)
(#546) 'y' is not defined. (no-undef)
(#547) 'y' is not defined. (no-undef)
(#548) Trailing spaces not allowed. (no-trailing-spaces)
(#549) Expected { after 'if' condition. (curly)
(#549) 'y' is not defined. (no-undef)
(#550) Trailing spaces not allowed. (no-trailing-spaces)
(#552) Expected { after 'if' condition. (curly)
(#552) 'y' is not defined. (no-undef)
(#553) Trailing spaces not allowed. (no-trailing-spaces)
(#554) 'y' is not defined. (no-undef)
(#555) 'y' is not defined. (no-undef)
(#558) Trailing spaces not allowed. (no-trailing-spaces)
(#575) Trailing spaces not allowed. (no-trailing-spaces)
(#576) Trailing spaces not allowed. (no-trailing-spaces)
(#579) Trailing spaces not allowed. (no-trailing-spaces)
(#580) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#581) 'xTickGap' used outside of binding context. (block-scoped-var)
(#583) 'xTickGap' used outside of binding context. (block-scoped-var)
(#583) 'xTickGap' is already defined (no-redeclare)
(#585) Trailing spaces not allowed. (no-trailing-spaces)
(#587) 'yStart' is not defined. (no-undef)
(#587) Multiple spaces found before '='. (no-multi-spaces)
(#588) 'yEnd' is not defined. (no-undef)
(#588) Multiple spaces found before '='. (no-multi-spaces)
(#590) 'yStart' is not defined. (no-undef)
(#591) 'yEnd' is not defined. (no-undef)
(#591) Multiple spaces found before '='. (no-multi-spaces)
(#593) 'yStart' is not defined. (no-undef)
(#594) 'yEnd' is not defined. (no-undef)
(#594) Multiple spaces found before '='. (no-multi-spaces)
(#596) Trailing spaces not allowed. (no-trailing-spaces)
(#597) 'yStart' is not defined. (no-undef)
(#597) 'yStart' is assigned to itself. (no-self-assign)
(#597) 'yStart' is not defined. (no-undef)
(#598) 'yEnd' is not defined. (no-undef)
(#598) 'yEnd' is not defined. (no-undef)
(#598) 'yEnd' is assigned to itself. (no-self-assign)
(#599) Trailing spaces not allowed. (no-trailing-spaces)
(#600) Expected space or tab after '//' in comment. (spaced-comment)
(#602) Trailing spaces not allowed. (no-trailing-spaces)
(#603) Line 603 exceeds the maximum line length of 132. (max-len)
(#603) 'x' is not defined. (no-undef)
(#603) Infix operators must be spaced. (space-infix-ops)
(#603) 'xTickGap' used outside of binding context. (block-scoped-var)
(#603) 'xTickGap' used outside of binding context. (block-scoped-var)
(#603) A space is required after ','. (comma-spacing)
(#603) 'len' is not defined. (no-undef)
(#603) Infix operators must be spaced. (space-infix-ops)
(#603) 'x' is not defined. (no-undef)
(#603) Infix operators must be spaced. (space-infix-ops)
(#603) 'len' is not defined. (no-undef)
(#603) 'x' is not defined. (no-undef)
(#603) Infix operators must be spaced. (space-infix-ops)
(#603) 'xTickGap' used outside of binding context. (block-scoped-var)
(#603) 'xTickGap' used outside of binding context. (block-scoped-var)
(#604) Trailing spaces not allowed. (no-trailing-spaces)
(#605) 'x' is not defined. (no-undef)
(#606) 'x' is not defined. (no-undef)
(#606) 'yStart' is not defined. (no-undef)
(#607) 'x' is not defined. (no-undef)
(#607) 'yEnd' is not defined. (no-undef)
(#608) Trailing spaces not allowed. (no-trailing-spaces)
(#609) 'x' is not defined. (no-undef)
(#609) 'x' is not defined. (no-undef)
(#609) There should be no spaces inside this paren. (space-in-parens)
(#610) 'x' is not defined. (no-undef)
(#610) 'yStart' is not defined. (no-undef)
(#611) 'x' is not defined. (no-undef)
(#611) 'yEnd' is not defined. (no-undef)
(#612) Trailing spaces not allowed. (no-trailing-spaces)
(#613) 'x' is not defined. (no-undef)
(#614) 'x' is not defined. (no-undef)
(#614) 'yStart' is not defined. (no-undef)
(#615) 'x' is not defined. (no-undef)
(#615) 'yEnd' is not defined. (no-undef)
(#616) Trailing spaces not allowed. (no-trailing-spaces)
(#617) 'x' is not defined. (no-undef)
(#617) 'x' is not defined. (no-undef)
(#618) 'x' is not defined. (no-undef)
(#618) 'yStart' is not defined. (no-undef)
(#619) 'x' is not defined. (no-undef)
(#619) 'yEnd' is not defined. (no-undef)
(#622) Trailing spaces not allowed. (no-trailing-spaces)
(#623) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#624) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#625) 'yStart' is not defined. (no-undef)
(#626) 'yEnd' is not defined. (no-undef)
(#629) Trailing spaces not allowed. (no-trailing-spaces)
(#630) Expected space or tab after '//' in comment. (spaced-comment)
(#632) Trailing spaces not allowed. (no-trailing-spaces)
(#636) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#645) Trailing spaces not allowed. (no-trailing-spaces)
(#647) Missing semicolon. (semi)
(#648) Trailing spaces not allowed. (no-trailing-spaces)
(#649) Trailing spaces not allowed. (no-trailing-spaces)
(#650) Trailing spaces not allowed. (no-trailing-spaces)
(#650) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#654) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#654) Function 'anonymous' has a complexity of 102. (complexity)
(#654) Unexpected space before function parentheses. (space-before-function-paren)
(#657) Multiple spaces found before '='. (no-multi-spaces)
(#658) Multiple spaces found before '='. (no-multi-spaces)
(#660) Trailing spaces not allowed. (no-trailing-spaces)
(#661) Multiple spaces found before '='. (no-multi-spaces)
(#663) Multiple spaces found before '='. (no-multi-spaces)
(#664) 'prevX' is defined but never used (no-unused-vars)
(#664) Multiple spaces found before '='. (no-multi-spaces)
(#665) 'prevY' is defined but never used (no-unused-vars)
(#665) Multiple spaces found before '='. (no-multi-spaces)
(#666) 'decimals' is defined but never used (no-unused-vars)
(#666) Multiple spaces found before '='. (no-multi-spaces)
(#667) Trailing spaces not allowed. (no-trailing-spaces)
(#672) Trailing spaces not allowed. (no-trailing-spaces)
(#673) 'RGraph' is not defined. (no-undef)
(#674) Missing space before value for key 'max'. (key-spacing)
(#676) Missing space before value for key 'min'. (key-spacing)
(#677) Missing space before value for key 'scale.thousand'. (key-spacing)
(#678) Missing space before value for key 'scale.point'. (key-spacing)
(#679) Missing space before value for key 'scale.decimals'. (key-spacing)
(#680) Missing space before value for key 'ylabels.count'. (key-spacing)
(#681) Missing space before value for key 'scale.round'. (key-spacing)
(#685) Trailing spaces not allowed. (no-trailing-spaces)
(#687) Trailing spaces not allowed. (no-trailing-spaces)
(#688) 'i' used outside of binding context. (block-scoped-var)
(#688) 'i' used outside of binding context. (block-scoped-var)
(#688) Infix operators must be spaced. (space-infix-ops)
(#688) 'i' used outside of binding context. (block-scoped-var)
(#688) 'i' used outside of binding context. (block-scoped-var)
(#688) Infix operators must be spaced. (space-infix-ops)
(#688) 'i' used outside of binding context. (block-scoped-var)
(#688) 'i' used outside of binding context. (block-scoped-var)
(#689) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#689) 'i' used outside of binding context. (block-scoped-var)
(#689) 'i' used outside of binding context. (block-scoped-var)
(#690) Line 690 exceeds the maximum line length of 132. (max-len)
(#690) 'value' used outside of binding context. (block-scoped-var)
(#690) 'RGraph' is not defined. (no-undef)
(#690) 'i' used outside of binding context. (block-scoped-var)
(#690) 'i' used outside of binding context. (block-scoped-var)
(#690) 'RGraph' is not defined. (no-undef)
(#690) 'i' used outside of binding context. (block-scoped-var)
(#690) 'i' used outside of binding context. (block-scoped-var)
(#690) Unexpected whitespace before semicolon. (semi-spacing)
(#691) Trailing spaces not allowed. (no-trailing-spaces)
(#693) 'value' is already defined (no-redeclare)
(#693) 'value' used outside of binding context. (block-scoped-var)
(#693) 'i' used outside of binding context. (block-scoped-var)
(#693) 'i' used outside of binding context. (block-scoped-var)
(#695) Trailing spaces not allowed. (no-trailing-spaces)
(#696) 'value' used outside of binding context. (block-scoped-var)
(#696) 'value' used outside of binding context. (block-scoped-var)
(#698) Trailing spaces not allowed. (no-trailing-spaces)
(#699) 'RGraph' is not defined. (no-undef)
(#700) Missing space before value for key 'max'. (key-spacing)
(#701) Missing space before value for key 'min'. (key-spacing)
(#702) Missing space before value for key 'scale.thousand'. (key-spacing)
(#703) Missing space before value for key 'scale.point'. (key-spacing)
(#704) Missing space before value for key 'scale.decimals'. (key-spacing)
(#705) Missing space before value for key 'ylabels.count'. (key-spacing)
(#706) Missing space before value for key 'scale.round'. (key-spacing)
(#710) Trailing spaces not allowed. (no-trailing-spaces)
(#711) Trailing spaces not allowed. (no-trailing-spaces)
(#719) Trailing spaces not allowed. (no-trailing-spaces)
(#724) 'RGraph' is not defined. (no-undef)
(#726) Trailing spaces not allowed. (no-trailing-spaces)
(#728) Trailing spaces not allowed. (no-trailing-spaces)
(#735) Trailing spaces not allowed. (no-trailing-spaces)
(#739) Trailing spaces not allowed. (no-trailing-spaces)
(#741) Multiple spaces found before '='. (no-multi-spaces)
(#742) Multiple spaces found before '='. (no-multi-spaces)
(#742) There should be no spaces inside this paren. (space-in-parens)
(#743) Identifier 'orig_height' is not in camel case. (camelcase)
(#743) 'orig_height' is defined but never used (no-unused-vars)
(#743) Multiple spaces found before '='. (no-multi-spaces)
(#743) 'height' used outside of binding context. (block-scoped-var)
(#743) 'height' used outside of binding context. (block-scoped-var)
(#743) 'height' used outside of binding context. (block-scoped-var)
(#743) 'height' used outside of binding context. (block-scoped-var)
(#743) 'height' used outside of binding context. (block-scoped-var)
(#744) Multiple spaces found before '='. (no-multi-spaces)
(#745) Multiple spaces found before '='. (no-multi-spaces)
(#746) Multiple spaces found before '='. (no-multi-spaces)
(#747) Multiple spaces found before '='. (no-multi-spaces)
(#750) Multiple spaces found before '='. (no-multi-spaces)
(#751) Multiple spaces found before '='. (no-multi-spaces)
(#753) Trailing spaces not allowed. (no-trailing-spaces)
(#754) 'i' used outside of binding context. (block-scoped-var)
(#754) 'i' used outside of binding context. (block-scoped-var)
(#754) Infix operators must be spaced. (space-infix-ops)
(#754) A space is required after ','. (comma-spacing)
(#754) 'len' is not defined. (no-undef)
(#754) Infix operators must be spaced. (space-infix-ops)
(#754) 'i' used outside of binding context. (block-scoped-var)
(#754) 'i' used outside of binding context. (block-scoped-var)
(#754) Infix operators must be spaced. (space-infix-ops)
(#754) 'len' is not defined. (no-undef)
(#754) 'i' used outside of binding context. (block-scoped-var)
(#754) 'i' used outside of binding context. (block-scoped-var)
(#754) Infix operators must be spaced. (space-infix-ops)
(#755) Trailing spaces not allowed. (no-trailing-spaces)
(#757) Expected space or tab after '//' in comment. (spaced-comment)
(#758) Line 758 exceeds the maximum line length of 132. (max-len)
(#758) 'height' used outside of binding context. (block-scoped-var)
(#758) 'height' used outside of binding context. (block-scoped-var)
(#758) 'height' used outside of binding context. (block-scoped-var)
(#758) 'height' used outside of binding context. (block-scoped-var)
(#758) 'RGraph' is not defined. (no-undef)
(#758) 'i' used outside of binding context. (block-scoped-var)
(#758) 'i' used outside of binding context. (block-scoped-var)
(#758) 'RGraph' is not defined. (no-undef)
(#758) 'i' used outside of binding context. (block-scoped-var)
(#758) 'i' used outside of binding context. (block-scoped-var)
(#758) 'RGraph' is not defined. (no-undef)
(#758) 'i' used outside of binding context. (block-scoped-var)
(#758) 'i' used outside of binding context. (block-scoped-var)
(#758) There should be no spaces inside this paren. (space-in-parens)
(#759) Trailing spaces not allowed. (no-trailing-spaces)
(#762) 'height' used outside of binding context. (block-scoped-var)
(#762) 'height' used outside of binding context. (block-scoped-var)
(#762) 'height' used outside of binding context. (block-scoped-var)
(#762) 'height' used outside of binding context. (block-scoped-var)
(#764) Trailing spaces not allowed. (no-trailing-spaces)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#766) 'height' used outside of binding context. (block-scoped-var)
(#766) 'height' used outside of binding context. (block-scoped-var)
(#766) 'height' used outside of binding context. (block-scoped-var)
(#766) 'height' used outside of binding context. (block-scoped-var)
(#767) 'height' used outside of binding context. (block-scoped-var)
(#767) 'height' used outside of binding context. (block-scoped-var)
(#767) 'height' used outside of binding context. (block-scoped-var)
(#767) 'height' used outside of binding context. (block-scoped-var)
(#768) Trailing spaces not allowed. (no-trailing-spaces)
(#771) 'height' used outside of binding context. (block-scoped-var)
(#771) 'height' used outside of binding context. (block-scoped-var)
(#771) 'height' used outside of binding context. (block-scoped-var)
(#771) 'height' used outside of binding context. (block-scoped-var)
(#773) Trailing spaces not allowed. (no-trailing-spaces)
(#774) Trailing spaces not allowed. (no-trailing-spaces)
(#776) 'height' used outside of binding context. (block-scoped-var)
(#776) 'height' used outside of binding context. (block-scoped-var)
(#776) 'height' used outside of binding context. (block-scoped-var)
(#776) 'height' used outside of binding context. (block-scoped-var)
(#777) 'height' used outside of binding context. (block-scoped-var)
(#777) 'height' used outside of binding context. (block-scoped-var)
(#777) 'height' used outside of binding context. (block-scoped-var)
(#777) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#778) 'height' used outside of binding context. (block-scoped-var)
(#780) Trailing spaces not allowed. (no-trailing-spaces)
(#785) Multiple spaces found before '='. (no-multi-spaces)
(#786) Multiple spaces found before '='. (no-multi-spaces)
(#790) Trailing spaces not allowed. (no-trailing-spaces)
(#795) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#795) 'i' used outside of binding context. (block-scoped-var)
(#795) 'i' used outside of binding context. (block-scoped-var)
(#796) Trailing spaces not allowed. (no-trailing-spaces)
(#797) 'barWidth' used outside of binding context. (block-scoped-var)
(#798) Trailing spaces not allowed. (no-trailing-spaces)
(#802) 'barWidth' used outside of binding context. (block-scoped-var)
(#803) Line 803 exceeds the maximum line length of 132. (max-len)
(#803) Unexpected alert. (no-alert)
(#805) Trailing spaces not allowed. (no-trailing-spaces)
(#809) Trailing spaces not allowed. (no-trailing-spaces)
(#814) 'i' used outside of binding context. (block-scoped-var)
(#814) 'i' used outside of binding context. (block-scoped-var)
(#816) Trailing spaces not allowed. (no-trailing-spaces)
(#818) Trailing spaces not allowed. (no-trailing-spaces)
(#820) Trailing spaces not allowed. (no-trailing-spaces)
(#821) 'sketchOffset' is defined but never used (no-unused-vars)
(#822) Trailing spaces not allowed. (no-trailing-spaces)
(#824) Trailing spaces not allowed. (no-trailing-spaces)
(#826) Trailing spaces not allowed. (no-trailing-spaces)
(#831) 'i' used outside of binding context. (block-scoped-var)
(#831) 'i' used outside of binding context. (block-scoped-var)
(#833) Trailing spaces not allowed. (no-trailing-spaces)
(#835) 'height' used outside of binding context. (block-scoped-var)
(#835) 'height' used outside of binding context. (block-scoped-var)
(#835) 'height' used outside of binding context. (block-scoped-var)
(#835) 'height' used outside of binding context. (block-scoped-var)
(#836) Multiple spaces found before '1'. (no-multi-spaces)
(#837) Trailing spaces not allowed. (no-trailing-spaces)
(#839) 'i' used outside of binding context. (block-scoped-var)
(#839) 'i' used outside of binding context. (block-scoped-var)
(#839) 'height' used outside of binding context. (block-scoped-var)
(#839) 'height' used outside of binding context. (block-scoped-var)
(#839) 'height' used outside of binding context. (block-scoped-var)
(#839) 'height' used outside of binding context. (block-scoped-var)
(#842) 'i' used outside of binding context. (block-scoped-var)
(#842) 'i' used outside of binding context. (block-scoped-var)
(#842) 'height' used outside of binding context. (block-scoped-var)
(#842) 'height' used outside of binding context. (block-scoped-var)
(#842) 'height' used outside of binding context. (block-scoped-var)
(#842) 'height' used outside of binding context. (block-scoped-var)
(#842) Infix operators must be spaced. (space-infix-ops)
(#844) Line 844 exceeds the maximum line length of 132. (max-len)
(#844) 'i' used outside of binding context. (block-scoped-var)
(#844) 'i' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) A space is required after ','. (comma-spacing)
(#844) 'i' used outside of binding context. (block-scoped-var)
(#844) 'i' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#844) 'height' used outside of binding context. (block-scoped-var)
(#846) Trailing spaces not allowed. (no-trailing-spaces)
(#847) Trailing spaces not allowed. (no-trailing-spaces)
(#849) Multiple spaces found before '-'. (no-multi-spaces)
(#850) 'height' used outside of binding context. (block-scoped-var)
(#850) 'height' used outside of binding context. (block-scoped-var)
(#850) 'height' used outside of binding context. (block-scoped-var)
(#850) 'height' used outside of binding context. (block-scoped-var)
(#851) Trailing spaces not allowed. (no-trailing-spaces)
(#853) Blocks are nested too deeply (5). (max-depth)
(#853) Infix operators must be spaced. (space-infix-ops)
(#853) Infix operators must be spaced. (space-infix-ops)
(#853) Infix operators must be spaced. (space-infix-ops)
(#854) A space is required after ','. (comma-spacing)
(#855) Line 855 exceeds the maximum line length of 132. (max-len)
(#855) 'height' used outside of binding context. (block-scoped-var)
(#855) 'height' used outside of binding context. (block-scoped-var)
(#855) 'height' used outside of binding context. (block-scoped-var)
(#855) 'height' used outside of binding context. (block-scoped-var)
(#858) Trailing spaces not allowed. (no-trailing-spaces)
(#860) Trailing spaces not allowed. (no-trailing-spaces)
(#863) Trailing spaces not allowed. (no-trailing-spaces)
(#864) 'RGraph' is not defined. (no-undef)
(#865) 'barWidth' used outside of binding context. (block-scoped-var)
(#865) 'height' used outside of binding context. (block-scoped-var)
(#865) 'height' used outside of binding context. (block-scoped-var)
(#865) 'height' used outside of binding context. (block-scoped-var)
(#865) 'height' used outside of binding context. (block-scoped-var)
(#867) Trailing spaces not allowed. (no-trailing-spaces)
(#869) Line 869 exceeds the maximum line length of 132. (max-len)
(#869) 'RGraph' is not defined. (no-undef)
(#869) 'barWidth' used outside of binding context. (block-scoped-var)
(#869) 'height' used outside of binding context. (block-scoped-var)
(#869) 'height' used outside of binding context. (block-scoped-var)
(#869) 'height' used outside of binding context. (block-scoped-var)
(#869) 'height' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#869) 'i' used outside of binding context. (block-scoped-var)
(#870) Line 870 exceeds the maximum line length of 132. (max-len)
(#870) 'RGraph' is not defined. (no-undef)
(#870) 'barWidth' used outside of binding context. (block-scoped-var)
(#870) 'height' used outside of binding context. (block-scoped-var)
(#870) 'height' used outside of binding context. (block-scoped-var)
(#870) 'height' used outside of binding context. (block-scoped-var)
(#870) 'height' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#876) 'barWidth' used outside of binding context. (block-scoped-var)
(#876) 'height' used outside of binding context. (block-scoped-var)
(#876) 'height' used outside of binding context. (block-scoped-var)
(#876) 'height' used outside of binding context. (block-scoped-var)
(#876) 'height' used outside of binding context. (block-scoped-var)
(#878) Trailing spaces not allowed. (no-trailing-spaces)
(#882) Trailing spaces not allowed. (no-trailing-spaces)
(#884) 'barWidth' used outside of binding context. (block-scoped-var)
(#884) 'height' used outside of binding context. (block-scoped-var)
(#884) 'height' used outside of binding context. (block-scoped-var)
(#884) 'height' used outside of binding context. (block-scoped-var)
(#884) 'height' used outside of binding context. (block-scoped-var)
(#887) Trailing spaces not allowed. (no-trailing-spaces)
(#890) Trailing spaces not allowed. (no-trailing-spaces)
(#891) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#891) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#892) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#892) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#892) Multiple spaces found before '='. (no-multi-spaces)
(#893) Trailing spaces not allowed. (no-trailing-spaces)
(#898) 'barWidth' used outside of binding context. (block-scoped-var)
(#899) 'barWidth' used outside of binding context. (block-scoped-var)
(#901) Trailing spaces not allowed. (no-trailing-spaces)
(#904) Trailing spaces not allowed. (no-trailing-spaces)
(#907) 'barWidth' used outside of binding context. (block-scoped-var)
(#908) 'barWidth' used outside of binding context. (block-scoped-var)
(#909) 'barWidth' used outside of binding context. (block-scoped-var)
(#909) 'height' used outside of binding context. (block-scoped-var)
(#909) 'height' used outside of binding context. (block-scoped-var)
(#909) 'height' used outside of binding context. (block-scoped-var)
(#909) 'height' used outside of binding context. (block-scoped-var)
(#910) 'barWidth' used outside of binding context. (block-scoped-var)
(#910) 'height' used outside of binding context. (block-scoped-var)
(#910) 'height' used outside of binding context. (block-scoped-var)
(#910) 'height' used outside of binding context. (block-scoped-var)
(#910) 'height' used outside of binding context. (block-scoped-var)
(#912) Trailing spaces not allowed. (no-trailing-spaces)
(#913) Trailing spaces not allowed. (no-trailing-spaces)
(#915) Trailing spaces not allowed. (no-trailing-spaces)
(#917) Trailing spaces not allowed. (no-trailing-spaces)
(#921) 'barWidth' used outside of binding context. (block-scoped-var)
(#922) 'barWidth' used outside of binding context. (block-scoped-var)
(#925) Trailing spaces not allowed. (no-trailing-spaces)
(#928) Trailing spaces not allowed. (no-trailing-spaces)
(#932) 'barWidth' used outside of binding context. (block-scoped-var)
(#933) 'barWidth' used outside of binding context. (block-scoped-var)
(#934) 'barWidth' used outside of binding context. (block-scoped-var)
(#934) 'height' used outside of binding context. (block-scoped-var)
(#934) 'height' used outside of binding context. (block-scoped-var)
(#934) 'height' used outside of binding context. (block-scoped-var)
(#934) 'height' used outside of binding context. (block-scoped-var)
(#935) 'barWidth' used outside of binding context. (block-scoped-var)
(#935) 'height' used outside of binding context. (block-scoped-var)
(#935) 'height' used outside of binding context. (block-scoped-var)
(#935) 'height' used outside of binding context. (block-scoped-var)
(#935) 'height' used outside of binding context. (block-scoped-var)
(#936) 'barWidth' used outside of binding context. (block-scoped-var)
(#938) Trailing spaces not allowed. (no-trailing-spaces)
(#941) Trailing spaces not allowed. (no-trailing-spaces)
(#942) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#942) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#943) Multiple spaces found before '='. (no-multi-spaces)
(#943) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#943) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#944) Trailing spaces not allowed. (no-trailing-spaces)
(#947) Trailing spaces not allowed. (no-trailing-spaces)
(#948) A space is required after ','. (comma-spacing)
(#948) A space is required after ','. (comma-spacing)
(#948) 'barWidth' used outside of binding context. (block-scoped-var)
(#948) A space is required after ','. (comma-spacing)
(#951) Trailing spaces not allowed. (no-trailing-spaces)
(#954) A space is required after ','. (comma-spacing)
(#954) 'i' used outside of binding context. (block-scoped-var)
(#954) 'i' used outside of binding context. (block-scoped-var)
(#954) A space is required after ','. (comma-spacing)
(#954) 'barWidth' used outside of binding context. (block-scoped-var)
(#954) A space is required after ','. (comma-spacing)
(#954) 'height' used outside of binding context. (block-scoped-var)
(#954) 'height' used outside of binding context. (block-scoped-var)
(#954) 'height' used outside of binding context. (block-scoped-var)
(#954) 'height' used outside of binding context. (block-scoped-var)
(#957) Trailing spaces not allowed. (no-trailing-spaces)
(#960) Trailing spaces not allowed. (no-trailing-spaces)
(#963) 'RGraph' is not defined. (no-undef)
(#965) Trailing spaces not allowed. (no-trailing-spaces)
(#966) 'yPos' used outside of binding context. (block-scoped-var)
(#967) 'barWidth' used outside of binding context. (block-scoped-var)
(#968) Trailing spaces not allowed. (no-trailing-spaces)
(#970) 'i' used outside of binding context. (block-scoped-var)
(#970) 'i' used outside of binding context. (block-scoped-var)
(#971) 'yPos' used outside of binding context. (block-scoped-var)
(#971) 'height' used outside of binding context. (block-scoped-var)
(#971) 'height' used outside of binding context. (block-scoped-var)
(#971) 'height' used outside of binding context. (block-scoped-var)
(#971) 'height' used outside of binding context. (block-scoped-var)
(#973) Trailing spaces not allowed. (no-trailing-spaces)
(#976) Line 976 exceeds the maximum line length of 132. (max-len)
(#976) 'yPos' used outside of binding context. (block-scoped-var)
(#976) 'height' used outside of binding context. (block-scoped-var)
(#976) 'height' used outside of binding context. (block-scoped-var)
(#976) 'height' used outside of binding context. (block-scoped-var)
(#976) 'height' used outside of binding context. (block-scoped-var)
(#976) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#978) Trailing spaces not allowed. (no-trailing-spaces)
(#981) 'yPos' used outside of binding context. (block-scoped-var)
(#984) Trailing spaces not allowed. (no-trailing-spaces)
(#987) 'angle' used outside of binding context. (block-scoped-var)
(#987) 'angle' used outside of binding context. (block-scoped-var)
(#987) 'angle' used outside of binding context. (block-scoped-var)
(#987) 'angle' used outside of binding context. (block-scoped-var)
(#987) 'angle' used outside of binding context. (block-scoped-var)
(#988) 'halign' used outside of binding context. (block-scoped-var)
(#988) 'halign' used outside of binding context. (block-scoped-var)
(#988) 'halign' used outside of binding context. (block-scoped-var)
(#988) 'halign' used outside of binding context. (block-scoped-var)
(#988) 'halign' used outside of binding context. (block-scoped-var)
(#989) 'valign' used outside of binding context. (block-scoped-var)
(#989) 'valign' used outside of binding context. (block-scoped-var)
(#989) 'valign' used outside of binding context. (block-scoped-var)
(#989) 'valign' used outside of binding context. (block-scoped-var)
(#989) 'valign' used outside of binding context. (block-scoped-var)
(#989) 'valign' used outside of binding context. (block-scoped-var)
(#991) 'angle' used outside of binding context. (block-scoped-var)
(#991) 'angle' used outside of binding context. (block-scoped-var)
(#991) 'angle' used outside of binding context. (block-scoped-var)
(#991) 'angle' is already defined (no-redeclare)
(#991) 'angle' used outside of binding context. (block-scoped-var)
(#991) 'angle' used outside of binding context. (block-scoped-var)
(#992) 'halign' used outside of binding context. (block-scoped-var)
(#992) 'halign' is already defined (no-redeclare)
(#992) 'halign' used outside of binding context. (block-scoped-var)
(#992) 'halign' used outside of binding context. (block-scoped-var)
(#992) 'halign' used outside of binding context. (block-scoped-var)
(#992) 'halign' used outside of binding context. (block-scoped-var)
(#993) 'valign' used outside of binding context. (block-scoped-var)
(#993) 'valign' used outside of binding context. (block-scoped-var)
(#993) 'valign' used outside of binding context. (block-scoped-var)
(#993) 'valign' used outside of binding context. (block-scoped-var)
(#993) 'valign' used outside of binding context. (block-scoped-var)
(#993) 'valign' is already defined (no-redeclare)
(#993) 'valign' used outside of binding context. (block-scoped-var)
(#1002) Trailing spaces not allowed. (no-trailing-spaces)
(#1003) 'RGraph' is not defined. (no-undef)
(#1004) Line 1004 exceeds the maximum line length of 132. (max-len)
(#1004) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1006) 'yPos' used outside of binding context. (block-scoped-var)
(#1007) Line 1007 exceeds the maximum line length of 132. (max-len)
(#1007) 'RGraph' is not defined. (no-undef)
(#1007) 'i' used outside of binding context. (block-scoped-var)
(#1007) 'i' used outside of binding context. (block-scoped-var)
(#1007) A space is required after ','. (comma-spacing)
(#1007) A space is required after ','. (comma-spacing)
(#1008) 'halign' used outside of binding context. (block-scoped-var)
(#1008) 'halign' used outside of binding context. (block-scoped-var)
(#1008) 'halign' used outside of binding context. (block-scoped-var)
(#1008) 'halign' used outside of binding context. (block-scoped-var)
(#1008) 'halign' used outside of binding context. (block-scoped-var)
(#1008) 'halign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1010) 'valign' used outside of binding context. (block-scoped-var)
(#1011) 'angle' used outside of binding context. (block-scoped-var)
(#1011) 'angle' used outside of binding context. (block-scoped-var)
(#1011) 'angle' used outside of binding context. (block-scoped-var)
(#1011) 'angle' used outside of binding context. (block-scoped-var)
(#1011) 'angle' used outside of binding context. (block-scoped-var)
(#1011) 'angle' used outside of binding context. (block-scoped-var)
(#1015) Trailing spaces not allowed. (no-trailing-spaces)
(#1018) Trailing spaces not allowed. (no-trailing-spaces)
(#1021) 'height' used outside of binding context. (block-scoped-var)
(#1021) 'height' used outside of binding context. (block-scoped-var)
(#1021) 'height' used outside of binding context. (block-scoped-var)
(#1021) 'height' used outside of binding context. (block-scoped-var)
(#1023) Trailing spaces not allowed. (no-trailing-spaces)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1025) 'i' used outside of binding context. (block-scoped-var)
(#1026) 'i' used outside of binding context. (block-scoped-var)
(#1026) 'i' used outside of binding context. (block-scoped-var)
(#1026) 'height' used outside of binding context. (block-scoped-var)
(#1026) 'height' used outside of binding context. (block-scoped-var)
(#1026) 'height' used outside of binding context. (block-scoped-var)
(#1026) 'height' used outside of binding context. (block-scoped-var)
(#1027) Trailing spaces not allowed. (no-trailing-spaces)
(#1030) Trailing spaces not allowed. (no-trailing-spaces)
(#1035) 'i' used outside of binding context. (block-scoped-var)
(#1035) 'i' used outside of binding context. (block-scoped-var)
(#1037) Trailing spaces not allowed. (no-trailing-spaces)
(#1041) Trailing spaces not allowed. (no-trailing-spaces)
(#1042) Trailing spaces not allowed. (no-trailing-spaces)
(#1042) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1045) Unexpected alert. (no-alert)
(#1048) 'height' used outside of binding context. (block-scoped-var)
(#1048) 'height' used outside of binding context. (block-scoped-var)
(#1048) 'height' used outside of binding context. (block-scoped-var)
(#1048) 'height' used outside of binding context. (block-scoped-var)
(#1049) Trailing spaces not allowed. (no-trailing-spaces)
(#1050) 'i' used outside of binding context. (block-scoped-var)
(#1050) 'i' used outside of binding context. (block-scoped-var)
(#1051) 'i' used outside of binding context. (block-scoped-var)
(#1051) 'i' used outside of binding context. (block-scoped-var)
(#1053) 'i' used outside of binding context. (block-scoped-var)
(#1053) 'i' used outside of binding context. (block-scoped-var)
(#1053) 'height' used outside of binding context. (block-scoped-var)
(#1053) 'height' used outside of binding context. (block-scoped-var)
(#1053) 'height' used outside of binding context. (block-scoped-var)
(#1053) 'height' used outside of binding context. (block-scoped-var)
(#1054) Trailing spaces not allowed. (no-trailing-spaces)
(#1055) Trailing spaces not allowed. (no-trailing-spaces)
(#1059) 'i' used outside of binding context. (block-scoped-var)
(#1059) 'i' used outside of binding context. (block-scoped-var)
(#1059) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1059) 'i' used outside of binding context. (block-scoped-var)
(#1059) 'i' used outside of binding context. (block-scoped-var)
(#1060) Trailing spaces not allowed. (no-trailing-spaces)
(#1062) Unexpected alert. (no-alert)
(#1064) Trailing spaces not allowed. (no-trailing-spaces)
(#1065) 'barWidth' is already defined (no-redeclare)
(#1065) 'barWidth' used outside of binding context. (block-scoped-var)
(#1065) Multiple spaces found before '='. (no-multi-spaces)
(#1066) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1067) 'startY' used outside of binding context. (block-scoped-var)
(#1067) 'startY' used outside of binding context. (block-scoped-var)
(#1067) 'startY' used outside of binding context. (block-scoped-var)
(#1067) 'startY' used outside of binding context. (block-scoped-var)
(#1067) Multiple spaces found before '='. (no-multi-spaces)
(#1068) Multiple spaces found before '='. (no-multi-spaces)
(#1068) 'i' used outside of binding context. (block-scoped-var)
(#1068) 'i' used outside of binding context. (block-scoped-var)
(#1069) Trailing spaces not allowed. (no-trailing-spaces)
(#1073) 'barWidth' used outside of binding context. (block-scoped-var)
(#1074) Line 1074 exceeds the maximum line length of 132. (max-len)
(#1074) Unexpected alert. (no-alert)
(#1076) Trailing spaces not allowed. (no-trailing-spaces)
(#1077) 'j' used outside of binding context. (block-scoped-var)
(#1077) Infix operators must be spaced. (space-infix-ops)
(#1077) 'j' used outside of binding context. (block-scoped-var)
(#1077) Infix operators must be spaced. (space-infix-ops)
(#1077) 'j' used outside of binding context. (block-scoped-var)
(#1078) Trailing spaces not allowed. (no-trailing-spaces)
(#1081) Unexpected alert. (no-alert)
(#1084) Trailing spaces not allowed. (no-trailing-spaces)
(#1086) 'i' used outside of binding context. (block-scoped-var)
(#1086) 'i' used outside of binding context. (block-scoped-var)
(#1086) 'j' used outside of binding context. (block-scoped-var)
(#1087) Line 1087 exceeds the maximum line length of 132. (max-len)
(#1087) Unexpected alert. (no-alert)
(#1090) Trailing spaces not allowed. (no-trailing-spaces)
(#1094) Missing semicolon. (semi)
(#1095) 'j' used outside of binding context. (block-scoped-var)
(#1096) Trailing spaces not allowed. (no-trailing-spaces)
(#1098) 'i' used outside of binding context. (block-scoped-var)
(#1098) 'i' used outside of binding context. (block-scoped-var)
(#1098) 'j' used outside of binding context. (block-scoped-var)
(#1100) Trailing spaces not allowed. (no-trailing-spaces)
(#1106) Trailing spaces not allowed. (no-trailing-spaces)
(#1107) 'height' is already defined (no-redeclare)
(#1107) 'height' used outside of binding context. (block-scoped-var)
(#1107) 'height' used outside of binding context. (block-scoped-var)
(#1107) 'height' used outside of binding context. (block-scoped-var)
(#1107) 'j' used outside of binding context. (block-scoped-var)
(#1107) There should be no spaces inside this paren. (space-in-parens)
(#1111) 'height' used outside of binding context. (block-scoped-var)
(#1111) 'height' used outside of binding context. (block-scoped-var)
(#1111) 'height' used outside of binding context. (block-scoped-var)
(#1113) Trailing spaces not allowed. (no-trailing-spaces)
(#1114) Line 1114 exceeds the maximum line length of 132. (max-len)
(#1114) 'totalHeight' is defined but never used (no-unused-vars)
(#1114) 'RGraph' is not defined. (no-undef)
(#1115) Trailing spaces not allowed. (no-trailing-spaces)
(#1119) 'height' used outside of binding context. (block-scoped-var)
(#1119) 'height' used outside of binding context. (block-scoped-var)
(#1119) 'height' used outside of binding context. (block-scoped-var)
(#1120) 'i' used outside of binding context. (block-scoped-var)
(#1120) 'i' used outside of binding context. (block-scoped-var)
(#1121) 'i' used outside of binding context. (block-scoped-var)
(#1121) 'i' used outside of binding context. (block-scoped-var)
(#1123) 'i' used outside of binding context. (block-scoped-var)
(#1123) 'i' used outside of binding context. (block-scoped-var)
(#1123) 'height' used outside of binding context. (block-scoped-var)
(#1123) 'height' used outside of binding context. (block-scoped-var)
(#1123) 'height' used outside of binding context. (block-scoped-var)
(#1124) Trailing spaces not allowed. (no-trailing-spaces)
(#1126) 'RGraph' is not defined. (no-undef)
(#1127) 'height' used outside of binding context. (block-scoped-var)
(#1127) 'height' used outside of binding context. (block-scoped-var)
(#1127) 'height' used outside of binding context. (block-scoped-var)
(#1129) Trailing spaces not allowed. (no-trailing-spaces)
(#1130) 'height' used outside of binding context. (block-scoped-var)
(#1130) 'height' used outside of binding context. (block-scoped-var)
(#1130) 'height' used outside of binding context. (block-scoped-var)
(#1131) 'height' used outside of binding context. (block-scoped-var)
(#1131) 'height' used outside of binding context. (block-scoped-var)
(#1131) 'height' used outside of binding context. (block-scoped-var)
(#1132) 'height' used outside of binding context. (block-scoped-var)
(#1132) 'height' used outside of binding context. (block-scoped-var)
(#1132) 'height' used outside of binding context. (block-scoped-var)
(#1135) Trailing spaces not allowed. (no-trailing-spaces)
(#1136) 'j' used outside of binding context. (block-scoped-var)
(#1137) 'startY' used outside of binding context. (block-scoped-var)
(#1137) 'startY' used outside of binding context. (block-scoped-var)
(#1137) 'startY' is already defined (no-redeclare)
(#1137) 'startY' used outside of binding context. (block-scoped-var)
(#1138) 'startX' used outside of binding context. (block-scoped-var)
(#1140) Trailing spaces not allowed. (no-trailing-spaces)
(#1145) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1145) 'height' used outside of binding context. (block-scoped-var)
(#1145) 'height' used outside of binding context. (block-scoped-var)
(#1145) 'height' used outside of binding context. (block-scoped-var)
(#1147) Trailing spaces not allowed. (no-trailing-spaces)
(#1152) Trailing spaces not allowed. (no-trailing-spaces)
(#1153) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1153) 'prevFillStyle' is already defined (no-redeclare)
(#1153) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1154) 'prevStrokeStyle' is already defined (no-redeclare)
(#1154) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1154) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1155) Trailing spaces not allowed. (no-trailing-spaces)
(#1156) Trailing spaces not allowed. (no-trailing-spaces)
(#1158) 'j' used outside of binding context. (block-scoped-var)
(#1160) 'startX' used outside of binding context. (block-scoped-var)
(#1160) 'startX' used outside of binding context. (block-scoped-var)
(#1161) 'startX' used outside of binding context. (block-scoped-var)
(#1161) 'startX' used outside of binding context. (block-scoped-var)
(#1162) 'startX' used outside of binding context. (block-scoped-var)
(#1162) 'startX' used outside of binding context. (block-scoped-var)
(#1162) 'barWidth' used outside of binding context. (block-scoped-var)
(#1163) 'startX' used outside of binding context. (block-scoped-var)
(#1163) 'startX' used outside of binding context. (block-scoped-var)
(#1163) 'barWidth' used outside of binding context. (block-scoped-var)
(#1165) Trailing spaces not allowed. (no-trailing-spaces)
(#1169) Trailing spaces not allowed. (no-trailing-spaces)
(#1172) 'startX' used outside of binding context. (block-scoped-var)
(#1172) 'startX' used outside of binding context. (block-scoped-var)
(#1172) 'barWidth' used outside of binding context. (block-scoped-var)
(#1173) 'startX' used outside of binding context. (block-scoped-var)
(#1173) 'startX' used outside of binding context. (block-scoped-var)
(#1173) 'barWidth' used outside of binding context. (block-scoped-var)
(#1174) 'startX' used outside of binding context. (block-scoped-var)
(#1174) 'startX' used outside of binding context. (block-scoped-var)
(#1174) 'barWidth' used outside of binding context. (block-scoped-var)
(#1174) 'height' used outside of binding context. (block-scoped-var)
(#1174) 'height' used outside of binding context. (block-scoped-var)
(#1174) 'height' used outside of binding context. (block-scoped-var)
(#1175) 'startX' used outside of binding context. (block-scoped-var)
(#1175) 'startX' used outside of binding context. (block-scoped-var)
(#1175) 'barWidth' used outside of binding context. (block-scoped-var)
(#1175) There should be no space before ','. (comma-spacing)
(#1175) 'height' used outside of binding context. (block-scoped-var)
(#1175) 'height' used outside of binding context. (block-scoped-var)
(#1175) 'height' used outside of binding context. (block-scoped-var)
(#1177) Trailing spaces not allowed. (no-trailing-spaces)
(#1180) Trailing spaces not allowed. (no-trailing-spaces)
(#1182) 'j' used outside of binding context. (block-scoped-var)
(#1185) 'startX' used outside of binding context. (block-scoped-var)
(#1185) 'startX' used outside of binding context. (block-scoped-var)
(#1186) 'startX' used outside of binding context. (block-scoped-var)
(#1186) 'startX' used outside of binding context. (block-scoped-var)
(#1187) 'startX' used outside of binding context. (block-scoped-var)
(#1187) 'startX' used outside of binding context. (block-scoped-var)
(#1187) 'barWidth' used outside of binding context. (block-scoped-var)
(#1188) 'startX' used outside of binding context. (block-scoped-var)
(#1188) 'startX' used outside of binding context. (block-scoped-var)
(#1188) 'barWidth' used outside of binding context. (block-scoped-var)
(#1190) Trailing spaces not allowed. (no-trailing-spaces)
(#1194) Trailing spaces not allowed. (no-trailing-spaces)
(#1198) 'startX' used outside of binding context. (block-scoped-var)
(#1198) 'startX' used outside of binding context. (block-scoped-var)
(#1198) 'barWidth' used outside of binding context. (block-scoped-var)
(#1199) 'startX' used outside of binding context. (block-scoped-var)
(#1199) 'startX' used outside of binding context. (block-scoped-var)
(#1199) 'barWidth' used outside of binding context. (block-scoped-var)
(#1200) 'startX' used outside of binding context. (block-scoped-var)
(#1200) 'startX' used outside of binding context. (block-scoped-var)
(#1200) 'barWidth' used outside of binding context. (block-scoped-var)
(#1200) 'height' used outside of binding context. (block-scoped-var)
(#1200) 'height' used outside of binding context. (block-scoped-var)
(#1200) 'height' used outside of binding context. (block-scoped-var)
(#1201) 'startX' used outside of binding context. (block-scoped-var)
(#1201) 'startX' used outside of binding context. (block-scoped-var)
(#1201) 'barWidth' used outside of binding context. (block-scoped-var)
(#1201) There should be no space before ','. (comma-spacing)
(#1201) 'height' used outside of binding context. (block-scoped-var)
(#1201) 'height' used outside of binding context. (block-scoped-var)
(#1201) 'height' used outside of binding context. (block-scoped-var)
(#1203) Trailing spaces not allowed. (no-trailing-spaces)
(#1206) Trailing spaces not allowed. (no-trailing-spaces)
(#1207) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1207) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1208) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1208) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1210) Trailing spaces not allowed. (no-trailing-spaces)
(#1211) 'height' used outside of binding context. (block-scoped-var)
(#1211) 'height' used outside of binding context. (block-scoped-var)
(#1211) 'height' used outside of binding context. (block-scoped-var)
(#1213) Trailing spaces not allowed. (no-trailing-spaces)
(#1216) Trailing spaces not allowed. (no-trailing-spaces)
(#1219) Trailing spaces not allowed. (no-trailing-spaces)
(#1226) Trailing spaces not allowed. (no-trailing-spaces)
(#1229) 'angle' used outside of binding context. (block-scoped-var)
(#1229) 'angle' used outside of binding context. (block-scoped-var)
(#1229) 'angle' used outside of binding context. (block-scoped-var)
(#1229) 'angle' used outside of binding context. (block-scoped-var)
(#1229) 'angle' used outside of binding context. (block-scoped-var)
(#1229) 'angle' is already defined (no-redeclare)
(#1230) 'halign' used outside of binding context. (block-scoped-var)
(#1230) 'halign' is already defined (no-redeclare)
(#1230) 'halign' used outside of binding context. (block-scoped-var)
(#1230) 'halign' used outside of binding context. (block-scoped-var)
(#1230) 'halign' used outside of binding context. (block-scoped-var)
(#1230) 'halign' used outside of binding context. (block-scoped-var)
(#1231) 'valign' used outside of binding context. (block-scoped-var)
(#1231) 'valign' used outside of binding context. (block-scoped-var)
(#1231) 'valign' used outside of binding context. (block-scoped-var)
(#1231) 'valign' used outside of binding context. (block-scoped-var)
(#1231) 'valign' used outside of binding context. (block-scoped-var)
(#1231) 'valign' is already defined (no-redeclare)
(#1231) 'valign' used outside of binding context. (block-scoped-var)
(#1233) 'angle' used outside of binding context. (block-scoped-var)
(#1233) 'angle' used outside of binding context. (block-scoped-var)
(#1233) 'angle' used outside of binding context. (block-scoped-var)
(#1233) 'angle' used outside of binding context. (block-scoped-var)
(#1233) 'angle' is already defined (no-redeclare)
(#1233) 'angle' used outside of binding context. (block-scoped-var)
(#1234) 'halign' used outside of binding context. (block-scoped-var)
(#1234) 'halign' used outside of binding context. (block-scoped-var)
(#1234) 'halign' used outside of binding context. (block-scoped-var)
(#1234) 'halign' used outside of binding context. (block-scoped-var)
(#1234) 'halign' is already defined (no-redeclare)
(#1234) 'halign' used outside of binding context. (block-scoped-var)
(#1235) 'valign' used outside of binding context. (block-scoped-var)
(#1235) 'valign' used outside of binding context. (block-scoped-var)
(#1235) 'valign' is already defined (no-redeclare)
(#1235) 'valign' used outside of binding context. (block-scoped-var)
(#1235) 'valign' used outside of binding context. (block-scoped-var)
(#1235) 'valign' used outside of binding context. (block-scoped-var)
(#1235) 'valign' used outside of binding context. (block-scoped-var)
(#1237) Trailing spaces not allowed. (no-trailing-spaces)
(#1238) 'RGraph' is not defined. (no-undef)
(#1238) A space is required after ','. (comma-spacing)
(#1239) Line 1239 exceeds the maximum line length of 132. (max-len)
(#1239) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1240) 'startX' used outside of binding context. (block-scoped-var)
(#1240) 'startX' used outside of binding context. (block-scoped-var)
(#1240) 'barWidth' used outside of binding context. (block-scoped-var)
(#1241) Line 1241 exceeds the maximum line length of 132. (max-len)
(#1241) 'startY' used outside of binding context. (block-scoped-var)
(#1241) 'startY' used outside of binding context. (block-scoped-var)
(#1241) 'startY' used outside of binding context. (block-scoped-var)
(#1241) 'startY' used outside of binding context. (block-scoped-var)
(#1242) Line 1242 exceeds the maximum line length of 132. (max-len)
(#1242) 'RGraph' is not defined. (no-undef)
(#1242) 'i' used outside of binding context. (block-scoped-var)
(#1242) 'i' used outside of binding context. (block-scoped-var)
(#1243) 'angle' used outside of binding context. (block-scoped-var)
(#1243) 'angle' used outside of binding context. (block-scoped-var)
(#1243) 'angle' used outside of binding context. (block-scoped-var)
(#1243) 'angle' used outside of binding context. (block-scoped-var)
(#1243) 'angle' used outside of binding context. (block-scoped-var)
(#1243) 'angle' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1244) 'valign' used outside of binding context. (block-scoped-var)
(#1245) 'halign' used outside of binding context. (block-scoped-var)
(#1245) 'halign' used outside of binding context. (block-scoped-var)
(#1245) 'halign' used outside of binding context. (block-scoped-var)
(#1245) 'halign' used outside of binding context. (block-scoped-var)
(#1245) 'halign' used outside of binding context. (block-scoped-var)
(#1245) 'halign' used outside of binding context. (block-scoped-var)
(#1248) Trailing spaces not allowed. (no-trailing-spaces)
(#1249) Trailing spaces not allowed. (no-trailing-spaces)
(#1252) Multiple spaces found before '='. (no-multi-spaces)
(#1253) Multiple spaces found before '='. (no-multi-spaces)
(#1258) Trailing spaces not allowed. (no-trailing-spaces)
(#1259) Trailing spaces not allowed. (no-trailing-spaces)
(#1265) Trailing spaces not allowed. (no-trailing-spaces)
(#1266) 'RGraph' is not defined. (no-undef)
(#1267) Trailing spaces not allowed. (no-trailing-spaces)
(#1268) 'k' is not defined. (no-undef)
(#1268) Infix operators must be spaced. (space-infix-ops)
(#1268) 'k' is not defined. (no-undef)
(#1268) Infix operators must be spaced. (space-infix-ops)
(#1268) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1268) 'k' is not defined. (no-undef)
(#1270) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1270) 'k' is not defined. (no-undef)
(#1271) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1271) 'k' is not defined. (no-undef)
(#1271) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1271) 'k' is not defined. (no-undef)
(#1271) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1271) 'k' is not defined. (no-undef)
(#1271) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1271) 'k' is not defined. (no-undef)
(#1272) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1272) 'k' is not defined. (no-undef)
(#1272) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1272) 'k' is not defined. (no-undef)
(#1272) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1272) 'k' is not defined. (no-undef)
(#1272) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1272) 'k' is not defined. (no-undef)
(#1273) Trailing spaces not allowed. (no-trailing-spaces)
(#1277) Trailing spaces not allowed. (no-trailing-spaces)
(#1279) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1284) 'i' used outside of binding context. (block-scoped-var)
(#1284) 'i' used outside of binding context. (block-scoped-var)
(#1284) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1284) 'i' used outside of binding context. (block-scoped-var)
(#1284) 'i' used outside of binding context. (block-scoped-var)
(#1285) Trailing spaces not allowed. (no-trailing-spaces)
(#1286) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1286) 'redrawCoords' is already defined (no-redeclare)
(#1288) Trailing spaces not allowed. (no-trailing-spaces)
(#1289) 'j' used outside of binding context. (block-scoped-var)
(#1289) Infix operators must be spaced. (space-infix-ops)
(#1289) 'j' used outside of binding context. (block-scoped-var)
(#1289) Infix operators must be spaced. (space-infix-ops)
(#1289) 'i' used outside of binding context. (block-scoped-var)
(#1289) 'i' used outside of binding context. (block-scoped-var)
(#1289) 'j' used outside of binding context. (block-scoped-var)
(#1290) Trailing spaces not allowed. (no-trailing-spaces)
(#1293) Multiple spaces found before '='. (no-multi-spaces)
(#1293) 'j' used outside of binding context. (block-scoped-var)
(#1294) Trailing spaces not allowed. (no-trailing-spaces)
(#1303) Trailing spaces not allowed. (no-trailing-spaces)
(#1304) 'i' used outside of binding context. (block-scoped-var)
(#1304) 'i' used outside of binding context. (block-scoped-var)
(#1305) Line 1305 exceeds the maximum line length of 132. (max-len)
(#1305) 'height' is already defined (no-redeclare)
(#1305) 'height' used outside of binding context. (block-scoped-var)
(#1305) 'height' used outside of binding context. (block-scoped-var)
(#1305) 'height' used outside of binding context. (block-scoped-var)
(#1305) 'i' used outside of binding context. (block-scoped-var)
(#1305) 'i' used outside of binding context. (block-scoped-var)
(#1305) 'j' used outside of binding context. (block-scoped-var)
(#1305) 'i' used outside of binding context. (block-scoped-var)
(#1305) 'i' used outside of binding context. (block-scoped-var)
(#1305) 'j' used outside of binding context. (block-scoped-var)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1305) There should be no spaces inside this paren. (space-in-parens)
(#1307) 'startX' is already defined (no-redeclare)
(#1307) 'startX' used outside of binding context. (block-scoped-var)
(#1307) 'j' used outside of binding context. (block-scoped-var)
(#1308) Trailing spaces not allowed. (no-trailing-spaces)
(#1313) Line 1313 exceeds the maximum line length of 132. (max-len)
(#1313) Unexpected alert. (no-alert)
(#1315) Trailing spaces not allowed. (no-trailing-spaces)
(#1318) 'height' used outside of binding context. (block-scoped-var)
(#1318) 'height' used outside of binding context. (block-scoped-var)
(#1318) 'height' used outside of binding context. (block-scoped-var)
(#1320) Trailing spaces not allowed. (no-trailing-spaces)
(#1325) 'startY' used outside of binding context. (block-scoped-var)
(#1325) 'startY' used outside of binding context. (block-scoped-var)
(#1325) 'startY' used outside of binding context. (block-scoped-var)
(#1325) 'startY' used outside of binding context. (block-scoped-var)
(#1325) 'startY' is already defined (no-redeclare)
(#1326) 'height' is already defined (no-redeclare)
(#1326) 'height' used outside of binding context. (block-scoped-var)
(#1326) 'height' used outside of binding context. (block-scoped-var)
(#1326) 'height' used outside of binding context. (block-scoped-var)
(#1326) 'height' used outside of binding context. (block-scoped-var)
(#1327) Trailing spaces not allowed. (no-trailing-spaces)
(#1329) 'startY' used outside of binding context. (block-scoped-var)
(#1329) 'startY' used outside of binding context. (block-scoped-var)
(#1329) 'startY' used outside of binding context. (block-scoped-var)
(#1329) 'startY' used outside of binding context. (block-scoped-var)
(#1329) 'startY' is already defined (no-redeclare)
(#1329) 'height' used outside of binding context. (block-scoped-var)
(#1329) 'height' used outside of binding context. (block-scoped-var)
(#1329) 'height' used outside of binding context. (block-scoped-var)
(#1330) Trailing spaces not allowed. (no-trailing-spaces)
(#1332) 'startY' used outside of binding context. (block-scoped-var)
(#1332) 'startY' used outside of binding context. (block-scoped-var)
(#1332) 'startY' is already defined (no-redeclare)
(#1332) 'startY' used outside of binding context. (block-scoped-var)
(#1332) 'startY' used outside of binding context. (block-scoped-var)
(#1332) 'height' used outside of binding context. (block-scoped-var)
(#1332) 'height' used outside of binding context. (block-scoped-var)
(#1333) 'height' used outside of binding context. (block-scoped-var)
(#1333) 'height' is already defined (no-redeclare)
(#1333) 'height' used outside of binding context. (block-scoped-var)
(#1333) 'height' used outside of binding context. (block-scoped-var)
(#1333) 'height' used outside of binding context. (block-scoped-var)
(#1335) Trailing spaces not allowed. (no-trailing-spaces)
(#1339) 'RGraph' is not defined. (no-undef)
(#1340) 'startX' used outside of binding context. (block-scoped-var)
(#1340) 'startY' used outside of binding context. (block-scoped-var)
(#1340) 'startY' used outside of binding context. (block-scoped-var)
(#1340) 'startY' used outside of binding context. (block-scoped-var)
(#1340) 'startY' used outside of binding context. (block-scoped-var)
(#1340) 'startY' used outside of binding context. (block-scoped-var)
(#1340) 'height' used outside of binding context. (block-scoped-var)
(#1340) 'height' used outside of binding context. (block-scoped-var)
(#1340) 'height' used outside of binding context. (block-scoped-var)
(#1342) Trailing spaces not allowed. (no-trailing-spaces)
(#1343) 'startX' used outside of binding context. (block-scoped-var)
(#1343) 'startY' used outside of binding context. (block-scoped-var)
(#1343) 'startY' used outside of binding context. (block-scoped-var)
(#1343) 'startY' used outside of binding context. (block-scoped-var)
(#1343) 'startY' used outside of binding context. (block-scoped-var)
(#1343) 'startY' used outside of binding context. (block-scoped-var)
(#1343) 'height' used outside of binding context. (block-scoped-var)
(#1343) 'height' used outside of binding context. (block-scoped-var)
(#1343) 'height' used outside of binding context. (block-scoped-var)
(#1344) 'startX' used outside of binding context. (block-scoped-var)
(#1344) 'startY' used outside of binding context. (block-scoped-var)
(#1344) 'startY' used outside of binding context. (block-scoped-var)
(#1344) 'startY' used outside of binding context. (block-scoped-var)
(#1344) 'startY' used outside of binding context. (block-scoped-var)
(#1344) 'startY' used outside of binding context. (block-scoped-var)
(#1344) 'height' used outside of binding context. (block-scoped-var)
(#1344) 'height' used outside of binding context. (block-scoped-var)
(#1344) 'height' used outside of binding context. (block-scoped-var)
(#1345) 'height' used outside of binding context. (block-scoped-var)
(#1345) 'height' used outside of binding context. (block-scoped-var)
(#1345) 'height' used outside of binding context. (block-scoped-var)
(#1346) Trailing spaces not allowed. (no-trailing-spaces)
(#1347) Trailing spaces not allowed. (no-trailing-spaces)
(#1348) Trailing spaces not allowed. (no-trailing-spaces)
(#1348) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1353) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1353) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1353) 'prevFillStyle' is already defined (no-redeclare)
(#1354) 'prevStrokeStyle' is already defined (no-redeclare)
(#1354) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1354) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1355) Trailing spaces not allowed. (no-trailing-spaces)
(#1358) 'startX' used outside of binding context. (block-scoped-var)
(#1358) 'startY' used outside of binding context. (block-scoped-var)
(#1358) 'startY' used outside of binding context. (block-scoped-var)
(#1358) 'startY' used outside of binding context. (block-scoped-var)
(#1358) 'startY' used outside of binding context. (block-scoped-var)
(#1358) 'startY' used outside of binding context. (block-scoped-var)
(#1359) 'startX' used outside of binding context. (block-scoped-var)
(#1359) 'startY' used outside of binding context. (block-scoped-var)
(#1359) 'startY' used outside of binding context. (block-scoped-var)
(#1359) 'startY' used outside of binding context. (block-scoped-var)
(#1359) 'startY' used outside of binding context. (block-scoped-var)
(#1359) 'startY' used outside of binding context. (block-scoped-var)
(#1360) 'startX' used outside of binding context. (block-scoped-var)
(#1360) 'startY' used outside of binding context. (block-scoped-var)
(#1360) 'startY' used outside of binding context. (block-scoped-var)
(#1360) 'startY' used outside of binding context. (block-scoped-var)
(#1360) 'startY' used outside of binding context. (block-scoped-var)
(#1360) 'startY' used outside of binding context. (block-scoped-var)
(#1361) 'startX' used outside of binding context. (block-scoped-var)
(#1361) 'startY' used outside of binding context. (block-scoped-var)
(#1361) 'startY' used outside of binding context. (block-scoped-var)
(#1361) 'startY' used outside of binding context. (block-scoped-var)
(#1361) 'startY' used outside of binding context. (block-scoped-var)
(#1361) 'startY' used outside of binding context. (block-scoped-var)
(#1363) Trailing spaces not allowed. (no-trailing-spaces)
(#1366) Trailing spaces not allowed. (no-trailing-spaces)
(#1369) 'startX' used outside of binding context. (block-scoped-var)
(#1369) 'startY' used outside of binding context. (block-scoped-var)
(#1369) 'startY' used outside of binding context. (block-scoped-var)
(#1369) 'startY' used outside of binding context. (block-scoped-var)
(#1369) 'startY' used outside of binding context. (block-scoped-var)
(#1369) 'startY' used outside of binding context. (block-scoped-var)
(#1370) 'startX' used outside of binding context. (block-scoped-var)
(#1370) 'startY' used outside of binding context. (block-scoped-var)
(#1370) 'startY' used outside of binding context. (block-scoped-var)
(#1370) 'startY' used outside of binding context. (block-scoped-var)
(#1370) 'startY' used outside of binding context. (block-scoped-var)
(#1370) 'startY' used outside of binding context. (block-scoped-var)
(#1371) 'startX' used outside of binding context. (block-scoped-var)
(#1371) 'startY' used outside of binding context. (block-scoped-var)
(#1371) 'startY' used outside of binding context. (block-scoped-var)
(#1371) 'startY' used outside of binding context. (block-scoped-var)
(#1371) 'startY' used outside of binding context. (block-scoped-var)
(#1371) 'startY' used outside of binding context. (block-scoped-var)
(#1371) 'height' used outside of binding context. (block-scoped-var)
(#1371) 'height' used outside of binding context. (block-scoped-var)
(#1371) 'height' used outside of binding context. (block-scoped-var)
(#1372) 'startX' used outside of binding context. (block-scoped-var)
(#1372) There should be no space before ','. (comma-spacing)
(#1372) 'startY' used outside of binding context. (block-scoped-var)
(#1372) 'startY' used outside of binding context. (block-scoped-var)
(#1372) 'startY' used outside of binding context. (block-scoped-var)
(#1372) 'startY' used outside of binding context. (block-scoped-var)
(#1372) 'startY' used outside of binding context. (block-scoped-var)
(#1372) 'height' used outside of binding context. (block-scoped-var)
(#1372) 'height' used outside of binding context. (block-scoped-var)
(#1372) 'height' used outside of binding context. (block-scoped-var)
(#1374) Trailing spaces not allowed. (no-trailing-spaces)
(#1377) Trailing spaces not allowed. (no-trailing-spaces)
(#1378) Trailing spaces not allowed. (no-trailing-spaces)
(#1382) 'startX' used outside of binding context. (block-scoped-var)
(#1382) 'startY' used outside of binding context. (block-scoped-var)
(#1382) 'startY' used outside of binding context. (block-scoped-var)
(#1382) 'startY' used outside of binding context. (block-scoped-var)
(#1382) 'startY' used outside of binding context. (block-scoped-var)
(#1382) 'startY' used outside of binding context. (block-scoped-var)
(#1383) 'startX' used outside of binding context. (block-scoped-var)
(#1383) 'startY' used outside of binding context. (block-scoped-var)
(#1383) 'startY' used outside of binding context. (block-scoped-var)
(#1383) 'startY' used outside of binding context. (block-scoped-var)
(#1383) 'startY' used outside of binding context. (block-scoped-var)
(#1383) 'startY' used outside of binding context. (block-scoped-var)
(#1384) 'startX' used outside of binding context. (block-scoped-var)
(#1384) 'startY' used outside of binding context. (block-scoped-var)
(#1384) 'startY' used outside of binding context. (block-scoped-var)
(#1384) 'startY' used outside of binding context. (block-scoped-var)
(#1384) 'startY' used outside of binding context. (block-scoped-var)
(#1384) 'startY' used outside of binding context. (block-scoped-var)
(#1385) 'startX' used outside of binding context. (block-scoped-var)
(#1385) 'startY' used outside of binding context. (block-scoped-var)
(#1385) 'startY' used outside of binding context. (block-scoped-var)
(#1385) 'startY' used outside of binding context. (block-scoped-var)
(#1385) 'startY' used outside of binding context. (block-scoped-var)
(#1385) 'startY' used outside of binding context. (block-scoped-var)
(#1387) Trailing spaces not allowed. (no-trailing-spaces)
(#1390) Trailing spaces not allowed. (no-trailing-spaces)
(#1394) 'startX' used outside of binding context. (block-scoped-var)
(#1394) 'startY' used outside of binding context. (block-scoped-var)
(#1394) 'startY' used outside of binding context. (block-scoped-var)
(#1394) 'startY' used outside of binding context. (block-scoped-var)
(#1394) 'startY' used outside of binding context. (block-scoped-var)
(#1394) 'startY' used outside of binding context. (block-scoped-var)
(#1395) 'startX' used outside of binding context. (block-scoped-var)
(#1395) 'startY' used outside of binding context. (block-scoped-var)
(#1395) 'startY' used outside of binding context. (block-scoped-var)
(#1395) 'startY' used outside of binding context. (block-scoped-var)
(#1395) 'startY' used outside of binding context. (block-scoped-var)
(#1395) 'startY' used outside of binding context. (block-scoped-var)
(#1396) 'startX' used outside of binding context. (block-scoped-var)
(#1396) 'startY' used outside of binding context. (block-scoped-var)
(#1396) 'startY' used outside of binding context. (block-scoped-var)
(#1396) 'startY' used outside of binding context. (block-scoped-var)
(#1396) 'startY' used outside of binding context. (block-scoped-var)
(#1396) 'startY' used outside of binding context. (block-scoped-var)
(#1396) 'height' used outside of binding context. (block-scoped-var)
(#1396) 'height' used outside of binding context. (block-scoped-var)
(#1396) 'height' used outside of binding context. (block-scoped-var)
(#1397) 'startX' used outside of binding context. (block-scoped-var)
(#1397) There should be no space before ','. (comma-spacing)
(#1397) 'startY' used outside of binding context. (block-scoped-var)
(#1397) 'startY' used outside of binding context. (block-scoped-var)
(#1397) 'startY' used outside of binding context. (block-scoped-var)
(#1397) 'startY' used outside of binding context. (block-scoped-var)
(#1397) 'startY' used outside of binding context. (block-scoped-var)
(#1397) 'height' used outside of binding context. (block-scoped-var)
(#1397) 'height' used outside of binding context. (block-scoped-var)
(#1397) 'height' used outside of binding context. (block-scoped-var)
(#1399) Trailing spaces not allowed. (no-trailing-spaces)
(#1402) Trailing spaces not allowed. (no-trailing-spaces)
(#1403) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1403) 'prevStrokeStyle' used outside of binding context. (block-scoped-var)
(#1404) Multiple spaces found before '='. (no-multi-spaces)
(#1404) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1404) 'prevFillStyle' used outside of binding context. (block-scoped-var)
(#1406) Trailing spaces not allowed. (no-trailing-spaces)
(#1407) 'height' used outside of binding context. (block-scoped-var)
(#1407) 'height' used outside of binding context. (block-scoped-var)
(#1407) 'height' used outside of binding context. (block-scoped-var)
(#1408) 'height' used outside of binding context. (block-scoped-var)
(#1408) 'height' used outside of binding context. (block-scoped-var)
(#1408) 'height' used outside of binding context. (block-scoped-var)
(#1408) 'height' used outside of binding context. (block-scoped-var)
(#1408) 'height' used outside of binding context. (block-scoped-var)
(#1408) 'height' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'startY' used outside of binding context. (block-scoped-var)
(#1409) 'height' used outside of binding context. (block-scoped-var)
(#1409) 'height' used outside of binding context. (block-scoped-var)
(#1409) 'height' used outside of binding context. (block-scoped-var)
(#1411) Trailing spaces not allowed. (no-trailing-spaces)
(#1412) 'startX' used outside of binding context. (block-scoped-var)
(#1412) 'startY' used outside of binding context. (block-scoped-var)
(#1412) 'startY' used outside of binding context. (block-scoped-var)
(#1412) 'startY' used outside of binding context. (block-scoped-var)
(#1412) 'startY' used outside of binding context. (block-scoped-var)
(#1412) 'startY' used outside of binding context. (block-scoped-var)
(#1412) 'height' used outside of binding context. (block-scoped-var)
(#1412) 'height' used outside of binding context. (block-scoped-var)
(#1412) 'height' used outside of binding context. (block-scoped-var)
(#1413) 'i' used outside of binding context. (block-scoped-var)
(#1413) 'i' used outside of binding context. (block-scoped-var)
(#1414) 'i' used outside of binding context. (block-scoped-var)
(#1414) 'i' used outside of binding context. (block-scoped-var)
(#1417) Line 1417 exceeds the maximum line length of 132. (max-len)
(#1417) 'i' used outside of binding context. (block-scoped-var)
(#1417) 'i' used outside of binding context. (block-scoped-var)
(#1417) 'startX' used outside of binding context. (block-scoped-var)
(#1417) 'startY' used outside of binding context. (block-scoped-var)
(#1417) 'startY' used outside of binding context. (block-scoped-var)
(#1417) 'startY' used outside of binding context. (block-scoped-var)
(#1417) 'startY' used outside of binding context. (block-scoped-var)
(#1417) 'startY' used outside of binding context. (block-scoped-var)
(#1417) 'height' used outside of binding context. (block-scoped-var)
(#1417) 'height' used outside of binding context. (block-scoped-var)
(#1417) 'height' used outside of binding context. (block-scoped-var)
(#1418) Trailing spaces not allowed. (no-trailing-spaces)
(#1421) Line 1421 exceeds the maximum line length of 132. (max-len)
(#1421) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1421) 'startX' used outside of binding context. (block-scoped-var)
(#1421) 'startY' used outside of binding context. (block-scoped-var)
(#1421) 'startY' used outside of binding context. (block-scoped-var)
(#1421) 'startY' used outside of binding context. (block-scoped-var)
(#1421) 'startY' used outside of binding context. (block-scoped-var)
(#1421) 'startY' used outside of binding context. (block-scoped-var)
(#1421) 'height' used outside of binding context. (block-scoped-var)
(#1421) 'height' used outside of binding context. (block-scoped-var)
(#1421) 'height' used outside of binding context. (block-scoped-var)
(#1423) Trailing spaces not allowed. (no-trailing-spaces)
(#1424) Trailing spaces not allowed. (no-trailing-spaces)
(#1427) Trailing spaces not allowed. (no-trailing-spaces)
(#1429) Trailing spaces not allowed. (no-trailing-spaces)
(#1432) 'RGraph' is not defined. (no-undef)
(#1434) Trailing spaces not allowed. (no-trailing-spaces)
(#1435) 'yPos' is already defined (no-redeclare)
(#1435) 'yPos' used outside of binding context. (block-scoped-var)
(#1436) Trailing spaces not allowed. (no-trailing-spaces)
(#1439) 'angle' used outside of binding context. (block-scoped-var)
(#1439) 'angle' used outside of binding context. (block-scoped-var)
(#1439) 'angle' used outside of binding context. (block-scoped-var)
(#1439) 'angle' used outside of binding context. (block-scoped-var)
(#1439) 'angle' used outside of binding context. (block-scoped-var)
(#1439) 'angle' is already defined (no-redeclare)
(#1440) 'halign' used outside of binding context. (block-scoped-var)
(#1440) 'halign' is already defined (no-redeclare)
(#1440) 'halign' used outside of binding context. (block-scoped-var)
(#1440) 'halign' used outside of binding context. (block-scoped-var)
(#1440) 'halign' used outside of binding context. (block-scoped-var)
(#1440) 'halign' used outside of binding context. (block-scoped-var)
(#1441) 'valign' used outside of binding context. (block-scoped-var)
(#1441) 'valign' used outside of binding context. (block-scoped-var)
(#1441) 'valign' is already defined (no-redeclare)
(#1441) 'valign' used outside of binding context. (block-scoped-var)
(#1441) 'valign' used outside of binding context. (block-scoped-var)
(#1441) 'valign' used outside of binding context. (block-scoped-var)
(#1441) 'valign' used outside of binding context. (block-scoped-var)
(#1443) Trailing spaces not allowed. (no-trailing-spaces)
(#1444) 'angle' used outside of binding context. (block-scoped-var)
(#1444) 'angle' used outside of binding context. (block-scoped-var)
(#1444) 'angle' used outside of binding context. (block-scoped-var)
(#1444) 'angle' used outside of binding context. (block-scoped-var)
(#1444) 'angle' is already defined (no-redeclare)
(#1444) 'angle' used outside of binding context. (block-scoped-var)
(#1445) 'halign' used outside of binding context. (block-scoped-var)
(#1445) 'halign' used outside of binding context. (block-scoped-var)
(#1445) 'halign' used outside of binding context. (block-scoped-var)
(#1445) 'halign' used outside of binding context. (block-scoped-var)
(#1445) 'halign' used outside of binding context. (block-scoped-var)
(#1445) 'halign' is already defined (no-redeclare)
(#1446) 'valign' used outside of binding context. (block-scoped-var)
(#1446) 'valign' used outside of binding context. (block-scoped-var)
(#1446) 'valign' used outside of binding context. (block-scoped-var)
(#1446) 'valign' used outside of binding context. (block-scoped-var)
(#1446) 'valign' used outside of binding context. (block-scoped-var)
(#1446) 'valign' is already defined (no-redeclare)
(#1446) 'valign' used outside of binding context. (block-scoped-var)
(#1447) Trailing spaces not allowed. (no-trailing-spaces)
(#1449) 'i' used outside of binding context. (block-scoped-var)
(#1449) 'i' used outside of binding context. (block-scoped-var)
(#1449) 'j' used outside of binding context. (block-scoped-var)
(#1450) 'yPos' used outside of binding context. (block-scoped-var)
(#1450) 'startY' used outside of binding context. (block-scoped-var)
(#1450) 'startY' used outside of binding context. (block-scoped-var)
(#1450) 'startY' used outside of binding context. (block-scoped-var)
(#1450) 'startY' used outside of binding context. (block-scoped-var)
(#1450) 'startY' used outside of binding context. (block-scoped-var)
(#1450) 'height' used outside of binding context. (block-scoped-var)
(#1450) 'height' used outside of binding context. (block-scoped-var)
(#1450) 'height' used outside of binding context. (block-scoped-var)
(#1451) 'valign' used outside of binding context. (block-scoped-var)
(#1451) 'valign' used outside of binding context. (block-scoped-var)
(#1451) 'valign' used outside of binding context. (block-scoped-var)
(#1451) 'valign' used outside of binding context. (block-scoped-var)
(#1451) 'valign' used outside of binding context. (block-scoped-var)
(#1451) 'valign' is already defined (no-redeclare)
(#1453) 'yPos' used outside of binding context. (block-scoped-var)
(#1453) 'startY' used outside of binding context. (block-scoped-var)
(#1453) 'startY' used outside of binding context. (block-scoped-var)
(#1453) 'startY' used outside of binding context. (block-scoped-var)
(#1453) 'startY' used outside of binding context. (block-scoped-var)
(#1453) 'startY' used outside of binding context. (block-scoped-var)
(#1456) Trailing spaces not allowed. (no-trailing-spaces)
(#1463) Trailing spaces not allowed. (no-trailing-spaces)
(#1464) 'RGraph' is not defined. (no-undef)
(#1465) Line 1465 exceeds the maximum line length of 132. (max-len)
(#1465) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1466) 'startX' used outside of binding context. (block-scoped-var)
(#1467) 'yPos' used outside of binding context. (block-scoped-var)
(#1468) Line 1468 exceeds the maximum line length of 132. (max-len)
(#1468) 'RGraph' is not defined. (no-undef)
(#1468) 'i' used outside of binding context. (block-scoped-var)
(#1468) 'i' used outside of binding context. (block-scoped-var)
(#1468) 'j' used outside of binding context. (block-scoped-var)
(#1469) 'halign' used outside of binding context. (block-scoped-var)
(#1469) 'halign' used outside of binding context. (block-scoped-var)
(#1469) 'halign' used outside of binding context. (block-scoped-var)
(#1469) 'halign' used outside of binding context. (block-scoped-var)
(#1469) 'halign' used outside of binding context. (block-scoped-var)
(#1469) 'halign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1470) 'valign' used outside of binding context. (block-scoped-var)
(#1471) 'angle' used outside of binding context. (block-scoped-var)
(#1471) 'angle' used outside of binding context. (block-scoped-var)
(#1471) 'angle' used outside of binding context. (block-scoped-var)
(#1471) 'angle' used outside of binding context. (block-scoped-var)
(#1471) 'angle' used outside of binding context. (block-scoped-var)
(#1471) 'angle' used outside of binding context. (block-scoped-var)
(#1471) Missing space before value for key 'angle'. (key-spacing)
(#1474) Trailing spaces not allowed. (no-trailing-spaces)
(#1477) Multiple spaces found before '='. (no-multi-spaces)
(#1478) Multiple spaces found before '='. (no-multi-spaces)
(#1488) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1489) Trailing spaces not allowed. (no-trailing-spaces)
(#1490) 'RGraph' is not defined. (no-undef)
(#1491) Trailing spaces not allowed. (no-trailing-spaces)
(#1493) Trailing spaces not allowed. (no-trailing-spaces)
(#1495) Infix operators must be spaced. (space-infix-ops)
(#1495) Infix operators must be spaced. (space-infix-ops)
(#1495) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1496) Trailing spaces not allowed. (no-trailing-spaces)
(#1497) Multiple spaces found before '='. (no-multi-spaces)
(#1497) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1499) Trailing spaces not allowed. (no-trailing-spaces)
(#1500) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1500) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1500) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1500) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1501) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1501) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1501) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1501) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1505) Trailing spaces not allowed. (no-trailing-spaces)
(#1506) 'redrawCoords' used outside of binding context. (block-scoped-var)
(#1511) Trailing spaces not allowed. (no-trailing-spaces)
(#1514) Trailing spaces not allowed. (no-trailing-spaces)
(#1518) 'RGraph' is not defined. (no-undef)
(#1519) Missing semicolon. (semi)
(#1520) Trailing spaces not allowed. (no-trailing-spaces)
(#1521) Trailing spaces not allowed. (no-trailing-spaces)
(#1522) Trailing spaces not allowed. (no-trailing-spaces)
(#1522) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1526) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1526) Unexpected space before function parentheses. (space-before-function-paren)
(#1529) Multiple spaces found before '='. (no-multi-spaces)
(#1530) Multiple spaces found before '='. (no-multi-spaces)
(#1531) Multiple spaces found before '='. (no-multi-spaces)
(#1532) 'context' is defined but never used (no-unused-vars)
(#1533) Trailing spaces not allowed. (no-trailing-spaces)
(#1534) Identifier 'text_angle' is not in camel case. (camelcase)
(#1534) 'text_angle' is defined but never used (no-unused-vars)
(#1535) Identifier 'text_size' is not in camel case. (camelcase)
(#1535) Multiple spaces found before '='. (no-multi-spaces)
(#1536) 'labels' used outside of binding context. (block-scoped-var)
(#1536) Multiple spaces found before '='. (no-multi-spaces)
(#1537) Trailing spaces not allowed. (no-trailing-spaces)
(#1538) Trailing spaces not allowed. (no-trailing-spaces)
(#1541) Expected { after 'if' condition. (curly)
(#1541) Multiple spaces found before 'this'. (no-multi-spaces)
(#1542) Expected { after 'if' condition. (curly)
(#1543) Expected { after 'if' condition. (curly)
(#1545) Trailing spaces not allowed. (no-trailing-spaces)
(#1549) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1549) 'labels' used outside of binding context. (block-scoped-var)
(#1549) 'labels' used outside of binding context. (block-scoped-var)
(#1550) Trailing spaces not allowed. (no-trailing-spaces)
(#1552) Trailing spaces not allowed. (no-trailing-spaces)
(#1557) 'valign' used outside of binding context. (block-scoped-var)
(#1557) 'valign' used outside of binding context. (block-scoped-var)
(#1557) Multiple spaces found before ''center''. (no-multi-spaces)
(#1558) 'halign' used outside of binding context. (block-scoped-var)
(#1558) 'halign' used outside of binding context. (block-scoped-var)
(#1558) Multiple spaces found before ''right''. (no-multi-spaces)
(#1559) 'angle' used outside of binding context. (block-scoped-var)
(#1559) Multiple spaces found before '='. (no-multi-spaces)
(#1561) 'valign' used outside of binding context. (block-scoped-var)
(#1561) 'valign' is already defined (no-redeclare)
(#1561) 'valign' used outside of binding context. (block-scoped-var)
(#1561) Multiple spaces found before ''top''. (no-multi-spaces)
(#1562) 'halign' used outside of binding context. (block-scoped-var)
(#1562) 'halign' is already defined (no-redeclare)
(#1562) 'halign' used outside of binding context. (block-scoped-var)
(#1562) Multiple spaces found before ''center''. (no-multi-spaces)
(#1563) 'angle' used outside of binding context. (block-scoped-var)
(#1563) 'angle' is already defined (no-redeclare)
(#1563) Multiple spaces found before '='. (no-multi-spaces)
(#1565) Trailing spaces not allowed. (no-trailing-spaces)
(#1568) Trailing spaces not allowed. (no-trailing-spaces)
(#1570) 'barWidth' is defined but never used (no-unused-vars)
(#1570) 'labels' used outside of binding context. (block-scoped-var)
(#1571) Trailing spaces not allowed. (no-trailing-spaces)
(#1573) 'xTickGap' is not defined. (no-undef)
(#1573) 'labels' used outside of binding context. (block-scoped-var)
(#1573) Missing semicolon. (semi)
(#1574) Trailing spaces not allowed. (no-trailing-spaces)
(#1576) 'i' used outside of binding context. (block-scoped-var)
(#1576) Infix operators must be spaced. (space-infix-ops)
(#1578) Trailing spaces not allowed. (no-trailing-spaces)
(#1579) 'x' is not defined. (no-undef)
(#1579) Infix operators must be spaced. (space-infix-ops)
(#1579) 'xTickGap' is not defined. (no-undef)
(#1579) 'x' is not defined. (no-undef)
(#1579) Infix operators must be spaced. (space-infix-ops)
(#1579) 'x' is not defined. (no-undef)
(#1579) Infix operators must be spaced. (space-infix-ops)
(#1579) 'xTickGap' is not defined. (no-undef)
(#1580) Trailing spaces not allowed. (no-trailing-spaces)
(#1581) 'RGraph' is not defined. (no-undef)
(#1582) Identifier 'text_size' is not in camel case. (camelcase)
(#1583) 'x' is not defined. (no-undef)
(#1584) Line 1584 exceeds the maximum line length of 132. (max-len)
(#1584) Infix operators must be spaced. (space-infix-ops)
(#1585) 'labels' used outside of binding context. (block-scoped-var)
(#1585) 'i' used outside of binding context. (block-scoped-var)
(#1586) 'valign' used outside of binding context. (block-scoped-var)
(#1586) 'valign' used outside of binding context. (block-scoped-var)
(#1586) 'valign' used outside of binding context. (block-scoped-var)
(#1587) 'halign' used outside of binding context. (block-scoped-var)
(#1587) 'halign' used outside of binding context. (block-scoped-var)
(#1587) 'halign' used outside of binding context. (block-scoped-var)
(#1588) Missing space before value for key 'tag'. (key-spacing)
(#1589) Missing space before value for key 'marker'. (key-spacing)
(#1590) 'angle' used outside of binding context. (block-scoped-var)
(#1590) 'angle' used outside of binding context. (block-scoped-var)
(#1590) Missing space before value for key 'angle'. (key-spacing)
(#1591) Duplicate key 'tag'. (no-dupe-keys)
(#1595) Trailing spaces not allowed. (no-trailing-spaces)
(#1600) Trailing spaces not allowed. (no-trailing-spaces)
(#1601) 'labels' is already defined (no-redeclare)
(#1602) Trailing spaces not allowed. (no-trailing-spaces)
(#1603) 'i' used outside of binding context. (block-scoped-var)
(#1603) 'i' is already defined (no-redeclare)
(#1603) Infix operators must be spaced. (space-infix-ops)
(#1603) 'i' used outside of binding context. (block-scoped-var)
(#1603) Infix operators must be spaced. (space-infix-ops)
(#1603) 'i' used outside of binding context. (block-scoped-var)
(#1604) Trailing spaces not allowed. (no-trailing-spaces)
(#1606) 'i' used outside of binding context. (block-scoped-var)
(#1607) Multiple spaces found before '='. (no-multi-spaces)
(#1607) 'i' used outside of binding context. (block-scoped-var)
(#1608) 'valign' used outside of binding context. (block-scoped-var)
(#1608) 'valign' used outside of binding context. (block-scoped-var)
(#1608) 'valign' is already defined (no-redeclare)
(#1608) Multiple spaces found before '('. (no-multi-spaces)
(#1608) Infix operators must be spaced. (space-infix-ops)
(#1609) 'halign' used outside of binding context. (block-scoped-var)
(#1609) 'halign' is already defined (no-redeclare)
(#1609) 'halign' used outside of binding context. (block-scoped-var)
(#1610) Multiple spaces found before '='. (no-multi-spaces)
(#1610) 'i' used outside of binding context. (block-scoped-var)
(#1611) Trailing spaces not allowed. (no-trailing-spaces)
(#1612) Trailing spaces not allowed. (no-trailing-spaces)
(#1614) 'RGraph' is not defined. (no-undef)
(#1615) Line 1615 exceeds the maximum line length of 132. (max-len)
(#1617) Infix operators must be spaced. (space-infix-ops)
(#1618) 'i' used outside of binding context. (block-scoped-var)
(#1619) 'valign' used outside of binding context. (block-scoped-var)
(#1619) 'valign' used outside of binding context. (block-scoped-var)
(#1620) 'halign' used outside of binding context. (block-scoped-var)
(#1620) 'halign' used outside of binding context. (block-scoped-var)
(#1626) Missing semicolon. (semi)
(#1627) Trailing spaces not allowed. (no-trailing-spaces)
(#1628) Trailing spaces not allowed. (no-trailing-spaces)
(#1629) Trailing spaces not allowed. (no-trailing-spaces)
(#1629) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1633) Identifier 'Drawlabels_top' is not in camel case. (camelcase)
(#1633) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1633) Unexpected space before function parentheses. (space-before-function-paren)
(#1635) Multiple spaces found before '='. (no-multi-spaces)
(#1636) Multiple spaces found before '='. (no-multi-spaces)
(#1638) Trailing spaces not allowed. (no-trailing-spaces)
(#1640) Multiple spaces found before '='. (no-multi-spaces)
(#1642) Trailing spaces not allowed. (no-trailing-spaces)
(#1644) Trailing spaces not allowed. (no-trailing-spaces)
(#1645) 'context' is defined but never used (no-unused-vars)
(#1645) Multiple spaces found before '='. (no-multi-spaces)
(#1646) Identifier 'text_size' is not in camel case. (camelcase)
(#1646) Multiple spaces found before '='. (no-multi-spaces)
(#1647) Identifier 'units_pre' is not in camel case. (camelcase)
(#1647) Multiple spaces found before '='. (no-multi-spaces)
(#1648) Identifier 'units_post' is not in camel case. (camelcase)
(#1649) 'align' used outside of binding context. (block-scoped-var)
(#1649) Multiple spaces found before '='. (no-multi-spaces)
(#1650) Multiple spaces found before '='. (no-multi-spaces)
(#1651) 'numYLabels' is defined but never used (no-unused-vars)
(#1652) 'ymin' is defined but never used (no-unused-vars)
(#1652) Multiple spaces found before '='. (no-multi-spaces)
(#1653) Trailing spaces not allowed. (no-trailing-spaces)
(#1655) 'xpos' used outside of binding context. (block-scoped-var)
(#1655) Multiple spaces found before '='. (no-multi-spaces)
(#1656) 'align' is already defined (no-redeclare)
(#1657) 'boxed' used outside of binding context. (block-scoped-var)
(#1659) 'xpos' is already defined (no-redeclare)
(#1659) 'xpos' used outside of binding context. (block-scoped-var)
(#1659) Multiple spaces found before '='. (no-multi-spaces)
(#1660) 'boxed' used outside of binding context. (block-scoped-var)
(#1660) 'boxed' is already defined (no-redeclare)
(#1662) Trailing spaces not allowed. (no-trailing-spaces)
(#1666) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1667) Trailing spaces not allowed. (no-trailing-spaces)
(#1668) 'RGraph' is not defined. (no-undef)
(#1670) Trailing spaces not allowed. (no-trailing-spaces)
(#1671) 'i' used outside of binding context. (block-scoped-var)
(#1671) Infix operators must be spaced. (space-infix-ops)
(#1671) 'i' used outside of binding context. (block-scoped-var)
(#1671) Infix operators must be spaced. (space-infix-ops)
(#1671) 'i' used outside of binding context. (block-scoped-var)
(#1672) Trailing spaces not allowed. (no-trailing-spaces)
(#1673) 'i' used outside of binding context. (block-scoped-var)
(#1674) Trailing spaces not allowed. (no-trailing-spaces)
(#1675) 'RGraph' is not defined. (no-undef)
(#1676) Identifier 'text_size' is not in camel case. (camelcase)
(#1677) 'xpos' used outside of binding context. (block-scoped-var)
(#1677) 'xpos' used outside of binding context. (block-scoped-var)
(#1679) 'i' used outside of binding context. (block-scoped-var)
(#1681) 'align' used outside of binding context. (block-scoped-var)
(#1682) Missing space before value for key 'bordered'. (key-spacing)
(#1682) 'boxed' used outside of binding context. (block-scoped-var)
(#1682) 'boxed' used outside of binding context. (block-scoped-var)
(#1686) Trailing spaces not allowed. (no-trailing-spaces)
(#1689) Trailing spaces not allowed. (no-trailing-spaces)
(#1690) Trailing spaces not allowed. (no-trailing-spaces)
(#1691) Trailing spaces not allowed. (no-trailing-spaces)
(#1692) Trailing spaces not allowed. (no-trailing-spaces)
(#1693) Trailing spaces not allowed. (no-trailing-spaces)
(#1694) Trailing spaces not allowed. (no-trailing-spaces)
(#1695) Trailing spaces not allowed. (no-trailing-spaces)
(#1695) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1699) 'labels' is already defined (no-redeclare)
(#1699) 'labels' used outside of binding context. (block-scoped-var)
(#1700) 'i' is already defined (no-redeclare)
(#1700) 'i' used outside of binding context. (block-scoped-var)
(#1700) Infix operators must be spaced. (space-infix-ops)
(#1700) 'i' used outside of binding context. (block-scoped-var)
(#1700) Infix operators must be spaced. (space-infix-ops)
(#1700) 'labels' used outside of binding context. (block-scoped-var)
(#1700) 'i' used outside of binding context. (block-scoped-var)
(#1701) 'RGraph' is not defined. (no-undef)
(#1702) Identifier 'text_size' is not in camel case. (camelcase)
(#1702) Missing space before value for key 'size'. (key-spacing)
(#1703) Missing space before value for key 'x'. (key-spacing)
(#1703) 'xpos' used outside of binding context. (block-scoped-var)
(#1703) 'xpos' used outside of binding context. (block-scoped-var)
(#1704) Missing space before value for key 'y'. (key-spacing)
(#1704) 'labels' used outside of binding context. (block-scoped-var)
(#1704) 'i' used outside of binding context. (block-scoped-var)
(#1705) 'labels' used outside of binding context. (block-scoped-var)
(#1705) 'i' used outside of binding context. (block-scoped-var)
(#1707) 'align' used outside of binding context. (block-scoped-var)
(#1708) 'boxed' used outside of binding context. (block-scoped-var)
(#1708) 'boxed' used outside of binding context. (block-scoped-var)
(#1709) Missing space before value for key 'tag'. (key-spacing)
(#1711) Trailing spaces not allowed. (no-trailing-spaces)
(#1712) Trailing spaces not allowed. (no-trailing-spaces)
(#1713) Trailing spaces not allowed. (no-trailing-spaces)
(#1714) Trailing spaces not allowed. (no-trailing-spaces)
(#1715) Trailing spaces not allowed. (no-trailing-spaces)
(#1716) Trailing spaces not allowed. (no-trailing-spaces)
(#1717) Trailing spaces not allowed. (no-trailing-spaces)
(#1718) Trailing spaces not allowed. (no-trailing-spaces)
(#1718) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1723) Trailing spaces not allowed. (no-trailing-spaces)
(#1724) 'RGraph' is not defined. (no-undef)
(#1725) Identifier 'text_size' is not in camel case. (camelcase)
(#1726) 'xpos' used outside of binding context. (block-scoped-var)
(#1726) 'xpos' used outside of binding context. (block-scoped-var)
(#1728) Line 1728 exceeds the maximum line length of 132. (max-len)
(#1728) 'RGraph' is not defined. (no-undef)
(#1728) A space is required after ','. (comma-spacing)
(#1730) 'align' used outside of binding context. (block-scoped-var)
(#1731) 'boxed' used outside of binding context. (block-scoped-var)
(#1731) 'boxed' used outside of binding context. (block-scoped-var)
(#1734) Trailing spaces not allowed. (no-trailing-spaces)
(#1736) Trailing spaces not allowed. (no-trailing-spaces)
(#1738) Missing semicolon. (semi)
(#1739) Trailing spaces not allowed. (no-trailing-spaces)
(#1740) Trailing spaces not allowed. (no-trailing-spaces)
(#1741) Trailing spaces not allowed. (no-trailing-spaces)
(#1741) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1745) Identifier 'Drawlabels_center' is not in camel case. (camelcase)
(#1745) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1745) Unexpected space before function parentheses. (space-before-function-paren)
(#1747) Multiple spaces found before '='. (no-multi-spaces)
(#1748) Multiple spaces found before '='. (no-multi-spaces)
(#1750) Trailing spaces not allowed. (no-trailing-spaces)
(#1751) Multiple spaces found before '='. (no-multi-spaces)
(#1753) Trailing spaces not allowed. (no-trailing-spaces)
(#1755) Trailing spaces not allowed. (no-trailing-spaces)
(#1757) Trailing spaces not allowed. (no-trailing-spaces)
(#1761) Identifier 'text_size' is not in camel case. (camelcase)
(#1761) Multiple spaces found before '='. (no-multi-spaces)
(#1762) Identifier 'units_pre' is not in camel case. (camelcase)
(#1762) Multiple spaces found before '='. (no-multi-spaces)
(#1763) Identifier 'units_post' is not in camel case. (camelcase)
(#1764) 'context' is defined but never used (no-unused-vars)
(#1765) 'align' used outside of binding context. (block-scoped-var)
(#1765) 'align' used outside of binding context. (block-scoped-var)
(#1765) Multiple spaces found before '='. (no-multi-spaces)
(#1766) 'xpos' used outside of binding context. (block-scoped-var)
(#1766) 'xpos' used outside of binding context. (block-scoped-var)
(#1766) Multiple spaces found before '='. (no-multi-spaces)
(#1767) 'boxed' used outside of binding context. (block-scoped-var)
(#1767) 'boxed' used outside of binding context. (block-scoped-var)
(#1767) Multiple spaces found before '='. (no-multi-spaces)
(#1768) 'ymin' is defined but never used (no-unused-vars)
(#1768) Multiple spaces found before '='. (no-multi-spaces)
(#1769) Trailing spaces not allowed. (no-trailing-spaces)
(#1770) Multiple spaces found before '='. (no-multi-spaces)
(#1772) Trailing spaces not allowed. (no-trailing-spaces)
(#1774) 'xpos' is already defined (no-redeclare)
(#1774) 'xpos' used outside of binding context. (block-scoped-var)
(#1774) Multiple spaces found before '='. (no-multi-spaces)
(#1775) 'align' is already defined (no-redeclare)
(#1775) 'align' used outside of binding context. (block-scoped-var)
(#1776) 'boxed' used outside of binding context. (block-scoped-var)
(#1776) 'boxed' is already defined (no-redeclare)
(#1778) 'xpos' is already defined (no-redeclare)
(#1778) 'xpos' used outside of binding context. (block-scoped-var)
(#1778) Multiple spaces found before '='. (no-multi-spaces)
(#1779) 'align' is already defined (no-redeclare)
(#1779) 'align' used outside of binding context. (block-scoped-var)
(#1780) 'boxed' is already defined (no-redeclare)
(#1780) 'boxed' used outside of binding context. (block-scoped-var)
(#1782) Trailing spaces not allowed. (no-trailing-spaces)
(#1783) Trailing spaces not allowed. (no-trailing-spaces)
(#1784) Trailing spaces not allowed. (no-trailing-spaces)
(#1785) Trailing spaces not allowed. (no-trailing-spaces)
(#1786) Trailing spaces not allowed. (no-trailing-spaces)
(#1787) Trailing spaces not allowed. (no-trailing-spaces)
(#1788) Trailing spaces not allowed. (no-trailing-spaces)
(#1789) Trailing spaces not allowed. (no-trailing-spaces)
(#1790) Trailing spaces not allowed. (no-trailing-spaces)
(#1791) Trailing spaces not allowed. (no-trailing-spaces)
(#1792) Trailing spaces not allowed. (no-trailing-spaces)
(#1793) Trailing spaces not allowed. (no-trailing-spaces)
(#1793) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1797) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1798) Trailing spaces not allowed. (no-trailing-spaces)
(#1799) Multiple spaces found before '='. (no-multi-spaces)
(#1801) Trailing spaces not allowed. (no-trailing-spaces)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) Infix operators must be spaced. (space-infix-ops)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) Infix operators must be spaced. (space-infix-ops)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1803) 'i' used outside of binding context. (block-scoped-var)
(#1804) Trailing spaces not allowed. (no-trailing-spaces)
(#1805) 'y' used outside of binding context. (block-scoped-var)
(#1805) 'y' used outside of binding context. (block-scoped-var)
(#1805) 'y' used outside of binding context. (block-scoped-var)
(#1805) 'i' used outside of binding context. (block-scoped-var)
(#1805) 'i' used outside of binding context. (block-scoped-var)
(#1805) 'i' used outside of binding context. (block-scoped-var)
(#1806) Trailing spaces not allowed. (no-trailing-spaces)
(#1807) 'RGraph' is not defined. (no-undef)
(#1807) Missing space before value for key 'font'. (key-spacing)
(#1808) Identifier 'text_size' is not in camel case. (camelcase)
(#1808) Missing space before value for key 'size'. (key-spacing)
(#1809) 'xpos' used outside of binding context. (block-scoped-var)
(#1809) Missing space before value for key 'x'. (key-spacing)
(#1809) 'xpos' used outside of binding context. (block-scoped-var)
(#1810) 'y' used outside of binding context. (block-scoped-var)
(#1810) 'y' used outside of binding context. (block-scoped-var)
(#1810) Missing space before value for key 'y'. (key-spacing)
(#1810) 'y' used outside of binding context. (block-scoped-var)
(#1811) Missing space before value for key 'text'. (key-spacing)
(#1811) 'i' used outside of binding context. (block-scoped-var)
(#1811) 'i' used outside of binding context. (block-scoped-var)
(#1811) 'i' used outside of binding context. (block-scoped-var)
(#1812) Missing space before value for key 'valign'. (key-spacing)
(#1813) 'align' used outside of binding context. (block-scoped-var)
(#1813) Missing space before value for key 'halign'. (key-spacing)
(#1813) 'align' used outside of binding context. (block-scoped-var)
(#1814) Missing space before value for key 'bordered'. (key-spacing)
(#1814) 'boxed' used outside of binding context. (block-scoped-var)
(#1814) 'boxed' used outside of binding context. (block-scoped-var)
(#1818) Trailing spaces not allowed. (no-trailing-spaces)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' is already defined (no-redeclare)
(#1820) Infix operators must be spaced. (space-infix-ops)
(#1820) Infix operators must be spaced. (space-infix-ops)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) Infix operators must be spaced. (space-infix-ops)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1821) Trailing spaces not allowed. (no-trailing-spaces)
(#1822) 'y' is already defined (no-redeclare)
(#1822) 'y' used outside of binding context. (block-scoped-var)
(#1822) 'y' used outside of binding context. (block-scoped-var)
(#1822) 'y' used outside of binding context. (block-scoped-var)
(#1822) Multiple spaces found before '+'. (no-multi-spaces)
(#1822) 'i' used outside of binding context. (block-scoped-var)
(#1822) 'i' used outside of binding context. (block-scoped-var)
(#1822) 'i' used outside of binding context. (block-scoped-var)
(#1822) There should be no spaces inside this paren. (space-in-parens)
(#1823) Trailing spaces not allowed. (no-trailing-spaces)
(#1824) Missing space before value for key 'font'. (key-spacing)
(#1825) Identifier 'text_size' is not in camel case. (camelcase)
(#1825) Missing space before value for key 'size'. (key-spacing)
(#1826) 'xpos' used outside of binding context. (block-scoped-var)
(#1826) Missing space before value for key 'x'. (key-spacing)
(#1826) 'xpos' used outside of binding context. (block-scoped-var)
(#1827) 'y' used outside of binding context. (block-scoped-var)
(#1827) Missing space before value for key 'y'. (key-spacing)
(#1827) 'y' used outside of binding context. (block-scoped-var)
(#1827) 'y' used outside of binding context. (block-scoped-var)
(#1828) Missing space before value for key 'text'. (key-spacing)
(#1828) 'i' used outside of binding context. (block-scoped-var)
(#1828) 'i' used outside of binding context. (block-scoped-var)
(#1828) 'i' used outside of binding context. (block-scoped-var)
(#1829) Missing space before value for key 'valign'. (key-spacing)
(#1830) 'align' used outside of binding context. (block-scoped-var)
(#1830) Missing space before value for key 'halign'. (key-spacing)
(#1830) 'align' used outside of binding context. (block-scoped-var)
(#1831) 'boxed' used outside of binding context. (block-scoped-var)
(#1831) 'boxed' used outside of binding context. (block-scoped-var)
(#1831) Missing space before value for key 'bordered'. (key-spacing)
(#1835) Trailing spaces not allowed. (no-trailing-spaces)
(#1838) Trailing spaces not allowed. (no-trailing-spaces)
(#1839) Trailing spaces not allowed. (no-trailing-spaces)
(#1840) Trailing spaces not allowed. (no-trailing-spaces)
(#1841) Trailing spaces not allowed. (no-trailing-spaces)
(#1842) Trailing spaces not allowed. (no-trailing-spaces)
(#1843) Trailing spaces not allowed. (no-trailing-spaces)
(#1844) Trailing spaces not allowed. (no-trailing-spaces)
(#1845) Trailing spaces not allowed. (no-trailing-spaces)
(#1846) Trailing spaces not allowed. (no-trailing-spaces)
(#1847) Trailing spaces not allowed. (no-trailing-spaces)
(#1847) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1851) 'i' is already defined (no-redeclare)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) Infix operators must be spaced. (space-infix-ops)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) Infix operators must be spaced. (space-infix-ops)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1851) 'i' used outside of binding context. (block-scoped-var)
(#1852) 'y' is already defined (no-redeclare)
(#1852) 'y' used outside of binding context. (block-scoped-var)
(#1852) 'y' used outside of binding context. (block-scoped-var)
(#1852) 'y' used outside of binding context. (block-scoped-var)
(#1852) Multiple spaces found before '='. (no-multi-spaces)
(#1852) 'i' used outside of binding context. (block-scoped-var)
(#1852) 'i' used outside of binding context. (block-scoped-var)
(#1852) 'i' used outside of binding context. (block-scoped-var)
(#1853) 'text' used outside of binding context. (block-scoped-var)
(#1853) 'i' used outside of binding context. (block-scoped-var)
(#1853) 'i' used outside of binding context. (block-scoped-var)
(#1853) 'i' used outside of binding context. (block-scoped-var)
(#1854) Line 1854 exceeds the maximum line length of 132. (max-len)
(#1854) Missing space before value for key 'font'. (key-spacing)
(#1854) Identifier 'text_size' is not in camel case. (camelcase)
(#1854) Missing space before value for key 'size'. (key-spacing)
(#1854) Missing space before value for key 'x'. (key-spacing)
(#1854) 'xpos' used outside of binding context. (block-scoped-var)
(#1854) 'xpos' used outside of binding context. (block-scoped-var)
(#1854) 'y' used outside of binding context. (block-scoped-var)
(#1854) Missing space before value for key 'y'. (key-spacing)
(#1854) 'y' used outside of binding context. (block-scoped-var)
(#1854) 'y' used outside of binding context. (block-scoped-var)
(#1854) 'text' used outside of binding context. (block-scoped-var)
(#1854) Missing space before value for key 'valign'. (key-spacing)
(#1854) 'align' used outside of binding context. (block-scoped-var)
(#1854) 'align' used outside of binding context. (block-scoped-var)
(#1854) 'boxed' used outside of binding context. (block-scoped-var)
(#1854) 'boxed' used outside of binding context. (block-scoped-var)
(#1854) Missing space before value for key 'tag'. (key-spacing)
(#1856) Trailing spaces not allowed. (no-trailing-spaces)
(#1860) 'i' is already defined (no-redeclare)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) Infix operators must be spaced. (space-infix-ops)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) Infix operators must be spaced. (space-infix-ops)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1860) 'i' used outside of binding context. (block-scoped-var)
(#1861) 'y' used outside of binding context. (block-scoped-var)
(#1861) 'y' is already defined (no-redeclare)
(#1861) 'y' used outside of binding context. (block-scoped-var)
(#1861) 'y' used outside of binding context. (block-scoped-var)
(#1861) 'i' used outside of binding context. (block-scoped-var)
(#1861) 'i' used outside of binding context. (block-scoped-var)
(#1861) 'i' used outside of binding context. (block-scoped-var)
(#1862) 'text' used outside of binding context. (block-scoped-var)
(#1862) 'text' is already defined (no-redeclare)
(#1862) 'i' used outside of binding context. (block-scoped-var)
(#1862) 'i' used outside of binding context. (block-scoped-var)
(#1862) 'i' used outside of binding context. (block-scoped-var)
(#1863) Line 1863 exceeds the maximum line length of 132. (max-len)
(#1863) Missing space before value for key 'font'. (key-spacing)
(#1863) Identifier 'text_size' is not in camel case. (camelcase)
(#1863) Missing space before value for key 'size'. (key-spacing)
(#1863) A space is required after ','. (comma-spacing)
(#1863) Missing space before value for key 'x'. (key-spacing)
(#1863) 'xpos' used outside of binding context. (block-scoped-var)
(#1863) 'xpos' used outside of binding context. (block-scoped-var)
(#1863) A space is required after ','. (comma-spacing)
(#1863) 'y' used outside of binding context. (block-scoped-var)
(#1863) Missing space before value for key 'y'. (key-spacing)
(#1863) 'y' used outside of binding context. (block-scoped-var)
(#1863) 'y' used outside of binding context. (block-scoped-var)
(#1863) A space is required after ','. (comma-spacing)
(#1863) 'text' used outside of binding context. (block-scoped-var)
(#1863) A space is required after ','. (comma-spacing)
(#1863) Missing space before value for key 'valign'. (key-spacing)
(#1863) A space is required after ','. (comma-spacing)
(#1863) 'align' used outside of binding context. (block-scoped-var)
(#1863) 'align' used outside of binding context. (block-scoped-var)
(#1863) A space is required after ','. (comma-spacing)
(#1863) 'boxed' used outside of binding context. (block-scoped-var)
(#1863) 'boxed' used outside of binding context. (block-scoped-var)
(#1863) A space is required after ','. (comma-spacing)
(#1863) Missing space before value for key 'tag'. (key-spacing)
(#1865) Trailing spaces not allowed. (no-trailing-spaces)
(#1866) Trailing spaces not allowed. (no-trailing-spaces)
(#1867) Trailing spaces not allowed. (no-trailing-spaces)
(#1868) Trailing spaces not allowed. (no-trailing-spaces)
(#1869) Trailing spaces not allowed. (no-trailing-spaces)
(#1869) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1874) Line 1874 exceeds the maximum line length of 132. (max-len)
(#1874) Missing space before value for key 'font'. (key-spacing)
(#1874) A space is required after ','. (comma-spacing)
(#1874) Identifier 'text_size' is not in camel case. (camelcase)
(#1874) Missing space before value for key 'size'. (key-spacing)
(#1874) 'xpos' used outside of binding context. (block-scoped-var)
(#1874) 'xpos' used outside of binding context. (block-scoped-var)
(#1874) Missing space before value for key 'x'. (key-spacing)
(#1874) Missing space before value for key 'y'. (key-spacing)
(#1874) A space is required after ','. (comma-spacing)
(#1874) 'RGraph' is not defined. (no-undef)
(#1874) A space is required after ','. (comma-spacing)
(#1874) A space is required after ','. (comma-spacing)
(#1874) Missing space before value for key 'valign'. (key-spacing)
(#1874) Duplicate key 'valign'. (no-dupe-keys)
(#1874) Missing space before value for key 'valign'. (key-spacing)
(#1874) A space is required after ','. (comma-spacing)
(#1874) 'align' used outside of binding context. (block-scoped-var)
(#1874) 'align' used outside of binding context. (block-scoped-var)
(#1874) 'boxed' used outside of binding context. (block-scoped-var)
(#1874) 'boxed' used outside of binding context. (block-scoped-var)
(#1874) Missing space before value for key 'tag'. (key-spacing)
(#1877) Missing semicolon. (semi)
(#1878) Trailing spaces not allowed. (no-trailing-spaces)
(#1879) Trailing spaces not allowed. (no-trailing-spaces)
(#1880) Trailing spaces not allowed. (no-trailing-spaces)
(#1881) Trailing spaces not allowed. (no-trailing-spaces)
(#1881) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1885) Identifier 'Drawlabels_bottom' is not in camel case. (camelcase)
(#1885) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1885) Unexpected space before function parentheses. (space-before-function-paren)
(#1887) Multiple spaces found before '='. (no-multi-spaces)
(#1888) Multiple spaces found before '='. (no-multi-spaces)
(#1890) Trailing spaces not allowed. (no-trailing-spaces)
(#1891) Identifier 'text_size' is not in camel case. (camelcase)
(#1891) Multiple spaces found before '='. (no-multi-spaces)
(#1892) Identifier 'units_pre' is not in camel case. (camelcase)
(#1892) Multiple spaces found before '='. (no-multi-spaces)
(#1893) Identifier 'units_post' is not in camel case. (camelcase)
(#1894) 'context' is defined but never used (no-unused-vars)
(#1894) Multiple spaces found before '='. (no-multi-spaces)
(#1895) 'align' used outside of binding context. (block-scoped-var)
(#1895) Multiple spaces found before '='. (no-multi-spaces)
(#1896) Multiple spaces found before '='. (no-multi-spaces)
(#1898) 'ymin' is defined but never used (no-unused-vars)
(#1898) Multiple spaces found before '='. (no-multi-spaces)
(#1899) Trailing spaces not allowed. (no-trailing-spaces)
(#1903) Trailing spaces not allowed. (no-trailing-spaces)
(#1905) 'xpos' used outside of binding context. (block-scoped-var)
(#1905) Multiple spaces found before '='. (no-multi-spaces)
(#1906) 'align' is already defined (no-redeclare)
(#1907) 'boxed' used outside of binding context. (block-scoped-var)
(#1909) 'xpos' is already defined (no-redeclare)
(#1909) 'xpos' used outside of binding context. (block-scoped-var)
(#1909) Multiple spaces found before '='. (no-multi-spaces)
(#1910) 'boxed' is already defined (no-redeclare)
(#1910) 'boxed' used outside of binding context. (block-scoped-var)
(#1912) Trailing spaces not allowed. (no-trailing-spaces)
(#1916) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1917) Trailing spaces not allowed. (no-trailing-spaces)
(#1920) Trailing spaces not allowed. (no-trailing-spaces)
(#1921) 'i' used outside of binding context. (block-scoped-var)
(#1921) Infix operators must be spaced. (space-infix-ops)
(#1921) 'i' used outside of binding context. (block-scoped-var)
(#1921) Infix operators must be spaced. (space-infix-ops)
(#1921) 'i' used outside of binding context. (block-scoped-var)
(#1922) 'i' used outside of binding context. (block-scoped-var)
(#1923) Trailing spaces not allowed. (no-trailing-spaces)
(#1924) 'RGraph' is not defined. (no-undef)
(#1924) Missing space before value for key 'font'. (key-spacing)
(#1925) Identifier 'text_size' is not in camel case. (camelcase)
(#1925) Missing space before value for key 'size'. (key-spacing)
(#1926) Missing space before value for key 'x'. (key-spacing)
(#1926) 'xpos' used outside of binding context. (block-scoped-var)
(#1926) 'xpos' used outside of binding context. (block-scoped-var)
(#1927) Missing space before value for key 'y'. (key-spacing)
(#1928) 'i' used outside of binding context. (block-scoped-var)
(#1929) Missing space before value for key 'valign'. (key-spacing)
(#1930) 'align' used outside of binding context. (block-scoped-var)
(#1931) 'boxed' used outside of binding context. (block-scoped-var)
(#1931) 'boxed' used outside of binding context. (block-scoped-var)
(#1932) Missing space before value for key 'tag'. (key-spacing)
(#1935) Trailing spaces not allowed. (no-trailing-spaces)
(#1938) Trailing spaces not allowed. (no-trailing-spaces)
(#1939) 'gutterTop' is defined but never used (no-unused-vars)
(#1939) Multiple spaces found before '='. (no-multi-spaces)
(#1940) 'halfTextHeight' is defined but never used (no-unused-vars)
(#1941) 'scale' is defined but never used (no-unused-vars)
(#1941) Multiple spaces found before '='. (no-multi-spaces)
(#1942) Trailing spaces not allowed. (no-trailing-spaces)
(#1943) Trailing spaces not allowed. (no-trailing-spaces)
(#1944) 'i' used outside of binding context. (block-scoped-var)
(#1944) 'i' is already defined (no-redeclare)
(#1944) Infix operators must be spaced. (space-infix-ops)
(#1944) 'i' used outside of binding context. (block-scoped-var)
(#1944) Infix operators must be spaced. (space-infix-ops)
(#1944) 'i' used outside of binding context. (block-scoped-var)
(#1945) 'i' used outside of binding context. (block-scoped-var)
(#1946) 'RGraph' is not defined. (no-undef)
(#1946) Missing space before value for key 'font'. (key-spacing)
(#1947) Missing space before value for key 'size'. (key-spacing)
(#1947) Identifier 'text_size' is not in camel case. (camelcase)
(#1948) 'xpos' used outside of binding context. (block-scoped-var)
(#1948) 'xpos' used outside of binding context. (block-scoped-var)
(#1948) Missing space before value for key 'x'. (key-spacing)
(#1949) Missing space before value for key 'y'. (key-spacing)
(#1949) 'i' used outside of binding context. (block-scoped-var)
(#1949) Infix operators must be spaced. (space-infix-ops)
(#1951) Missing space before value for key 'valign'. (key-spacing)
(#1952) 'align' used outside of binding context. (block-scoped-var)
(#1953) 'boxed' used outside of binding context. (block-scoped-var)
(#1953) 'boxed' used outside of binding context. (block-scoped-var)
(#1954) Missing space before value for key 'tag'. (key-spacing)
(#1956) Trailing spaces not allowed. (no-trailing-spaces)
(#1957) Trailing spaces not allowed. (no-trailing-spaces)
(#1962) Missing space before value for key 'font'. (key-spacing)
(#1963) Missing space before value for key 'size'. (key-spacing)
(#1963) Identifier 'text_size' is not in camel case. (camelcase)
(#1964) 'xpos' used outside of binding context. (block-scoped-var)
(#1964) Missing space before value for key 'x'. (key-spacing)
(#1964) 'xpos' used outside of binding context. (block-scoped-var)
(#1965) Missing space before value for key 'y'. (key-spacing)
(#1966) Line 1966 exceeds the maximum line length of 132. (max-len)
(#1966) A space is required after ','. (comma-spacing)
(#1967) Missing space before value for key 'valign'. (key-spacing)
(#1968) 'align' used outside of binding context. (block-scoped-var)
(#1969) 'boxed' used outside of binding context. (block-scoped-var)
(#1969) 'boxed' used outside of binding context. (block-scoped-var)
(#1970) Missing space before value for key 'tag'. (key-spacing)
(#1972) Trailing spaces not allowed. (no-trailing-spaces)
(#1974) Missing semicolon. (semi)
(#1975) Trailing spaces not allowed. (no-trailing-spaces)
(#1976) Trailing spaces not allowed. (no-trailing-spaces)
(#1977) Expected JSDoc for 'coords' but found 'array'. (valid-jsdoc)
(#1977) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#1979) Trailing spaces not allowed. (no-trailing-spaces)
(#1982) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1982) Unexpected space before function parentheses. (space-before-function-paren)
(#1984) Multiple spaces found before '='. (no-multi-spaces)
(#1985) 'ca' is defined but never used (no-unused-vars)
(#1985) Multiple spaces found before '='. (no-multi-spaces)
(#1987) Trailing spaces not allowed. (no-trailing-spaces)
(#1989) Multiple spaces found before '='. (no-multi-spaces)
(#1990) Multiple spaces found before '='. (no-multi-spaces)
(#1991) Trailing spaces not allowed. (no-trailing-spaces)
(#1995) Trailing spaces not allowed. (no-trailing-spaces)
(#1998) Trailing spaces not allowed. (no-trailing-spaces)
(#2000) Trailing spaces not allowed. (no-trailing-spaces)
(#2003) Missing semicolon. (semi)
(#2004) Trailing spaces not allowed. (no-trailing-spaces)
(#2005) Trailing spaces not allowed. (no-trailing-spaces)
(#2006) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2006) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#2006) Missing JSDoc @returns for function. (valid-jsdoc)
(#2006) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#2006) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2009) Trailing spaces not allowed. (no-trailing-spaces)
(#2014) Trailing spaces not allowed. (no-trailing-spaces)
(#2015) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2015) Unexpected space before function parentheses. (space-before-function-paren)
(#2020) Trailing spaces not allowed. (no-trailing-spaces)
(#2021) 'RGraph' is not defined. (no-undef)
(#2022) Multiple spaces found before '='. (no-multi-spaces)
(#2023) Multiple spaces found before '='. (no-multi-spaces)
(#2023) Trailing spaces not allowed. (no-trailing-spaces)
(#2024) 'canvas' is defined but never used (no-unused-vars)
(#2024) Multiple spaces found before '='. (no-multi-spaces)
(#2025) 'context' is defined but never used (no-unused-vars)
(#2026) Multiple spaces found before '='. (no-multi-spaces)
(#2026) Missing semicolon. (semi)
(#2028) Infix operators must be spaced. (space-infix-ops)
(#2028) A space is required after ','. (comma-spacing)
(#2028) Infix operators must be spaced. (space-infix-ops)
(#2028) Infix operators must be spaced. (space-infix-ops)
(#2028) Infix operators must be spaced. (space-infix-ops)
(#2029) Trailing spaces not allowed. (no-trailing-spaces)
(#2034) Multiple spaces found before '='. (no-multi-spaces)
(#2035) Multiple spaces found before '='. (no-multi-spaces)
(#2036) Multiple spaces found before '='. (no-multi-spaces)
(#2038) Multiple spaces found before '='. (no-multi-spaces)
(#2039) Trailing spaces not allowed. (no-trailing-spaces)
(#2044) Line 2044 exceeds the maximum line length of 132. (max-len)
(#2044) 'RGraph' is not defined. (no-undef)
(#2044) 'RGraph' is not defined. (no-undef)
(#2046) Trailing spaces not allowed. (no-trailing-spaces)
(#2051) Multiple spaces found before '('. (no-multi-spaces)
(#2051) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2053) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2064) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2067) Trailing spaces not allowed. (no-trailing-spaces)
(#2068) Trailing spaces not allowed. (no-trailing-spaces)
(#2070) Unquoted number literal '0' used as key. (quote-props)
(#2070) Unquoted number literal '1' used as key. (quote-props)
(#2070) Unquoted number literal '2' used as key. (quote-props)
(#2070) Unquoted number literal '3' used as key. (quote-props)
(#2070) Unquoted number literal '4' used as key. (quote-props)
(#2070) Unquoted number literal '5' used as key. (quote-props)
(#2071) Line 2071 exceeds the maximum line length of 132. (max-len)
(#2071) 'tooltip' used outside of binding context. (block-scoped-var)
(#2075) Trailing spaces not allowed. (no-trailing-spaces)
(#2077) Missing semicolon. (semi)
(#2081) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2082) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2082) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#2082) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#2082) Missing JSDoc @returns for function. (valid-jsdoc)
(#2082) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2084) Trailing spaces not allowed. (no-trailing-spaces)
(#2089) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2089) Unexpected space before function parentheses. (space-before-function-paren)
(#2091) 'canvas' is defined but never used (no-unused-vars)
(#2091) Multiple spaces found before '='. (no-multi-spaces)
(#2092) 'RGraph' is not defined. (no-undef)
(#2093) Trailing spaces not allowed. (no-trailing-spaces)
(#2094) Trailing spaces not allowed. (no-trailing-spaces)
(#2098) Trailing spaces not allowed. (no-trailing-spaces)
(#2099) Trailing spaces not allowed. (no-trailing-spaces)
(#2103) Infix operators must be spaced. (space-infix-ops)
(#2103) A space is required after ','. (comma-spacing)
(#2103) Infix operators must be spaced. (space-infix-ops)
(#2103) Infix operators must be spaced. (space-infix-ops)
(#2110) 'mouseY' is defined but never used (no-unused-vars)
(#2110) Trailing spaces not allowed. (no-trailing-spaces)
(#2111) Multiple spaces found before '='. (no-multi-spaces)
(#2112) Multiple spaces found before '='. (no-multi-spaces)
(#2113) Multiple spaces found before '='. (no-multi-spaces)
(#2115) Multiple spaces found before '='. (no-multi-spaces)
(#2116) Trailing spaces not allowed. (no-trailing-spaces)
(#2118) Trailing spaces not allowed. (no-trailing-spaces)
(#2120) Line 2120 exceeds the maximum line length of 132. (max-len)
(#2120) 'RGraph' is not defined. (no-undef)
(#2120) 'RGraph' is not defined. (no-undef)
(#2123) Trailing spaces not allowed. (no-trailing-spaces)
(#2124) Trailing spaces not allowed. (no-trailing-spaces)
(#2124) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2126) Unquoted number literal '0' used as key. (quote-props)
(#2126) Unquoted number literal '1' used as key. (quote-props)
(#2126) Unquoted number literal '2' used as key. (quote-props)
(#2126) Unquoted number literal '3' used as key. (quote-props)
(#2126) Unquoted number literal '4' used as key. (quote-props)
(#2126) Unquoted number literal '5' used as key. (quote-props)
(#2127) 'tooltip' used outside of binding context. (block-scoped-var)
(#2131) Trailing spaces not allowed. (no-trailing-spaces)
(#2133) Missing semicolon. (semi)
(#2134) Trailing spaces not allowed. (no-trailing-spaces)
(#2135) Trailing spaces not allowed. (no-trailing-spaces)
(#2136) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2136) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2136) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#2136) Missing JSDoc @returns for function. (valid-jsdoc)
(#2136) Expected JSDoc for 'arg' but found 'object'. (valid-jsdoc)
(#2139) Trailing spaces not allowed. (no-trailing-spaces)
(#2141) Trailing spaces not allowed. (no-trailing-spaces)
(#2143) Trailing spaces not allowed. (no-trailing-spaces)
(#2145) Trailing spaces not allowed. (no-trailing-spaces)
(#2148) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2148) Unexpected space before function parentheses. (space-before-function-paren)
(#2150) 'co' is defined but never used (no-unused-vars)
(#2150) Multiple spaces found before '='. (no-multi-spaces)
(#2151) Multiple spaces found before '='. (no-multi-spaces)
(#2153) Trailing spaces not allowed. (no-trailing-spaces)
(#2155) 'mouseX' used outside of binding context. (block-scoped-var)
(#2156) 'mouseY' used outside of binding context. (block-scoped-var)
(#2158) 'RGraph' is not defined. (no-undef)
(#2159) 'mouseX' used outside of binding context. (block-scoped-var)
(#2159) 'mouseX' is already defined (no-redeclare)
(#2159) Multiple spaces found before '='. (no-multi-spaces)
(#2160) 'mouseY' is already defined (no-redeclare)
(#2160) 'mouseY' used outside of binding context. (block-scoped-var)
(#2160) Multiple spaces found before '='. (no-multi-spaces)
(#2162) Trailing spaces not allowed. (no-trailing-spaces)
(#2163) There should be no spaces inside this paren. (space-in-parens)
(#2163) 'mouseY' used outside of binding context. (block-scoped-var)
(#2163) Multiple spaces found before 'mouseY'. (no-multi-spaces)
(#2163) 'mouseY' used outside of binding context. (block-scoped-var)
(#2164) 'mouseY' used outside of binding context. (block-scoped-var)
(#2164) 'mouseY' used outside of binding context. (block-scoped-var)
(#2165) 'mouseX' used outside of binding context. (block-scoped-var)
(#2165) 'mouseX' used outside of binding context. (block-scoped-var)
(#2166) 'mouseX' used outside of binding context. (block-scoped-var)
(#2166) 'mouseX' used outside of binding context. (block-scoped-var)
(#2170) Trailing spaces not allowed. (no-trailing-spaces)
(#2172) Line 2172 exceeds the maximum line length of 132. (max-len)
(#2172) 'value' used outside of binding context. (block-scoped-var)
(#2172) 'value' used outside of binding context. (block-scoped-var)
(#2172) 'mouseY' used outside of binding context. (block-scoped-var)
(#2172) 'mouseY' used outside of binding context. (block-scoped-var)
(#2172) Missing semicolon. (semi)
(#2173) 'value' used outside of binding context. (block-scoped-var)
(#2173) 'value' used outside of binding context. (block-scoped-var)
(#2174) Trailing spaces not allowed. (no-trailing-spaces)
(#2175) 'value' used outside of binding context. (block-scoped-var)
(#2175) 'value' used outside of binding context. (block-scoped-var)
(#2176) 'value' used outside of binding context. (block-scoped-var)
(#2176) 'value' used outside of binding context. (block-scoped-var)
(#2178) 'value' used outside of binding context. (block-scoped-var)
(#2178) 'value' used outside of binding context. (block-scoped-var)
(#2180) Trailing spaces not allowed. (no-trailing-spaces)
(#2182) Line 2182 exceeds the maximum line length of 132. (max-len)
(#2182) 'value' is already defined (no-redeclare)
(#2182) 'value' used outside of binding context. (block-scoped-var)
(#2182) 'value' used outside of binding context. (block-scoped-var)
(#2182) 'mouseY' used outside of binding context. (block-scoped-var)
(#2182) 'mouseY' used outside of binding context. (block-scoped-var)
(#2182) Missing semicolon. (semi)
(#2183) 'value' used outside of binding context. (block-scoped-var)
(#2183) 'value' used outside of binding context. (block-scoped-var)
(#2183) 'value' used outside of binding context. (block-scoped-var)
(#2183) 'value' used outside of binding context. (block-scoped-var)
(#2184) 'value' used outside of binding context. (block-scoped-var)
(#2184) 'value' used outside of binding context. (block-scoped-var)
(#2184) 'value' used outside of binding context. (block-scoped-var)
(#2184) 'value' used outside of binding context. (block-scoped-var)
(#2186) Line 2186 exceeds the maximum line length of 132. (max-len)
(#2186) 'value' used outside of binding context. (block-scoped-var)
(#2186) 'value' used outside of binding context. (block-scoped-var)
(#2186) 'value' is already defined (no-redeclare)
(#2186) 'mouseY' used outside of binding context. (block-scoped-var)
(#2186) 'mouseY' used outside of binding context. (block-scoped-var)
(#2186) Missing semicolon. (semi)
(#2187) 'value' used outside of binding context. (block-scoped-var)
(#2187) 'value' used outside of binding context. (block-scoped-var)
(#2189) Trailing spaces not allowed. (no-trailing-spaces)
(#2190) 'value' used outside of binding context. (block-scoped-var)
(#2190) 'value' used outside of binding context. (block-scoped-var)
(#2190) 'value' used outside of binding context. (block-scoped-var)
(#2191) Missing semicolon. (semi)
(#2192) Trailing spaces not allowed. (no-trailing-spaces)
(#2193) Trailing spaces not allowed. (no-trailing-spaces)
(#2194) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#2194) Expected JSDoc for 'value' but found 'int'. (valid-jsdoc)
(#2194) Missing JSDoc @returns for function. (valid-jsdoc)
(#2197) Trailing spaces not allowed. (no-trailing-spaces)
(#2200) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2200) Unexpected space before function parentheses. (space-before-function-paren)
(#2205) Trailing spaces not allowed. (no-trailing-spaces)
(#2206) 'co' is defined but never used (no-unused-vars)
(#2206) Multiple spaces found before '='. (no-multi-spaces)
(#2207) Multiple spaces found before '='. (no-multi-spaces)
(#2209) Trailing spaces not allowed. (no-trailing-spaces)
(#2212) Trailing spaces not allowed. (no-trailing-spaces)
(#2214) Trailing spaces not allowed. (no-trailing-spaces)
(#2219) Trailing spaces not allowed. (no-trailing-spaces)
(#2221) Missing semicolon. (semi)
(#2222) Trailing spaces not allowed. (no-trailing-spaces)
(#2224) Trailing spaces not allowed. (no-trailing-spaces)
(#2228) Trailing spaces not allowed. (no-trailing-spaces)
(#2230) Trailing spaces not allowed. (no-trailing-spaces)
(#2234) Trailing spaces not allowed. (no-trailing-spaces)
(#2236) Trailing spaces not allowed. (no-trailing-spaces)
(#2239) Trailing spaces not allowed. (no-trailing-spaces)
(#2241) Missing semicolon. (semi)
(#2242) Trailing spaces not allowed. (no-trailing-spaces)
(#2243) Trailing spaces not allowed. (no-trailing-spaces)
(#2244) Trailing spaces not allowed. (no-trailing-spaces)
(#2244) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2245) Expected JSDoc for 'shape' but found 'object'. (valid-jsdoc)
(#2245) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2247) Trailing spaces not allowed. (no-trailing-spaces)
(#2250) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2250) Unexpected space before function parentheses. (space-before-function-paren)
(#2253) 'RGraph' is not defined. (no-undef)
(#2254) Missing semicolon. (semi)
(#2255) Trailing spaces not allowed. (no-trailing-spaces)
(#2256) Trailing spaces not allowed. (no-trailing-spaces)
(#2257) Trailing spaces not allowed. (no-trailing-spaces)
(#2257) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2258) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#2258) Missing JSDoc @returns for function. (valid-jsdoc)
(#2261) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2261) Expected to return a value at the end of this function. (consistent-return)
(#2261) Unexpected space before function parentheses. (space-before-function-paren)
(#2263) Multiple spaces found before '='. (no-multi-spaces)
(#2265) Trailing spaces not allowed. (no-trailing-spaces)
(#2266) 'RGraph' is not defined. (no-undef)
(#2267) Trailing spaces not allowed. (no-trailing-spaces)
(#2274) Trailing spaces not allowed. (no-trailing-spaces)
(#2277) Missing semicolon. (semi)
(#2281) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2282) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#2282) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2284) Trailing spaces not allowed. (no-trailing-spaces)
(#2287) Identifier 'Adjusting_mousemove' is not in camel case. (camelcase)
(#2287) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2287) Unexpected space before function parentheses. (space-before-function-paren)
(#2292) Line 2292 exceeds the maximum line length of 132. (max-len)
(#2293) Trailing spaces not allowed. (no-trailing-spaces)
(#2295) Multiple spaces found before '='. (no-multi-spaces)
(#2296) Multiple spaces found before '='. (no-multi-spaces)
(#2304) ["index"] is better written in dot notation. (dot-notation)
(#2311) ["index"] is better written in dot notation. (dot-notation)
(#2313) ["index"] is better written in dot notation. (dot-notation)
(#2315) Trailing spaces not allowed. (no-trailing-spaces)
(#2317) Trailing spaces not allowed. (no-trailing-spaces)
(#2321) Missing semicolon. (semi)
(#2325) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2326) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#2326) Expected JSDoc for 'y' but found 'objec'. (valid-jsdoc)
(#2326) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#2326) Missing JSDoc for parameter 'idx'. (valid-jsdoc)
(#2326) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#2326) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#2326) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#2326) Missing JSDoc for parameter 'tooltip'. (valid-jsdoc)
(#2326) Missing JSDoc parameter type for 'objec'. (valid-jsdoc)
(#2328) Trailing spaces not allowed. (no-trailing-spaces)
(#2334) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2334) Unexpected space before function parentheses. (space-before-function-paren)
(#2334) 'idx' is defined but never used (no-unused-vars)
(#2336) Multiple spaces found before '='. (no-multi-spaces)
(#2337) Multiple spaces found before '='. (no-multi-spaces)
(#2338) Multiple spaces found before '='. (no-multi-spaces)
(#2339) Multiple spaces found before '='. (no-multi-spaces)
(#2340) Multiple spaces found before '='. (no-multi-spaces)
(#2341) Multiple spaces found before '='. (no-multi-spaces)
(#2341) 'RGraph' is not defined. (no-undef)
(#2342) 'gutterLeft' is defined but never used (no-unused-vars)
(#2343) 'gutterTop' is defined but never used (no-unused-vars)
(#2343) Multiple spaces found before '='. (no-multi-spaces)
(#2344) Multiple spaces found before '='. (no-multi-spaces)
(#2345) Multiple spaces found before '='. (no-multi-spaces)
(#2346) Multiple spaces found before '='. (no-multi-spaces)
(#2347) Trailing spaces not allowed. (no-trailing-spaces)
(#2348) Trailing spaces not allowed. (no-trailing-spaces)
(#2351) Multiple spaces found before '='. (no-multi-spaces)
(#2352) Trailing spaces not allowed. (no-trailing-spaces)
(#2357) Multiple spaces found before 'canvasXY'. (no-multi-spaces)
(#2359) Trailing spaces not allowed. (no-trailing-spaces)
(#2360) Trailing spaces not allowed. (no-trailing-spaces)
(#2363) Trailing spaces not allowed. (no-trailing-spaces)
(#2365) Line 2365 exceeds the maximum line length of 132. (max-len)
(#2366) Trailing spaces not allowed. (no-trailing-spaces)
(#2372) Line 2372 exceeds the maximum line length of 132. (max-len)
(#2375) Line 2375 exceeds the maximum line length of 132. (max-len)
(#2378) Trailing spaces not allowed. (no-trailing-spaces)
(#2380) Trailing spaces not allowed. (no-trailing-spaces)
(#2382) Trailing spaces not allowed. (no-trailing-spaces)
(#2387) Trailing spaces not allowed. (no-trailing-spaces)
(#2392) Trailing spaces not allowed. (no-trailing-spaces)
(#2398) Missing semicolon. (semi)
(#2402) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2406) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2406) Unexpected space before function parentheses. (space-before-function-paren)
(#2410) Multiple spaces found before '='. (no-multi-spaces)
(#2410) 'RGraph' is not defined. (no-undef)
(#2411) Multiple spaces found before '='. (no-multi-spaces)
(#2411) 'RGraph' is not defined. (no-undef)
(#2412) Multiple spaces found before '='. (no-multi-spaces)
(#2413) Multiple spaces found before '='. (no-multi-spaces)
(#2414) Multiple spaces found before '='. (no-multi-spaces)
(#2415) Multiple spaces found before '='. (no-multi-spaces)
(#2416) Multiple spaces found before '='. (no-multi-spaces)
(#2417) Multiple spaces found before '='. (no-multi-spaces)
(#2419) Multiple spaces found before '='. (no-multi-spaces)
(#2420) Multiple spaces found before '='. (no-multi-spaces)
(#2422) Trailing spaces not allowed. (no-trailing-spaces)
(#2423) Trailing spaces not allowed. (no-trailing-spaces)
(#2427) 'i' used outside of binding context. (block-scoped-var)
(#2427) Infix operators must be spaced. (space-infix-ops)
(#2427) 'i' used outside of binding context. (block-scoped-var)
(#2427) Infix operators must be spaced. (space-infix-ops)
(#2427) 'i' used outside of binding context. (block-scoped-var)
(#2428) 'i' used outside of binding context. (block-scoped-var)
(#2428) 'i' used outside of binding context. (block-scoped-var)
(#2431) Trailing spaces not allowed. (no-trailing-spaces)
(#2433) 'colors' is already defined (no-redeclare)
(#2435) 'i' used outside of binding context. (block-scoped-var)
(#2435) 'i' is already defined (no-redeclare)
(#2435) Infix operators must be spaced. (space-infix-ops)
(#2435) 'i' used outside of binding context. (block-scoped-var)
(#2435) Infix operators must be spaced. (space-infix-ops)
(#2435) 'i' used outside of binding context. (block-scoped-var)
(#2436) 'i' used outside of binding context. (block-scoped-var)
(#2436) 'i' used outside of binding context. (block-scoped-var)
(#2439) Trailing spaces not allowed. (no-trailing-spaces)
(#2440) Multiple spaces found before '='. (no-multi-spaces)
(#2441) Multiple spaces found before '='. (no-multi-spaces)
(#2442) Multiple spaces found before '='. (no-multi-spaces)
(#2443) Multiple spaces found before '='. (no-multi-spaces)
(#2444) Multiple spaces found before '='. (no-multi-spaces)
(#2445) Multiple spaces found before '='. (no-multi-spaces)
(#2447) Multiple spaces found before '='. (no-multi-spaces)
(#2448) Multiple spaces found before '='. (no-multi-spaces)
(#2449) Missing semicolon. (semi)
(#2450) Trailing spaces not allowed. (no-trailing-spaces)
(#2451) Trailing spaces not allowed. (no-trailing-spaces)
(#2452) Trailing spaces not allowed. (no-trailing-spaces)
(#2452) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2453) Missing JSDoc for parameter 'color'. (valid-jsdoc)
(#2453) Missing JSDoc @returns for function. (valid-jsdoc)
(#2456) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2456) Unexpected space before function parentheses. (space-before-function-paren)
(#2458) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2461) Trailing spaces not allowed. (no-trailing-spaces)
(#2463) Trailing spaces not allowed. (no-trailing-spaces)
(#2465) Trailing spaces not allowed. (no-trailing-spaces)
(#2467) A space is required after ','. (comma-spacing)
(#2468) Trailing spaces not allowed. (no-trailing-spaces)
(#2470) Trailing spaces not allowed. (no-trailing-spaces)
(#2472) Trailing spaces not allowed. (no-trailing-spaces)
(#2473) Infix operators must be spaced. (space-infix-ops)
(#2473) A space is required after ','. (comma-spacing)
(#2473) Infix operators must be spaced. (space-infix-ops)
(#2473) Infix operators must be spaced. (space-infix-ops)
(#2474) 'RGraph' is not defined. (no-undef)
(#2477) Trailing spaces not allowed. (no-trailing-spaces)
(#2478) 'grad' used outside of binding context. (block-scoped-var)
(#2478) 'grad' used outside of binding context. (block-scoped-var)
(#2479) Missing semicolon. (semi)
(#2480) Trailing spaces not allowed. (no-trailing-spaces)
(#2481) Trailing spaces not allowed. (no-trailing-spaces)
(#2482) Trailing spaces not allowed. (no-trailing-spaces)
(#2482) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2483) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2483) Unexpected space before function parentheses. (space-before-function-paren)
(#2485) Multiple spaces found before '='. (no-multi-spaces)
(#2487) Trailing spaces not allowed. (no-trailing-spaces)
(#2488) Multiple spaces found before '='. (no-multi-spaces)
(#2489) Multiple spaces found before '='. (no-multi-spaces)
(#2490) Multiple spaces found before '='. (no-multi-spaces)
(#2491) Trailing spaces not allowed. (no-trailing-spaces)
(#2493) 'i' used outside of binding context. (block-scoped-var)
(#2493) Infix operators must be spaced. (space-infix-ops)
(#2493) 'i' used outside of binding context. (block-scoped-var)
(#2493) Infix operators must be spaced. (space-infix-ops)
(#2493) 'i' used outside of binding context. (block-scoped-var)
(#2494) 'i' used outside of binding context. (block-scoped-var)
(#2494) 'i' used outside of binding context. (block-scoped-var)
(#2494) 'i' used outside of binding context. (block-scoped-var)
(#2495) Trailing spaces not allowed. (no-trailing-spaces)
(#2496) 'x' used outside of binding context. (block-scoped-var)
(#2496) 'i' used outside of binding context. (block-scoped-var)
(#2497) 'y' used outside of binding context. (block-scoped-var)
(#2497) 'i' used outside of binding context. (block-scoped-var)
(#2498) 'w' used outside of binding context. (block-scoped-var)
(#2498) 'i' used outside of binding context. (block-scoped-var)
(#2499) Trailing spaces not allowed. (no-trailing-spaces)
(#2501) Infix operators must be spaced. (space-infix-ops)
(#2501) Infix operators must be spaced. (space-infix-ops)
(#2501) 'i' used outside of binding context. (block-scoped-var)
(#2502) 'i' used outside of binding context. (block-scoped-var)
(#2504) 'h' used outside of binding context. (block-scoped-var)
(#2504) 'RGraph' is not defined. (no-undef)
(#2505) Trailing spaces not allowed. (no-trailing-spaces)
(#2506) Trailing spaces not allowed. (no-trailing-spaces)
(#2508) Trailing spaces not allowed. (no-trailing-spaces)
(#2510) Trailing spaces not allowed. (no-trailing-spaces)
(#2513) 'x' used outside of binding context. (block-scoped-var)
(#2513) 'y' used outside of binding context. (block-scoped-var)
(#2513) 'w' used outside of binding context. (block-scoped-var)
(#2513) 'h' used outside of binding context. (block-scoped-var)
(#2515) Trailing spaces not allowed. (no-trailing-spaces)
(#2521) Trailing spaces not allowed. (no-trailing-spaces)
(#2523) 'x' used outside of binding context. (block-scoped-var)
(#2523) 'y' used outside of binding context. (block-scoped-var)
(#2523) 'w' used outside of binding context. (block-scoped-var)
(#2523) 'h' used outside of binding context. (block-scoped-var)
(#2530) Trailing spaces not allowed. (no-trailing-spaces)
(#2531) 'i' is already defined (no-redeclare)
(#2531) 'i' used outside of binding context. (block-scoped-var)
(#2531) Infix operators must be spaced. (space-infix-ops)
(#2531) 'i' used outside of binding context. (block-scoped-var)
(#2531) Infix operators must be spaced. (space-infix-ops)
(#2531) 'i' used outside of binding context. (block-scoped-var)
(#2532) 'i' used outside of binding context. (block-scoped-var)
(#2533) Trailing spaces not allowed. (no-trailing-spaces)
(#2534) 'x' used outside of binding context. (block-scoped-var)
(#2534) 'x' is already defined (no-redeclare)
(#2534) 'i' used outside of binding context. (block-scoped-var)
(#2535) 'y' is already defined (no-redeclare)
(#2535) 'y' used outside of binding context. (block-scoped-var)
(#2535) 'i' used outside of binding context. (block-scoped-var)
(#2536) 'w' used outside of binding context. (block-scoped-var)
(#2536) 'w' is already defined (no-redeclare)
(#2536) 'i' used outside of binding context. (block-scoped-var)
(#2537) 'h' is already defined (no-redeclare)
(#2537) 'h' used outside of binding context. (block-scoped-var)
(#2537) 'i' used outside of binding context. (block-scoped-var)
(#2538) Trailing spaces not allowed. (no-trailing-spaces)
(#2540) Identifier 'xaxis_ycoord' is not in camel case. (camelcase)
(#2541) Trailing spaces not allowed. (no-trailing-spaces)
(#2542) Trailing spaces not allowed. (no-trailing-spaces)
(#2544) Trailing spaces not allowed. (no-trailing-spaces)
(#2546) Trailing spaces not allowed. (no-trailing-spaces)
(#2549) 'x' used outside of binding context. (block-scoped-var)
(#2549) 'y' used outside of binding context. (block-scoped-var)
(#2549) 'w' used outside of binding context. (block-scoped-var)
(#2549) 'h' used outside of binding context. (block-scoped-var)
(#2550) Trailing spaces not allowed. (no-trailing-spaces)
(#2552) Trailing spaces not allowed. (no-trailing-spaces)
(#2557) Multiple spaces found before '20'. (no-multi-spaces)
(#2558) Trailing spaces not allowed. (no-trailing-spaces)
(#2559) 'y' used outside of binding context. (block-scoped-var)
(#2559) 'h' used outside of binding context. (block-scoped-var)
(#2559) Identifier 'xaxis_ycoord' is not in camel case. (camelcase)
(#2560) 'y' used outside of binding context. (block-scoped-var)
(#2560) 'y' used outside of binding context. (block-scoped-var)
(#2561) 'h' used outside of binding context. (block-scoped-var)
(#2561) 'h' used outside of binding context. (block-scoped-var)
(#2563) 'y' used outside of binding context. (block-scoped-var)
(#2563) 'y' is assigned to itself. (no-self-assign)
(#2563) 'y' used outside of binding context. (block-scoped-var)
(#2564) 'h' used outside of binding context. (block-scoped-var)
(#2564) 'h' used outside of binding context. (block-scoped-var)
(#2566) Trailing spaces not allowed. (no-trailing-spaces)
(#2568) 'x' used outside of binding context. (block-scoped-var)
(#2568) 'y' used outside of binding context. (block-scoped-var)
(#2568) 'w' used outside of binding context. (block-scoped-var)
(#2568) 'h' used outside of binding context. (block-scoped-var)
(#2575) Missing semicolon. (semi)
(#2579) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2580) Expected JSDoc for 'index' but found 'int'. (valid-jsdoc)
(#2580) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#2583) Trailing spaces not allowed. (no-trailing-spaces)
(#2586) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2586) Unexpected space before function parentheses. (space-before-function-paren)
(#2588) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2588) Unexpected space before function parentheses. (space-before-function-paren)
(#2588) 'arr' is defined but never used (no-unused-vars)
(#2592) Missing semicolon. (semi)
(#2593) Missing semicolon. (semi)
(#2594) Missing semicolon. (semi)
(#2595) Missing semicolon. (semi)
(#2596) Trailing spaces not allowed. (no-trailing-spaces)
(#2599) Multiple spaces found before '='. (no-multi-spaces)
(#2604) Missing semicolon. (semi)
(#2608) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2612) 'RGraph' is not defined. (no-undef)
(#2613) Missing semicolon. (semi)
(#2618) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2619) Expected space or tab after '/**' in comment. (spaced-comment)
(#2628) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2629) 'RGraph' is not defined. (no-undef)
(#2629) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2629) Unexpected space before function parentheses. (space-before-function-paren)
(#2635) Trailing spaces not allowed. (no-trailing-spaces)
(#2638) 'RGraph' is not defined. (no-undef)
(#2642) Infix operators must be spaced. (space-infix-ops)
(#2642) Infix operators must be spaced. (space-infix-ops)
(#2649) Multiple spaces found before 'this'. (no-multi-spaces)
(#2650) Multiple spaces found before 'this'. (no-multi-spaces)
(#2651) Multiple spaces found before 'this'. (no-multi-spaces)
(#2655) Trailing spaces not allowed. (no-trailing-spaces)
(#2659) Line 2659 exceeds the maximum line length of 132. (max-len)
(#2659) There should be no spaces inside this paren. (space-in-parens)
(#2660) Trailing spaces not allowed. (no-trailing-spaces)
(#2661) Trailing spaces not allowed. (no-trailing-spaces)
(#2674) Identifier 'resizable_object' is not in camel case. (camelcase)
(#2681) Identifier 'resizable_object' is not in camel case. (camelcase)
(#2681) 'resizable_object' used outside of binding context. (block-scoped-var)
(#2682) Missing JSDoc for parameter 'obj'. (valid-jsdoc)
(#2685) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2685) Move function declaration to function body root. (no-inner-declarations)
(#2685) Unexpected space before function parentheses. (space-before-function-paren)
(#2689) Trailing spaces not allowed. (no-trailing-spaces)
(#2693) 'RGraph' is not defined. (no-undef)
(#2693) 'resizable_object' used outside of binding context. (block-scoped-var)
(#2697) Missing semicolon. (semi)
(#2700) Missing JSDoc for parameter 'obj'. (valid-jsdoc)
(#2703) 'RGraph' is not defined. (no-undef)
(#2703) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2703) Unexpected space before function parentheses. (space-before-function-paren)
(#2706) Missing semicolon. (semi)
(#2708) Trailing spaces not allowed. (no-trailing-spaces)
(#2712) 'RGraph' is not defined. (no-undef)
(#2712) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2712) Unexpected space before function parentheses. (space-before-function-paren)
(#2714) Infix operators must be spaced. (space-infix-ops)
(#2714) Infix operators must be spaced. (space-infix-ops)
(#2715) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2721) Missing semicolon. (semi)
mod/questionnaire/javascript/RGraph/RGraph.bipolar.js
(#11) Expected { after 'if' condition. (curly)
(#11) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#11) 'RGraph' is not defined. (no-undef)
(#13) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#13) Duplicate JSDoc parameter 'array'. (valid-jsdoc)
(#13) Expected JSDoc for 'id' but found 'string'. (valid-jsdoc)
(#13) Expected JSDoc for 'left' but found 'array'. (valid-jsdoc)
(#13) Missing JSDoc for parameter 'right'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#22) 'RGraph' is not defined. (no-undef)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Multiple spaces found before '='. (no-multi-spaces)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#34) Multiple spaces found before '='. (no-multi-spaces)
(#35) Multiple spaces found before '='. (no-multi-spaces)
(#35) 'RGraph' is not defined. (no-undef)
(#36) Multiple spaces found before '='. (no-multi-spaces)
(#36) 'RGraph' is not defined. (no-undef)
(#37) Multiple spaces found before '='. (no-multi-spaces)
(#43) 'RGraph' is not defined. (no-undef)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Multiple spaces found before '='. (no-multi-spaces)
(#48) Multiple spaces found before '='. (no-multi-spaces)
(#49) Multiple spaces found before '='. (no-multi-spaces)
(#122) Missing semicolon. (semi)
(#125) Expected { after 'while' condition. (curly)
(#126) Expected { after 'while' condition. (curly)
(#127) Trailing spaces not allowed. (no-trailing-spaces)
(#133) Trailing spaces not allowed. (no-trailing-spaces)
(#135) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#139) Identifier 'linear_data' is not in camel case. (camelcase)
(#139) 'RGraph' is not defined. (no-undef)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Identifier 'linear_data' is not in camel case. (camelcase)
(#150) A space is required after ','. (comma-spacing)
(#151) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#157) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#158) Expected space or tab after '//' in comment. (spaced-comment)
(#162) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#163) Multiple spaces found before '='. (no-multi-spaces)
(#163) 'RGraph' is not defined. (no-undef)
(#164) Multiple spaces found before '='. (no-multi-spaces)
(#165) Multiple spaces found before '='. (no-multi-spaces)
(#167) Expected space or tab after '//' in comment. (spaced-comment)
(#171) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#172) Expected space or tab after '//' in comment. (spaced-comment)
(#176) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#177) Missing JSDoc @returns for function. (valid-jsdoc)
(#177) Missing JSDoc parameter type for 'value'. (valid-jsdoc)
(#177) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#179) Trailing spaces not allowed. (no-trailing-spaces)
(#181) Trailing spaces not allowed. (no-trailing-spaces)
(#183) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#190) A space is required after ','. (comma-spacing)
(#193) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Trailing spaces not allowed. (no-trailing-spaces)
(#197) Missing semicolon. (semi)
(#201) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#202) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#202) Missing JSDoc @returns for function. (valid-jsdoc)
(#204) Trailing spaces not allowed. (no-trailing-spaces)
(#207) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#207) Unexpected space before function parentheses. (space-before-function-paren)
(#212) A space is required after ','. (comma-spacing)
(#215) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Missing semicolon. (semi)
(#221) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#222) Missing JSDoc @returns for function. (valid-jsdoc)
(#225) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#231) Trailing spaces not allowed. (no-trailing-spaces)
(#232) Trailing spaces not allowed. (no-trailing-spaces)
(#238) Trailing spaces not allowed. (no-trailing-spaces)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#243) Trailing spaces not allowed. (no-trailing-spaces)
(#248) Multiple spaces found before '='. (no-multi-spaces)
(#249) Multiple spaces found before '='. (no-multi-spaces)
(#250) Multiple spaces found before '='. (no-multi-spaces)
(#252) Trailing spaces not allowed. (no-trailing-spaces)
(#253) Trailing spaces not allowed. (no-trailing-spaces)
(#254) Trailing spaces not allowed. (no-trailing-spaces)
(#254) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#256) Multiple spaces found before '='. (no-multi-spaces)
(#258) Trailing spaces not allowed. (no-trailing-spaces)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#262) Trailing spaces not allowed. (no-trailing-spaces)
(#267) Trailing spaces not allowed. (no-trailing-spaces)
(#273) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Trailing spaces not allowed. (no-trailing-spaces)
(#278) Trailing spaces not allowed. (no-trailing-spaces)
(#281) Trailing spaces not allowed. (no-trailing-spaces)
(#282) Trailing spaces not allowed. (no-trailing-spaces)
(#289) Trailing spaces not allowed. (no-trailing-spaces)
(#290) Trailing spaces not allowed. (no-trailing-spaces)
(#297) Trailing spaces not allowed. (no-trailing-spaces)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#303) Trailing spaces not allowed. (no-trailing-spaces)
(#304) Trailing spaces not allowed. (no-trailing-spaces)
(#309) Trailing spaces not allowed. (no-trailing-spaces)
(#311) Missing semicolon. (semi)
(#315) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#319) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#319) Unexpected space before function parentheses. (space-before-function-paren)
(#323) Trailing spaces not allowed. (no-trailing-spaces)
(#324) Trailing spaces not allowed. (no-trailing-spaces)
(#328) Trailing spaces not allowed. (no-trailing-spaces)
(#329) Multiple spaces found before '='. (no-multi-spaces)
(#331) Trailing spaces not allowed. (no-trailing-spaces)
(#332) Trailing spaces not allowed. (no-trailing-spaces)
(#337) Trailing spaces not allowed. (no-trailing-spaces)
(#338) There should be no spaces inside this paren. (space-in-parens)
(#339) There should be no spaces inside this paren. (space-in-parens)
(#340) Trailing spaces not allowed. (no-trailing-spaces)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#343) Trailing spaces not allowed. (no-trailing-spaces)
(#345) Trailing spaces not allowed. (no-trailing-spaces)
(#346) Trailing spaces not allowed. (no-trailing-spaces)
(#349) Trailing spaces not allowed. (no-trailing-spaces)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#352) There should be no spaces inside this paren. (space-in-parens)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#354) Trailing spaces not allowed. (no-trailing-spaces)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#357) Trailing spaces not allowed. (no-trailing-spaces)
(#359) Missing semicolon. (semi)
(#363) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#367) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#367) Unexpected space before function parentheses. (space-before-function-paren)
(#371) Trailing spaces not allowed. (no-trailing-spaces)
(#373) Line 373 exceeds the maximum line length of 132. (max-len)
(#373) Multiple spaces found before '='. (no-multi-spaces)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#373) Infix operators must be spaced. (space-infix-ops)
(#373) There should be no spaces inside this paren. (space-in-parens)
(#374) Trailing spaces not allowed. (no-trailing-spaces)
(#377) Trailing spaces not allowed. (no-trailing-spaces)
(#382) Trailing spaces not allowed. (no-trailing-spaces)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#387) Line 387 exceeds the maximum line length of 132. (max-len)
(#387) 'y' used outside of binding context. (block-scoped-var)
(#387) 'i' used outside of binding context. (block-scoped-var)
(#388) There should be no space before ','. (comma-spacing)
(#388) 'y' used outside of binding context. (block-scoped-var)
(#389) 'y' used outside of binding context. (block-scoped-var)
(#392) Trailing spaces not allowed. (no-trailing-spaces)
(#393) Expected space or tab after '//' in comment. (spaced-comment)
(#395) 'i' is already defined (no-redeclare)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#396) Line 396 exceeds the maximum line length of 132. (max-len)
(#396) 'y' is already defined (no-redeclare)
(#396) 'y' used outside of binding context. (block-scoped-var)
(#396) 'i' used outside of binding context. (block-scoped-var)
(#397) 'y' used outside of binding context. (block-scoped-var)
(#398) 'y' used outside of binding context. (block-scoped-var)
(#402) Trailing spaces not allowed. (no-trailing-spaces)
(#403) Trailing spaces not allowed. (no-trailing-spaces)
(#404) Trailing spaces not allowed. (no-trailing-spaces)
(#404) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#410) Trailing spaces not allowed. (no-trailing-spaces)
(#412) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#415) Trailing spaces not allowed. (no-trailing-spaces)
(#416) Trailing spaces not allowed. (no-trailing-spaces)
(#418) 'i' used outside of binding context. (block-scoped-var)
(#418) 'i' used outside of binding context. (block-scoped-var)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) 'i' used outside of binding context. (block-scoped-var)
(#418) 'i' used outside of binding context. (block-scoped-var)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) 'i' used outside of binding context. (block-scoped-var)
(#418) 'i' used outside of binding context. (block-scoped-var)
(#418) Infix operators must be spaced. (space-infix-ops)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) 'i' used outside of binding context. (block-scoped-var)
(#420) 'i' used outside of binding context. (block-scoped-var)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) 'i' used outside of binding context. (block-scoped-var)
(#421) 'i' used outside of binding context. (block-scoped-var)
(#423) Trailing spaces not allowed. (no-trailing-spaces)
(#426) Trailing spaces not allowed. (no-trailing-spaces)
(#429) Trailing spaces not allowed. (no-trailing-spaces)
(#430) Line 430 exceeds the maximum line length of 132. (max-len)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) Infix operators must be spaced. (space-infix-ops)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) Infix operators must be spaced. (space-infix-ops)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) Infix operators must be spaced. (space-infix-ops)
(#432) 'i' used outside of binding context. (block-scoped-var)
(#432) 'i' used outside of binding context. (block-scoped-var)
(#433) 'i' used outside of binding context. (block-scoped-var)
(#433) 'i' used outside of binding context. (block-scoped-var)
(#435) Trailing spaces not allowed. (no-trailing-spaces)
(#439) Missing semicolon. (semi)
(#443) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#447) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#449) 'dec' is defined but never used (no-unused-vars)
(#449) Multiple spaces found before '='. (no-multi-spaces)
(#450) Trailing spaces not allowed. (no-trailing-spaces)
(#453) Trailing spaces not allowed. (no-trailing-spaces)
(#454) 'max' used outside of binding context. (block-scoped-var)
(#456) Trailing spaces not allowed. (no-trailing-spaces)
(#458) Missing space before value for key 'max'. (key-spacing)
(#458) 'max' used outside of binding context. (block-scoped-var)
(#459) Missing space before value for key 'min'. (key-spacing)
(#461) Missing space before value for key 'scale.thousand'. (key-spacing)
(#462) Missing space before value for key 'scale.point'. (key-spacing)
(#463) Missing space before value for key 'scale.decimals'. (key-spacing)
(#464) Missing space before value for key 'ylabels.count'. (key-spacing)
(#465) Missing space before value for key 'scale.round'. (key-spacing)
(#471) Trailing spaces not allowed. (no-trailing-spaces)
(#472) Trailing spaces not allowed. (no-trailing-spaces)
(#477) Trailing spaces not allowed. (no-trailing-spaces)
(#478) 'max' is already defined (no-redeclare)
(#478) 'max' used outside of binding context. (block-scoped-var)
(#479) Trailing spaces not allowed. (no-trailing-spaces)
(#481) 'max' used outside of binding context. (block-scoped-var)
(#481) Missing space before value for key 'max'. (key-spacing)
(#482) Expected space or tab after '//' in comment. (spaced-comment)
(#483) Missing space before value for key 'min'. (key-spacing)
(#484) Missing space before value for key 'scale.thousand'. (key-spacing)
(#485) Missing space before value for key 'scale.point'. (key-spacing)
(#486) Missing space before value for key 'scale.decimals'. (key-spacing)
(#487) Missing space before value for key 'ylabels.count'. (key-spacing)
(#488) Missing space before value for key 'scale.round'. (key-spacing)
(#492) Trailing spaces not allowed. (no-trailing-spaces)
(#493) Trailing spaces not allowed. (no-trailing-spaces)
(#497) Trailing spaces not allowed. (no-trailing-spaces)
(#499) Missing semicolon. (semi)
(#503) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#507) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#507) Unexpected space before function parentheses. (space-before-function-paren)
(#511) Trailing spaces not allowed. (no-trailing-spaces)
(#514) Trailing spaces not allowed. (no-trailing-spaces)
(#515) 'i' used outside of binding context. (block-scoped-var)
(#515) Infix operators must be spaced. (space-infix-ops)
(#515) 'i' used outside of binding context. (block-scoped-var)
(#515) Infix operators must be spaced. (space-infix-ops)
(#515) 'i' used outside of binding context. (block-scoped-var)
(#521) Multiple spaces found before '='. (no-multi-spaces)
(#522) Multiple spaces found before '='. (no-multi-spaces)
(#526) Trailing spaces not allowed. (no-trailing-spaces)
(#528) Trailing spaces not allowed. (no-trailing-spaces)
(#537) Trailing spaces not allowed. (no-trailing-spaces)
(#541) Trailing spaces not allowed. (no-trailing-spaces)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) Multiple spaces found before 'this'. (no-multi-spaces)
(#543) Trailing spaces not allowed. (no-trailing-spaces)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) 'i' used outside of binding context. (block-scoped-var)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#548) Trailing spaces not allowed. (no-trailing-spaces)
(#550) 'ISOLD' is not defined. (no-undef)
(#553) Trailing spaces not allowed. (no-trailing-spaces)
(#554) Trailing spaces not allowed. (no-trailing-spaces)
(#555) 'i' used outside of binding context. (block-scoped-var)
(#559) Trailing spaces not allowed. (no-trailing-spaces)
(#562) Trailing spaces not allowed. (no-trailing-spaces)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#567) A space is required after ','. (comma-spacing)
(#569) Trailing spaces not allowed. (no-trailing-spaces)
(#574) Trailing spaces not allowed. (no-trailing-spaces)
(#577) Missing semicolon. (semi)
(#581) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#585) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#585) Unexpected space before function parentheses. (space-before-function-paren)
(#589) Trailing spaces not allowed. (no-trailing-spaces)
(#592) Trailing spaces not allowed. (no-trailing-spaces)
(#597) Multiple spaces found before '='. (no-multi-spaces)
(#598) Multiple spaces found before '='. (no-multi-spaces)
(#602) Trailing spaces not allowed. (no-trailing-spaces)
(#603) Infix operators must be spaced. (space-infix-ops)
(#603) Infix operators must be spaced. (space-infix-ops)
(#604) Trailing spaces not allowed. (no-trailing-spaces)
(#606) Trailing spaces not allowed. (no-trailing-spaces)
(#613) Trailing spaces not allowed. (no-trailing-spaces)
(#614) Trailing spaces not allowed. (no-trailing-spaces)
(#616) Trailing spaces not allowed. (no-trailing-spaces)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#619) There should be no spaces inside this paren. (space-in-parens)
(#623) Trailing spaces not allowed. (no-trailing-spaces)
(#625) 'ISOLD' is not defined. (no-undef)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#629) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#630) There should be no spaces inside this paren. (space-in-parens)
(#632) Trailing spaces not allowed. (no-trailing-spaces)
(#634) Trailing spaces not allowed. (no-trailing-spaces)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#638) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#639) A space is required after ','. (comma-spacing)
(#641) Trailing spaces not allowed. (no-trailing-spaces)
(#643) Trailing spaces not allowed. (no-trailing-spaces)
(#648) Trailing spaces not allowed. (no-trailing-spaces)
(#651) Missing semicolon. (semi)
(#655) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#659) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#659) Unexpected space before function parentheses. (space-before-function-paren)
(#663) Expected space or tab after '//' in comment. (spaced-comment)
(#664) Multiple spaces found before '='. (no-multi-spaces)
(#665) Multiple spaces found before '='. (no-multi-spaces)
(#668) Trailing spaces not allowed. (no-trailing-spaces)
(#669) 'i' used outside of binding context. (block-scoped-var)
(#669) 'i' used outside of binding context. (block-scoped-var)
(#669) Infix operators must be spaced. (space-infix-ops)
(#669) A space is required after ','. (comma-spacing)
(#669) Infix operators must be spaced. (space-infix-ops)
(#669) 'i' used outside of binding context. (block-scoped-var)
(#669) 'i' used outside of binding context. (block-scoped-var)
(#669) Infix operators must be spaced. (space-infix-ops)
(#669) 'i' used outside of binding context. (block-scoped-var)
(#669) 'i' used outside of binding context. (block-scoped-var)
(#669) Infix operators must be spaced. (space-infix-ops)
(#670) Missing space before value for key 'font'. (key-spacing)
(#671) Missing space before value for key 'size'. (key-spacing)
(#672) Missing space before value for key 'x'. (key-spacing)
(#673) Line 673 exceeds the maximum line length of 132. (max-len)
(#673) Missing space before value for key 'y'. (key-spacing)
(#673) 'i' used outside of binding context. (block-scoped-var)
(#673) 'i' used outside of binding context. (block-scoped-var)
(#674) Missing space before value for key 'text'. (key-spacing)
(#674) 'i' used outside of binding context. (block-scoped-var)
(#674) 'i' used outside of binding context. (block-scoped-var)
(#674) 'i' used outside of binding context. (block-scoped-var)
(#674) 'i' used outside of binding context. (block-scoped-var)
(#675) Missing space before value for key 'halign'. (key-spacing)
(#676) Missing space before value for key 'valign'. (key-spacing)
(#677) Missing space before value for key 'marker'. (key-spacing)
(#681) Trailing spaces not allowed. (no-trailing-spaces)
(#684) Trailing spaces not allowed. (no-trailing-spaces)
(#686) Trailing spaces not allowed. (no-trailing-spaces)
(#691) Trailing spaces not allowed. (no-trailing-spaces)
(#694) Trailing spaces not allowed. (no-trailing-spaces)
(#696) Trailing spaces not allowed. (no-trailing-spaces)
(#710) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#712) Trailing spaces not allowed. (no-trailing-spaces)
(#716) 'i' is already defined (no-redeclare)
(#716) 'i' used outside of binding context. (block-scoped-var)
(#716) 'i' used outside of binding context. (block-scoped-var)
(#716) Infix operators must be spaced. (space-infix-ops)
(#716) 'i' used outside of binding context. (block-scoped-var)
(#716) 'i' used outside of binding context. (block-scoped-var)
(#716) Infix operators must be spaced. (space-infix-ops)
(#716) 'i' used outside of binding context. (block-scoped-var)
(#716) 'i' used outside of binding context. (block-scoped-var)
(#717) Missing space before value for key 'font'. (key-spacing)
(#718) Missing space before value for key 'size'. (key-spacing)
(#719) Missing space before value for key 'x'. (key-spacing)
(#719) 'i' used outside of binding context. (block-scoped-var)
(#719) 'i' used outside of binding context. (block-scoped-var)
(#720) Missing space before value for key 'y'. (key-spacing)
(#721) Missing space before value for key 'text'. (key-spacing)
(#721) 'i' used outside of binding context. (block-scoped-var)
(#721) 'i' used outside of binding context. (block-scoped-var)
(#722) Missing space before value for key 'valign'. (key-spacing)
(#723) Missing space before value for key 'halign'. (key-spacing)
(#726) Trailing spaces not allowed. (no-trailing-spaces)
(#728) Missing space before value for key 'font'. (key-spacing)
(#729) Missing space before value for key 'size'. (key-spacing)
(#730) Line 730 exceeds the maximum line length of 132. (max-len)
(#730) Missing space before value for key 'x'. (key-spacing)
(#730) Infix operators must be spaced. (space-infix-ops)
(#730) 'i' used outside of binding context. (block-scoped-var)
(#730) 'i' used outside of binding context. (block-scoped-var)
(#731) Missing space before value for key 'y'. (key-spacing)
(#732) Missing space before value for key 'text'. (key-spacing)
(#732) 'i' used outside of binding context. (block-scoped-var)
(#732) 'i' used outside of binding context. (block-scoped-var)
(#733) Missing space before value for key 'valign'. (key-spacing)
(#734) Missing space before value for key 'halign'. (key-spacing)
(#739) Trailing spaces not allowed. (no-trailing-spaces)
(#744) Trailing spaces not allowed. (no-trailing-spaces)
(#746) 'i' used outside of binding context. (block-scoped-var)
(#746) 'i' is already defined (no-redeclare)
(#746) 'i' used outside of binding context. (block-scoped-var)
(#746) Infix operators must be spaced. (space-infix-ops)
(#746) 'i' used outside of binding context. (block-scoped-var)
(#746) 'i' used outside of binding context. (block-scoped-var)
(#746) Infix operators must be spaced. (space-infix-ops)
(#746) 'i' used outside of binding context. (block-scoped-var)
(#746) 'i' used outside of binding context. (block-scoped-var)
(#747) Trailing spaces not allowed. (no-trailing-spaces)
(#748) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#748) 'i' used outside of binding context. (block-scoped-var)
(#748) 'i' used outside of binding context. (block-scoped-var)
(#751) Trailing spaces not allowed. (no-trailing-spaces)
(#752) 'coords' used outside of binding context. (block-scoped-var)
(#752) 'i' used outside of binding context. (block-scoped-var)
(#752) 'i' used outside of binding context. (block-scoped-var)
(#753) Missing space before value for key 'font'. (key-spacing)
(#754) Missing space before value for key 'size'. (key-spacing)
(#755) Missing space before value for key 'x'. (key-spacing)
(#755) 'coords' used outside of binding context. (block-scoped-var)
(#756) Missing space before value for key 'y'. (key-spacing)
(#756) 'coords' used outside of binding context. (block-scoped-var)
(#756) 'coords' used outside of binding context. (block-scoped-var)
(#757) Line 757 exceeds the maximum line length of 132. (max-len)
(#757) Missing space before value for key 'text'. (key-spacing)
(#757) 'i' used outside of binding context. (block-scoped-var)
(#757) 'i' used outside of binding context. (block-scoped-var)
(#758) Missing space before value for key 'valign'. (key-spacing)
(#759) Missing space before value for key 'halign'. (key-spacing)
(#760) Missing space before value for key 'tag'. (key-spacing)
(#763) Trailing spaces not allowed. (no-trailing-spaces)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) Infix operators must be spaced. (space-infix-ops)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) Infix operators must be spaced. (space-infix-ops)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#765) 'i' used outside of binding context. (block-scoped-var)
(#766) Trailing spaces not allowed. (no-trailing-spaces)
(#767) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#767) 'i' used outside of binding context. (block-scoped-var)
(#767) 'i' used outside of binding context. (block-scoped-var)
(#767) 'i' used outside of binding context. (block-scoped-var)
(#770) Trailing spaces not allowed. (no-trailing-spaces)
(#771) 'coords' is already defined (no-redeclare)
(#771) 'coords' used outside of binding context. (block-scoped-var)
(#771) 'i' used outside of binding context. (block-scoped-var)
(#771) 'i' used outside of binding context. (block-scoped-var)
(#771) 'i' used outside of binding context. (block-scoped-var)
(#772) Missing space before value for key 'font'. (key-spacing)
(#773) Missing space before value for key 'size'. (key-spacing)
(#774) 'coords' used outside of binding context. (block-scoped-var)
(#774) Missing space before value for key 'x'. (key-spacing)
(#774) 'coords' used outside of binding context. (block-scoped-var)
(#774) Multiple spaces found before '5'. (no-multi-spaces)
(#775) 'coords' used outside of binding context. (block-scoped-var)
(#775) Missing space before value for key 'y'. (key-spacing)
(#775) 'coords' used outside of binding context. (block-scoped-var)
(#776) Line 776 exceeds the maximum line length of 132. (max-len)
(#776) Missing space before value for key 'text'. (key-spacing)
(#776) 'i' used outside of binding context. (block-scoped-var)
(#776) 'i' used outside of binding context. (block-scoped-var)
(#776) 'i' used outside of binding context. (block-scoped-var)
(#777) Missing space before value for key 'valign'. (key-spacing)
(#778) Missing space before value for key 'halign'. (key-spacing)
(#783) Missing semicolon. (semi)
(#787) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#791) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#791) Unexpected space before function parentheses. (space-before-function-paren)
(#793) Missing space before value for key 'font'. (key-spacing)
(#794) Missing space before value for key 'size'. (key-spacing)
(#795) Missing space before value for key 'x'. (key-spacing)
(#796) Missing space before value for key 'y'. (key-spacing)
(#797) Missing space before value for key 'text'. (key-spacing)
(#798) Missing space before value for key 'halign'. (key-spacing)
(#799) Missing space before value for key 'valign'. (key-spacing)
(#802) Trailing spaces not allowed. (no-trailing-spaces)
(#803) Missing space before value for key 'font'. (key-spacing)
(#804) Missing space before value for key 'size'. (key-spacing)
(#806) Missing space before value for key 'y'. (key-spacing)
(#807) Missing space before value for key 'text'. (key-spacing)
(#808) Missing space before value for key 'halign'. (key-spacing)
(#809) Missing space before value for key 'valign'. (key-spacing)
(#812) Trailing spaces not allowed. (no-trailing-spaces)
(#813) Trailing spaces not allowed. (no-trailing-spaces)
(#814) Trailing spaces not allowed. (no-trailing-spaces)
(#814) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#816) Line 816 exceeds the maximum line length of 132. (max-len)
(#817) Missing semicolon. (semi)
(#821) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#822) Expected JSDoc for 'coords' but found 'array'. (valid-jsdoc)
(#822) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#824) Trailing spaces not allowed. (no-trailing-spaces)
(#827) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#827) Unexpected space before function parentheses. (space-before-function-paren)
(#832) Trailing spaces not allowed. (no-trailing-spaces)
(#836) Trailing spaces not allowed. (no-trailing-spaces)
(#838) A space is required after ','. (comma-spacing)
(#839) Trailing spaces not allowed. (no-trailing-spaces)
(#841) Trailing spaces not allowed. (no-trailing-spaces)
(#844) Missing semicolon. (semi)
(#848) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#849) Missing JSDoc @returns for function. (valid-jsdoc)
(#849) Missing JSDoc parameter type for 'e'. (valid-jsdoc)
(#851) Trailing spaces not allowed. (no-trailing-spaces)
(#854) Trailing spaces not allowed. (no-trailing-spaces)
(#855) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#855) Unexpected space before function parentheses. (space-before-function-paren)
(#857) 'canvas' is defined but never used (no-unused-vars)
(#857) Multiple spaces found before '='. (no-multi-spaces)
(#858) 'context' is defined but never used (no-unused-vars)
(#858) Multiple spaces found before '='. (no-multi-spaces)
(#860) Trailing spaces not allowed. (no-trailing-spaces)
(#864) Infix operators must be spaced. (space-infix-ops)
(#864) Infix operators must be spaced. (space-infix-ops)
(#865) Trailing spaces not allowed. (no-trailing-spaces)
(#868) Multiple spaces found before '='. (no-multi-spaces)
(#869) Multiple spaces found before '='. (no-multi-spaces)
(#870) Multiple spaces found before '='. (no-multi-spaces)
(#872) Trailing spaces not allowed. (no-trailing-spaces)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#874) Trailing spaces not allowed. (no-trailing-spaces)
(#876) Trailing spaces not allowed. (no-trailing-spaces)
(#878) Unquoted number literal '0' used as key. (quote-props)
(#878) A space is required after ','. (comma-spacing)
(#878) Unquoted number literal '1' used as key. (quote-props)
(#878) A space is required after ','. (comma-spacing)
(#878) Unquoted number literal '2' used as key. (quote-props)
(#878) A space is required after ','. (comma-spacing)
(#878) Unquoted number literal '3' used as key. (quote-props)
(#878) A space is required after ','. (comma-spacing)
(#878) Unquoted number literal '4' used as key. (quote-props)
(#878) A space is required after ','. (comma-spacing)
(#878) Unquoted number literal '5' used as key. (quote-props)
(#883) Trailing spaces not allowed. (no-trailing-spaces)
(#885) Missing semicolon. (semi)
(#889) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#890) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#890) Expected JSDoc for 'shape' but found 'object'. (valid-jsdoc)
(#892) Trailing spaces not allowed. (no-trailing-spaces)
(#895) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#895) Unexpected space before function parentheses. (space-before-function-paren)
(#899) Missing semicolon. (semi)
(#903) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#904) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#904) Missing JSDoc @returns for function. (valid-jsdoc)
(#904) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#906) Trailing spaces not allowed. (no-trailing-spaces)
(#908) Trailing spaces not allowed. (no-trailing-spaces)
(#911) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#911) Unexpected space before function parentheses. (space-before-function-paren)
(#913) 'obj' is defined but never used (no-unused-vars)
(#913) Multiple spaces found before '='. (no-multi-spaces)
(#915) Multiple spaces found before '='. (no-multi-spaces)
(#916) Trailing spaces not allowed. (no-trailing-spaces)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#920) There should be no spaces inside this paren. (space-in-parens)
(#921) 'value' used outside of binding context. (block-scoped-var)
(#922) 'value' used outside of binding context. (block-scoped-var)
(#922) 'value' used outside of binding context. (block-scoped-var)
(#924) Trailing spaces not allowed. (no-trailing-spaces)
(#928) Multiple spaces found before 'this'. (no-multi-spaces)
(#928) There should be no spaces inside this paren. (space-in-parens)
(#928) There should be no spaces inside this paren. (space-in-parens)
(#929) 'value' used outside of binding context. (block-scoped-var)
(#929) 'value' is already defined (no-redeclare)
(#930) 'value' used outside of binding context. (block-scoped-var)
(#930) 'value' used outside of binding context. (block-scoped-var)
(#932) Trailing spaces not allowed. (no-trailing-spaces)
(#933) 'value' used outside of binding context. (block-scoped-var)
(#933) 'value' used outside of binding context. (block-scoped-var)
(#934) Missing semicolon. (semi)
(#938) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#939) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#939) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#939) Missing JSDoc @returns for function. (valid-jsdoc)
(#941) Trailing spaces not allowed. (no-trailing-spaces)
(#943) Trailing spaces not allowed. (no-trailing-spaces)
(#946) Expected to return a value at the end of this function. (consistent-return)
(#946) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#946) Unexpected space before function parentheses. (space-before-function-paren)
(#949) Trailing spaces not allowed. (no-trailing-spaces)
(#956) Trailing spaces not allowed. (no-trailing-spaces)
(#959) Missing semicolon. (semi)
(#963) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#964) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#964) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#964) Expected JSDoc for 'y' but found 'objec'. (valid-jsdoc)
(#964) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#964) Missing JSDoc parameter type for 'objec'. (valid-jsdoc)
(#964) Missing JSDoc for parameter 'idx'. (valid-jsdoc)
(#964) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#964) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#964) Missing JSDoc for parameter 'tooltip'. (valid-jsdoc)
(#966) Trailing spaces not allowed. (no-trailing-spaces)
(#972) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#972) Unexpected space before function parentheses. (space-before-function-paren)
(#972) 'idx' is defined but never used (no-unused-vars)
(#974) Multiple spaces found before '='. (no-multi-spaces)
(#975) Multiple spaces found before '='. (no-multi-spaces)
(#976) Multiple spaces found before '='. (no-multi-spaces)
(#977) 'coordH' is defined but never used (no-unused-vars)
(#977) Multiple spaces found before '='. (no-multi-spaces)
(#978) Multiple spaces found before '='. (no-multi-spaces)
(#979) 'gutterLeft' is defined but never used (no-unused-vars)
(#980) 'gutterTop' is defined but never used (no-unused-vars)
(#980) Multiple spaces found before '='. (no-multi-spaces)
(#981) Multiple spaces found before '='. (no-multi-spaces)
(#982) Multiple spaces found before '='. (no-multi-spaces)
(#983) Trailing spaces not allowed. (no-trailing-spaces)
(#986) Multiple spaces found before '='. (no-multi-spaces)
(#987) Trailing spaces not allowed. (no-trailing-spaces)
(#990) Trailing spaces not allowed. (no-trailing-spaces)
(#993) Line 993 exceeds the maximum line length of 132. (max-len)
(#998) Trailing spaces not allowed. (no-trailing-spaces)
(#1000) Trailing spaces not allowed. (no-trailing-spaces)
(#1002) Infix operators must be spaced. (space-infix-ops)
(#1005) Trailing spaces not allowed. (no-trailing-spaces)
(#1010) Trailing spaces not allowed. (no-trailing-spaces)
(#1016) Missing semicolon. (semi)
(#1020) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1024) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1024) Unexpected space before function parentheses. (space-before-function-paren)
(#1027) Multiple spaces found before '='. (no-multi-spaces)
(#1028) Trailing spaces not allowed. (no-trailing-spaces)
(#1031) Trailing spaces not allowed. (no-trailing-spaces)
(#1033) Trailing spaces not allowed. (no-trailing-spaces)
(#1036) Trailing spaces not allowed. (no-trailing-spaces)
(#1039) Trailing spaces not allowed. (no-trailing-spaces)
(#1042) Trailing spaces not allowed. (no-trailing-spaces)
(#1043) Infix operators must be spaced. (space-infix-ops)
(#1043) Infix operators must be spaced. (space-infix-ops)
(#1044) Trailing spaces not allowed. (no-trailing-spaces)
(#1047) Trailing spaces not allowed. (no-trailing-spaces)
(#1053) Trailing spaces not allowed. (no-trailing-spaces)
(#1061) Missing semicolon. (semi)
(#1066) Missing semicolon. (semi)
(#1070) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1071) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1071) Missing JSDoc @returns for function. (valid-jsdoc)
(#1071) Expected JSDoc for 'value' but found 'number'. (valid-jsdoc)
(#1073) Trailing spaces not allowed. (no-trailing-spaces)
(#1076) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1076) Unexpected space before function parentheses. (space-before-function-paren)
(#1081) Trailing spaces not allowed. (no-trailing-spaces)
(#1083) Trailing spaces not allowed. (no-trailing-spaces)
(#1086) Trailing spaces not allowed. (no-trailing-spaces)
(#1090) Trailing spaces not allowed. (no-trailing-spaces)
(#1092) Trailing spaces not allowed. (no-trailing-spaces)
(#1093) Missing semicolon. (semi)
(#1097) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1101) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1101) Unexpected space before function parentheses. (space-before-function-paren)
(#1105) Trailing spaces not allowed. (no-trailing-spaces)
(#1106) Infix operators must be spaced. (space-infix-ops)
(#1106) Infix operators must be spaced. (space-infix-ops)
(#1109) Trailing spaces not allowed. (no-trailing-spaces)
(#1111) Multiple spaces found before '='. (no-multi-spaces)
(#1112) Multiple spaces found before '='. (no-multi-spaces)
(#1113) Multiple spaces found before '='. (no-multi-spaces)
(#1114) Missing semicolon. (semi)
(#1118) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1119) Missing JSDoc for parameter 'color'. (valid-jsdoc)
(#1119) Missing JSDoc @returns for function. (valid-jsdoc)
(#1122) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1122) Unexpected space before function parentheses. (space-before-function-paren)
(#1124) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1127) Trailing spaces not allowed. (no-trailing-spaces)
(#1129) Trailing spaces not allowed. (no-trailing-spaces)
(#1131) Trailing spaces not allowed. (no-trailing-spaces)
(#1133) A space is required after ','. (comma-spacing)
(#1133) A space is required after ','. (comma-spacing)
(#1133) A space is required after ','. (comma-spacing)
(#1134) Trailing spaces not allowed. (no-trailing-spaces)
(#1136) Trailing spaces not allowed. (no-trailing-spaces)
(#1138) Trailing spaces not allowed. (no-trailing-spaces)
(#1139) Infix operators must be spaced. (space-infix-ops)
(#1139) Infix operators must be spaced. (space-infix-ops)
(#1143) Trailing spaces not allowed. (no-trailing-spaces)
(#1144) 'grad' used outside of binding context. (block-scoped-var)
(#1144) 'grad' used outside of binding context. (block-scoped-var)
(#1145) Missing semicolon. (semi)
(#1149) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1155) Missing semicolon. (semi)
mod/questionnaire/javascript/RGraph/RGraph.common.core.js
(#14) Expected { after 'if' condition. (curly)
(#14) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#14) 'RGraph' is not defined. (no-undef)
(#14) Missing space before value for key 'isRGraph'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'type'. (key-spacing)
(#16) 'RGraph' is not defined. (no-undef)
(#16) Multiple spaces found before '='. (no-multi-spaces)
(#17) 'RGraph' is not defined. (no-undef)
(#17) Multiple spaces found before '='. (no-multi-spaces)
(#18) 'RGraph' is not defined. (no-undef)
(#19) 'RGraph' is not defined. (no-undef)
(#19) Multiple spaces found before '='. (no-multi-spaces)
(#20) 'RGraph' is not defined. (no-undef)
(#20) ["__rgraph_event_listeners__"] is better written in dot notation. (dot-notation)
(#21) 'RGraph' is not defined. (no-undef)
(#21) Multiple spaces found before '='. (no-multi-spaces)
(#22) 'RGraph' is not defined. (no-undef)
(#22) Multiple spaces found before '='. (no-multi-spaces)
(#23) 'RGraph' is not defined. (no-undef)
(#23) Multiple spaces found before '='. (no-multi-spaces)
(#24) 'RGraph' is not defined. (no-undef)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#25) 'RGraph' is not defined. (no-undef)
(#25) Multiple spaces found before '='. (no-multi-spaces)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) 'RGraph' is not defined. (no-undef)
(#27) 'RGraph' is not defined. (no-undef)
(#29) 'RGraph' is not defined. (no-undef)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#30) 'RGraph' is not defined. (no-undef)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#31) 'RGraph' is not defined. (no-undef)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#32) 'RGraph' is not defined. (no-undef)
(#38) 'PI' is not defined. (no-undef)
(#38) Multiple spaces found before '='. (no-multi-spaces)
(#39) 'HALFPI' is not defined. (no-undef)
(#39) Multiple spaces found before '='. (no-multi-spaces)
(#39) 'PI' is not defined. (no-undef)
(#40) 'TWOPI' is not defined. (no-undef)
(#40) Multiple spaces found before '='. (no-multi-spaces)
(#40) 'PI' is not defined. (no-undef)
(#41) 'ISFF' is not defined. (no-undef)
(#41) Multiple spaces found before '='. (no-multi-spaces)
(#42) 'ISOPERA' is not defined. (no-undef)
(#42) Multiple spaces found before '='. (no-multi-spaces)
(#43) 'ISCHROME' is not defined. (no-undef)
(#44) 'ISSAFARI' is not defined. (no-undef)
(#44) 'ISCHROME' is not defined. (no-undef)
(#45) 'ISWEBKIT' is not defined. (no-undef)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#47) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#60) Missing JSDoc parameter type for 'max'. (valid-jsdoc)
(#60) Missing JSDoc return type. (valid-jsdoc)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#67) 'RGraph' is not defined. (no-undef)
(#67) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#67) Unexpected space before function parentheses. (space-before-function-paren)
(#76) Identifier 'original_max' is not in camel case. (camelcase)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) 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) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#130) Trailing spaces not allowed. (no-trailing-spaces)
(#134) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#139) Missing semicolon. (semi)
(#163) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#164) Missing JSDoc parameter type for 'prop'. (valid-jsdoc)
(#164) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#164) Expected JSDoc for 'opt' but found 'prop'. (valid-jsdoc)
(#164) Missing JSDoc return type. (valid-jsdoc)
(#169) Trailing spaces not allowed. (no-trailing-spaces)
(#174) 'RGraph' is not defined. (no-undef)
(#174) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#174) Function 'anonymous' has a complexity of 24. (complexity)
(#174) Unexpected space before function parentheses. (space-before-function-paren)
(#176) Multiple spaces found before '='. (no-multi-spaces)
(#176) 'RGraph' is not defined. (no-undef)
(#177) 'ca' is defined but never used (no-unused-vars)
(#177) Multiple spaces found before '='. (no-multi-spaces)
(#178) 'co' is defined but never used (no-unused-vars)
(#178) Multiple spaces found before '='. (no-multi-spaces)
(#180) Trailing spaces not allowed. (no-trailing-spaces)
(#181) Multiple spaces found before '='. (no-multi-spaces)
(#181) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#182) Identifier 'units_pre' is not in camel case. (camelcase)
(#182) Multiple spaces found before '='. (no-multi-spaces)
(#182) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#183) Identifier 'units_post' is not in camel case. (camelcase)
(#183) Multiple spaces found before '='. (no-multi-spaces)
(#183) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#184) 'max' used outside of binding context. (block-scoped-var)
(#184) 'max' used outside of binding context. (block-scoped-var)
(#184) Multiple spaces found before '='. (no-multi-spaces)
(#184) ["max"] is better written in dot notation. (dot-notation)
(#185) Multiple spaces found before '='. (no-multi-spaces)
(#185) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#185) ["min"] is better written in dot notation. (dot-notation)
(#185) ["min"] is better written in dot notation. (dot-notation)
(#186) Multiple spaces found before '='. (no-multi-spaces)
(#186) ["strict"] is better written in dot notation. (dot-notation)
(#187) Multiple spaces found before '='. (no-multi-spaces)
(#188) Multiple spaces found before '='. (no-multi-spaces)
(#189) Multiple spaces found before '='. (no-multi-spaces)
(#190) Identifier 'original_max' is not in camel case. (camelcase)
(#190) 'max' used outside of binding context. (block-scoped-var)
(#190) 'max' used outside of binding context. (block-scoped-var)
(#191) Multiple spaces found before '='. (no-multi-spaces)
(#192) 'scale' used outside of binding context. (block-scoped-var)
(#192) Multiple spaces found before '='. (no-multi-spaces)
(#192) Missing space before value for key 'max'. (key-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing space before value for key 'labels'. (key-spacing)
(#195) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#198) Trailing spaces not allowed. (no-trailing-spaces)
(#201) 'max' used outside of binding context. (block-scoped-var)
(#201) 'max' used outside of binding context. (block-scoped-var)
(#203) 'max' is already defined (no-redeclare)
(#203) 'max' used outside of binding context. (block-scoped-var)
(#203) Multiple spaces found before '='. (no-multi-spaces)
(#205) 'scale' is already defined (no-redeclare)
(#205) Missing space before value for key 'max'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'min'. (key-spacing)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before value for key 'labels'. (key-spacing)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) Infix operators must be spaced. (space-infix-ops)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) Infix operators must be spaced. (space-infix-ops)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#207) 'i' used outside of binding context. (block-scoped-var)
(#208) 'label' used outside of binding context. (block-scoped-var)
(#208) 'label' used outside of binding context. (block-scoped-var)
(#208) 'label' used outside of binding context. (block-scoped-var)
(#208) 'max' used outside of binding context. (block-scoped-var)
(#208) 'i' used outside of binding context. (block-scoped-var)
(#208) 'i' used outside of binding context. (block-scoped-var)
(#208) 'i' used outside of binding context. (block-scoped-var)
(#208) 'i' used outside of binding context. (block-scoped-var)
(#208) 'i' used outside of binding context. (block-scoped-var)
(#208) 'i' used outside of binding context. (block-scoped-var)
(#209) Identifier 'units_pre' is not in camel case. (camelcase)
(#209) 'label' used outside of binding context. (block-scoped-var)
(#209) 'label' used outside of binding context. (block-scoped-var)
(#209) 'label' used outside of binding context. (block-scoped-var)
(#209) Identifier 'units_post' is not in camel case. (camelcase)
(#215) 'max' used outside of binding context. (block-scoped-var)
(#215) 'max' used outside of binding context. (block-scoped-var)
(#217) 'max' used outside of binding context. (block-scoped-var)
(#217) 'max' used outside of binding context. (block-scoped-var)
(#219) 'max' used outside of binding context. (block-scoped-var)
(#219) 'max' used outside of binding context. (block-scoped-var)
(#219) Multiple spaces found before '='. (no-multi-spaces)
(#220) Multiple spaces found before '='. (no-multi-spaces)
(#220) 'min' is assigned to itself. (no-self-assign)
(#221) 'scale' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' is already defined (no-redeclare)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) Infix operators must be spaced. (space-infix-ops)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) Infix operators must be spaced. (space-infix-ops)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#223) 'i' used outside of binding context. (block-scoped-var)
(#224) 'label' used outside of binding context. (block-scoped-var)
(#224) 'label' is already defined (no-redeclare)
(#224) 'label' used outside of binding context. (block-scoped-var)
(#224) 'label' used outside of binding context. (block-scoped-var)
(#224) 'max' used outside of binding context. (block-scoped-var)
(#224) 'max' used outside of binding context. (block-scoped-var)
(#224) 'i' used outside of binding context. (block-scoped-var)
(#224) 'i' used outside of binding context. (block-scoped-var)
(#224) 'i' used outside of binding context. (block-scoped-var)
(#224) 'i' used outside of binding context. (block-scoped-var)
(#224) 'i' used outside of binding context. (block-scoped-var)
(#224) 'i' used outside of binding context. (block-scoped-var)
(#226) 'scale' used outside of binding context. (block-scoped-var)
(#226) Identifier 'units_pre' is not in camel case. (camelcase)
(#226) 'label' used outside of binding context. (block-scoped-var)
(#226) 'label' used outside of binding context. (block-scoped-var)
(#226) 'label' used outside of binding context. (block-scoped-var)
(#226) Identifier 'units_post' is not in camel case. (camelcase)
(#229) 'max' used outside of binding context. (block-scoped-var)
(#229) 'max' used outside of binding context. (block-scoped-var)
(#230) Trailing spaces not allowed. (no-trailing-spaces)
(#231) 'max' used outside of binding context. (block-scoped-var)
(#231) 'max' used outside of binding context. (block-scoped-var)
(#231) Multiple spaces found before '='. (no-multi-spaces)
(#232) Multiple spaces found before '='. (no-multi-spaces)
(#232) 'min' is assigned to itself. (no-self-assign)
(#233) 'scale' used outside of binding context. (block-scoped-var)
(#233) Missing space before value for key 'min'. (key-spacing)
(#233) A space is required after ','. (comma-spacing)
(#233) Missing space before value for key 'labels'. (key-spacing)
(#233) Missing semicolon. (semi)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' is already defined (no-redeclare)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) Infix operators must be spaced. (space-infix-ops)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) Infix operators must be spaced. (space-infix-ops)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#235) 'i' used outside of binding context. (block-scoped-var)
(#236) 'label' used outside of binding context. (block-scoped-var)
(#236) 'label' is already defined (no-redeclare)
(#236) 'label' used outside of binding context. (block-scoped-var)
(#236) 'label' used outside of binding context. (block-scoped-var)
(#236) 'max' used outside of binding context. (block-scoped-var)
(#236) 'max' used outside of binding context. (block-scoped-var)
(#236) 'i' used outside of binding context. (block-scoped-var)
(#236) 'i' used outside of binding context. (block-scoped-var)
(#236) 'i' used outside of binding context. (block-scoped-var)
(#236) 'i' used outside of binding context. (block-scoped-var)
(#236) 'i' used outside of binding context. (block-scoped-var)
(#236) 'i' used outside of binding context. (block-scoped-var)
(#237) 'scale' used outside of binding context. (block-scoped-var)
(#237) Identifier 'units_pre' is not in camel case. (camelcase)
(#237) 'label' used outside of binding context. (block-scoped-var)
(#237) 'label' used outside of binding context. (block-scoped-var)
(#237) 'label' used outside of binding context. (block-scoped-var)
(#237) Identifier 'units_post' is not in camel case. (camelcase)
(#242) 'scale' used outside of binding context. (block-scoped-var)
(#242) Missing space before value for key 'min'. (key-spacing)
(#242) A space is required after ','. (comma-spacing)
(#242) Missing space before value for key 'labels'. (key-spacing)
(#242) Missing semicolon. (semi)
(#243) Identifier 'max_str' is not in camel case. (camelcase)
(#243) 'max' used outside of binding context. (block-scoped-var)
(#244) Trailing spaces not allowed. (no-trailing-spaces)
(#245) Identifier 'max_str' is not in camel case. (camelcase)
(#246) 'numdecimals' used outside of binding context. (block-scoped-var)
(#246) Identifier 'max_str' is not in camel case. (camelcase)
(#246) Identifier 'max_str' is not in camel case. (camelcase)
(#248) 'numdecimals' used outside of binding context. (block-scoped-var)
(#248) 'numdecimals' is already defined (no-redeclare)
(#248) 'max' used outside of binding context. (block-scoped-var)
(#251) 'max' is already defined (no-redeclare)
(#251) 'max' used outside of binding context. (block-scoped-var)
(#251) Multiple spaces found before '/'. (no-multi-spaces)
(#251) A space is required after ','. (comma-spacing)
(#251) 'numdecimals' used outside of binding context. (block-scoped-var)
(#251) 'numdecimals' used outside of binding context. (block-scoped-var)
(#253) 'i' is already defined (no-redeclare)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) Infix operators must be spaced. (space-infix-ops)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) Infix operators must be spaced. (space-infix-ops)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#253) 'i' used outside of binding context. (block-scoped-var)
(#254) 'label' is already defined (no-redeclare)
(#254) 'label' used outside of binding context. (block-scoped-var)
(#254) 'label' used outside of binding context. (block-scoped-var)
(#254) 'label' used outside of binding context. (block-scoped-var)
(#254) 'max' used outside of binding context. (block-scoped-var)
(#254) 'i' used outside of binding context. (block-scoped-var)
(#254) 'i' used outside of binding context. (block-scoped-var)
(#254) 'i' used outside of binding context. (block-scoped-var)
(#254) 'i' used outside of binding context. (block-scoped-var)
(#254) 'i' used outside of binding context. (block-scoped-var)
(#254) 'i' used outside of binding context. (block-scoped-var)
(#255) 'label' used outside of binding context. (block-scoped-var)
(#255) 'label' used outside of binding context. (block-scoped-var)
(#255) 'label' used outside of binding context. (block-scoped-var)
(#255) 'label' used outside of binding context. (block-scoped-var)
(#255) 'label' used outside of binding context. (block-scoped-var)
(#255) 'label' used outside of binding context. (block-scoped-var)
(#256) 'label' used outside of binding context. (block-scoped-var)
(#256) 'label' used outside of binding context. (block-scoped-var)
(#256) 'label' used outside of binding context. (block-scoped-var)
(#256) 'label' used outside of binding context. (block-scoped-var)
(#256) 'label' used outside of binding context. (block-scoped-var)
(#256) 'label' used outside of binding context. (block-scoped-var)
(#257) 'label' used outside of binding context. (block-scoped-var)
(#257) 'label' used outside of binding context. (block-scoped-var)
(#257) 'label' used outside of binding context. (block-scoped-var)
(#257) 'label' used outside of binding context. (block-scoped-var)
(#257) 'label' used outside of binding context. (block-scoped-var)
(#257) 'label' used outside of binding context. (block-scoped-var)
(#258) 'label' used outside of binding context. (block-scoped-var)
(#258) 'label' used outside of binding context. (block-scoped-var)
(#258) 'label' used outside of binding context. (block-scoped-var)
(#258) 'label' used outside of binding context. (block-scoped-var)
(#258) 'label' used outside of binding context. (block-scoped-var)
(#258) 'label' used outside of binding context. (block-scoped-var)
(#259) 'scale' used outside of binding context. (block-scoped-var)
(#259) 'label' used outside of binding context. (block-scoped-var)
(#259) 'label' used outside of binding context. (block-scoped-var)
(#259) 'label' used outside of binding context. (block-scoped-var)
(#262) Expected space or tab after '//' in comment. (spaced-comment)
(#263) 'tmp' is not defined. (no-undef)
(#263) 'scale' used outside of binding context. (block-scoped-var)
(#263) 'scale' used outside of binding context. (block-scoped-var)
(#264) 'tmp' is not defined. (no-undef)
(#265) 'tmp' is not defined. (no-undef)
(#265) 'tmp' is not defined. (no-undef)
(#266) 'tmp' is not defined. (no-undef)
(#266) 'tmp' is not defined. (no-undef)
(#266) 'tmp' is not defined. (no-undef)
(#267) 'scale' used outside of binding context. (block-scoped-var)
(#267) 'scale' used outside of binding context. (block-scoped-var)
(#267) 'tmp' is not defined. (no-undef)
(#268) Trailing spaces not allowed. (no-trailing-spaces)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' is already defined (no-redeclare)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) Infix operators must be spaced. (space-infix-ops)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) Infix operators must be spaced. (space-infix-ops)
(#270) 'scale' used outside of binding context. (block-scoped-var)
(#270) Unexpected whitespace before semicolon. (semi-spacing)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#270) 'i' used outside of binding context. (block-scoped-var)
(#271) 'scale' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) Identifier 'units_pre' is not in camel case. (camelcase)
(#271) 'scale' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) 'i' used outside of binding context. (block-scoped-var)
(#271) Identifier 'units_post' is not in camel case. (camelcase)
(#273) Trailing spaces not allowed. (no-trailing-spaces)
(#274) 'scale' used outside of binding context. (block-scoped-var)
(#274) 'max' used outside of binding context. (block-scoped-var)
(#287) 'max' used outside of binding context. (block-scoped-var)
(#287) 'max' used outside of binding context. (block-scoped-var)
(#287) 'max' used outside of binding context. (block-scoped-var)
(#287) 'max' used outside of binding context. (block-scoped-var)
(#289) 'max' used outside of binding context. (block-scoped-var)
(#289) 'max' used outside of binding context. (block-scoped-var)
(#289) There should be no spaces inside this paren. (space-in-parens)
(#293) 'max' used outside of binding context. (block-scoped-var)
(#293) 'max' used outside of binding context. (block-scoped-var)
(#296) Trailing spaces not allowed. (no-trailing-spaces)
(#303) 'max' used outside of binding context. (block-scoped-var)
(#303) 'max' used outside of binding context. (block-scoped-var)
(#306) Trailing spaces not allowed. (no-trailing-spaces)
(#307) Trailing spaces not allowed. (no-trailing-spaces)
(#309) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#313) 'scale' used outside of binding context. (block-scoped-var)
(#316) Expected space or tab after '//' in comment. (spaced-comment)
(#317) Identifier 'tmp_point' is not in camel case. (camelcase)
(#317) Multiple spaces found before '='. (no-multi-spaces)
(#318) Identifier 'tmp_thousand' is not in camel case. (camelcase)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' is already defined (no-redeclare)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) Infix operators must be spaced. (space-infix-ops)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) Infix operators must be spaced. (space-infix-ops)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#324) 'i' used outside of binding context. (block-scoped-var)
(#325) Line 325 exceeds the maximum line length of 132. (max-len)
(#325) 'scale' used outside of binding context. (block-scoped-var)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#325) 'i' used outside of binding context. (block-scoped-var)
(#325) 'i' used outside of binding context. (block-scoped-var)
(#325) 'i' used outside of binding context. (block-scoped-var)
(#325) 'i' used outside of binding context. (block-scoped-var)
(#325) 'i' used outside of binding context. (block-scoped-var)
(#325) 'i' used outside of binding context. (block-scoped-var)
(#325) Infix operators must be spaced. (space-infix-ops)
(#325) There should be no spaces inside this paren. (space-in-parens)
(#330) Trailing spaces not allowed. (no-trailing-spaces)
(#331) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#331) 'max' used outside of binding context. (block-scoped-var)
(#331) 'max' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' is already defined (no-redeclare)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) Infix operators must be spaced. (space-infix-ops)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) Infix operators must be spaced. (space-infix-ops)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#336) 'i' used outside of binding context. (block-scoped-var)
(#337) Line 337 exceeds the maximum line length of 132. (max-len)
(#337) 'scale' used outside of binding context. (block-scoped-var)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#337) 'i' used outside of binding context. (block-scoped-var)
(#337) 'i' used outside of binding context. (block-scoped-var)
(#337) 'i' used outside of binding context. (block-scoped-var)
(#337) 'i' used outside of binding context. (block-scoped-var)
(#337) 'i' used outside of binding context. (block-scoped-var)
(#337) 'i' used outside of binding context. (block-scoped-var)
(#337) Infix operators must be spaced. (space-infix-ops)
(#337) 'max' used outside of binding context. (block-scoped-var)
(#337) 'max' used outside of binding context. (block-scoped-var)
(#337) There should be no spaces inside this paren. (space-in-parens)
(#339) Trailing spaces not allowed. (no-trailing-spaces)
(#341) 'scale' used outside of binding context. (block-scoped-var)
(#341) 'max' used outside of binding context. (block-scoped-var)
(#341) 'max' used outside of binding context. (block-scoped-var)
(#344) Trailing spaces not allowed. (no-trailing-spaces)
(#345) 'scale' used outside of binding context. (block-scoped-var)
(#345) Identifier 'units_pre' is not in camel case. (camelcase)
(#345) Multiple spaces found before '='. (no-multi-spaces)
(#345) Identifier 'units_pre' is not in camel case. (camelcase)
(#346) 'scale' used outside of binding context. (block-scoped-var)
(#346) Identifier 'units_post' is not in camel case. (camelcase)
(#346) Identifier 'units_post' is not in camel case. (camelcase)
(#347) 'scale' used outside of binding context. (block-scoped-var)
(#347) Multiple spaces found before '='. (no-multi-spaces)
(#348) 'scale' used outside of binding context. (block-scoped-var)
(#348) Multiple spaces found before '='. (no-multi-spaces)
(#349) 'scale' used outside of binding context. (block-scoped-var)
(#349) Multiple spaces found before '='. (no-multi-spaces)
(#350) 'scale' used outside of binding context. (block-scoped-var)
(#350) Multiple spaces found before '='. (no-multi-spaces)
(#351) 'scale' used outside of binding context. (block-scoped-var)
(#351) Multiple spaces found before '='. (no-multi-spaces)
(#352) 'scale' used outside of binding context. (block-scoped-var)
(#352) Multiple spaces found before '='. (no-multi-spaces)
(#355) 'scale' used outside of binding context. (block-scoped-var)
(#356) Missing semicolon. (semi)
(#368) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#369) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#369) Expected JSDoc for 'arr' but found 'array'. (valid-jsdoc)
(#369) Missing JSDoc return type. (valid-jsdoc)
(#369) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#371) Trailing spaces not allowed. (no-trailing-spaces)
(#376) 'RGraph' is not defined. (no-undef)
(#376) Identifier 'array_max' is not in camel case. (camelcase)
(#376) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#376) Unexpected space before function parentheses. (space-before-function-paren)
(#378) Multiple spaces found before '='. (no-multi-spaces)
(#380) Trailing spaces not allowed. (no-trailing-spaces)
(#381) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#384) Trailing spaces not allowed. (no-trailing-spaces)
(#385) 'RGraph' is not defined. (no-undef)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) A space is required after ','. (comma-spacing)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) Infix operators must be spaced. (space-infix-ops)
(#390) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#393) Trailing spaces not allowed. (no-trailing-spaces)
(#401) Trailing spaces not allowed. (no-trailing-spaces)
(#403) Missing semicolon. (semi)
(#407) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#408) Expected JSDoc for 'arr' but found 'array'. (valid-jsdoc)
(#408) Missing JSDoc @returns for function. (valid-jsdoc)
(#408) Missing JSDoc parameter type for 'mixed'. (valid-jsdoc)
(#408) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#408) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#408) Expected JSDoc for 'len' but found 'int'. (valid-jsdoc)
(#410) Trailing spaces not allowed. (no-trailing-spaces)
(#415) 'RGraph' is not defined. (no-undef)
(#415) Identifier 'array_pad' is not in camel case. (camelcase)
(#415) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#415) Unexpected space before function parentheses. (space-before-function-paren)
(#419) Trailing spaces not allowed. (no-trailing-spaces)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Infix operators must be spaced. (space-infix-ops)
(#424) Trailing spaces not allowed. (no-trailing-spaces)
(#426) Missing semicolon. (semi)
(#430) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#431) Missing JSDoc return type. (valid-jsdoc)
(#431) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#431) Expected JSDoc for 'arr' but found 'array'. (valid-jsdoc)
(#433) Trailing spaces not allowed. (no-trailing-spaces)
(#437) 'RGraph' is not defined. (no-undef)
(#437) Identifier 'array_sum' is not in camel case. (camelcase)
(#437) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#437) Unexpected space before function parentheses. (space-before-function-paren)
(#440) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#443) Trailing spaces not allowed. (no-trailing-spaces)
(#445) 'RGraph' is not defined. (no-undef)
(#452) Expected { after 'for' condition. (curly)
(#452) Expected space(s) after "for". (keyword-spacing)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) A space is required after ','. (comma-spacing)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) Missing whitespace after semicolon. (semi-spacing)
(#452) Infix operators must be spaced. (space-infix-ops)
(#454) Missing semicolon. (semi)
(#458) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#459) JSDoc syntax error. (valid-jsdoc)
(#462) Trailing spaces not allowed. (no-trailing-spaces)
(#465) 'RGraph' is not defined. (no-undef)
(#465) Identifier 'array_linearize' is not in camel case. (camelcase)
(#465) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#465) Unexpected space before function parentheses. (space-before-function-paren)
(#467) Multiple spaces found before '='. (no-multi-spaces)
(#469) Multiple spaces found before '='. (no-multi-spaces)
(#469) 'RGraph' is not defined. (no-undef)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) A space is required after ','. (comma-spacing)
(#471) Infix operators must be spaced. (space-infix-ops)
(#471) Infix operators must be spaced. (space-infix-ops)
(#473) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#474) Infix operators must be spaced. (space-infix-ops)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#477) Infix operators must be spaced. (space-infix-ops)
(#477) Infix operators must be spaced. (space-infix-ops)
(#487) Missing semicolon. (semi)
(#491) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#492) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'bool'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'bool'. (valid-jsdoc)
(#492) Missing JSDoc for parameter 'text'. (valid-jsdoc)
(#492) Missing JSDoc for parameter 'y'. (valid-jsdoc)
(#492) Expected JSDoc for 'x' but found 'bool'. (valid-jsdoc)
(#492) Expected JSDoc for 'size' but found 'int'. (valid-jsdoc)
(#492) Expected JSDoc for 'font' but found 'string'. (valid-jsdoc)
(#492) Expected JSDoc for 'context' but found 'object'. (valid-jsdoc)
(#492) Duplicate JSDoc parameter 'bool'. (valid-jsdoc)
(#492) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#494) Trailing spaces not allowed. (no-trailing-spaces)
(#503) Line 503 exceeds the maximum line length of 132. (max-len)
(#510) 'RGraph' is not defined. (no-undef)
(#510) Function 'anonymous' has a complexity of 30. (complexity)
(#510) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#510) Unexpected space before function parentheses. (space-before-function-paren)
(#516) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#516) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#522) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#526) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#528) 'RGraph' is not defined. (no-undef)
(#539) Trailing spaces not allowed. (no-trailing-spaces)
(#541) Expected { after 'if' condition. (curly)
(#543) Infix operators must be spaced. (space-infix-ops)
(#543) Infix operators must be spaced. (space-infix-ops)
(#544) Trailing spaces not allowed. (no-trailing-spaces)
(#545) 'RGraph' is not defined. (no-undef)
(#559) Trailing spaces not allowed. (no-trailing-spaces)
(#566) 'ISOLD' is not defined. (no-undef)
(#571) Infix operators must be spaced. (space-infix-ops)
(#573) 'i' is already defined (no-redeclare)
(#574) 'origX' is defined but never used (no-unused-vars)
(#575) 'origY' is defined but never used (no-unused-vars)
(#580) Expected { after 'if' condition. (curly)
(#580) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#580) Multiple spaces found before '=='. (no-multi-spaces)
(#580) Multiple spaces found before '='. (no-multi-spaces)
(#581) Expected { after 'if' condition. (curly)
(#581) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#581) Multiple spaces found before '=='. (no-multi-spaces)
(#581) Multiple spaces found before '='. (no-multi-spaces)
(#582) Line 582 exceeds the maximum line length of 132. (max-len)
(#582) Expected { after 'if' condition. (curly)
(#582) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#582) Multiple spaces found before '=='. (no-multi-spaces)
(#582) Multiple spaces found before '='. (no-multi-spaces)
(#583) Line 583 exceeds the maximum line length of 132. (max-len)
(#583) Expected { after 'if' condition. (curly)
(#583) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#583) Multiple spaces found before '=='. (no-multi-spaces)
(#583) Multiple spaces found before '='. (no-multi-spaces)
(#587) Identifier '__rgraph_valign__' is not in camel case. (camelcase)
(#588) Identifier '__rgraph_halign__' is not in camel case. (camelcase)
(#594) Identifier '__rgraph_originalx__' is not in camel case. (camelcase)
(#595) Identifier '__rgraph_originaly__' is not in camel case. (camelcase)
(#603) 'PI' is not defined. (no-undef)
(#624) Multiple spaces found before '='. (no-multi-spaces)
(#625) Trailing spaces not allowed. (no-trailing-spaces)
(#634) Trailing spaces not allowed. (no-trailing-spaces)
(#635) Trailing spaces not allowed. (no-trailing-spaces)
(#642) A space is required after ','. (comma-spacing)
(#642) A space is required after ','. (comma-spacing)
(#645) 'width' used outside of binding context. (block-scoped-var)
(#645) 'width' is already defined (no-redeclare)
(#646) Identifier 'width_offset' is not in camel case. (camelcase)
(#646) Do not nest ternary expressions (no-nested-ternary)
(#646) 'hAlign' used outside of binding context. (block-scoped-var)
(#646) 'width' used outside of binding context. (block-scoped-var)
(#646) 'hAlign' used outside of binding context. (block-scoped-var)
(#646) 'width' used outside of binding context. (block-scoped-var)
(#648) Identifier 'height_offset' is not in camel case. (camelcase)
(#648) 'vAlign' used outside of binding context. (block-scoped-var)
(#648) Do not nest ternary expressions (no-nested-ternary)
(#648) 'vAlign' used outside of binding context. (block-scoped-var)
(#649) 'ISOLD' is not defined. (no-undef)
(#653) Identifier 'width_offset' is not in camel case. (camelcase)
(#654) Identifier 'height_offset' is not in camel case. (camelcase)
(#655) 'width' used outside of binding context. (block-scoped-var)
(#662) Identifier 'width_offset' is not in camel case. (camelcase)
(#663) Identifier 'height_offset' is not in camel case. (camelcase)
(#664) 'width' used outside of binding context. (block-scoped-var)
(#668) Trailing spaces not allowed. (no-trailing-spaces)
(#675) A space is required after ','. (comma-spacing)
(#675) A space is required after ','. (comma-spacing)
(#678) Trailing spaces not allowed. (no-trailing-spaces)
(#683) Missing semicolon. (semi)
(#687) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#688) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#688) Expected JSDoc for 'ca' but found 'object'. (valid-jsdoc)
(#690) Trailing spaces not allowed. (no-trailing-spaces)
(#693) 'RGraph' is not defined. (no-undef)
(#693) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#693) Unexpected space before function parentheses. (space-before-function-paren)
(#695) Multiple spaces found before '='. (no-multi-spaces)
(#695) 'RGraph' is not defined. (no-undef)
(#696) Multiple spaces found before '='. (no-multi-spaces)
(#702) Trailing spaces not allowed. (no-trailing-spaces)
(#705) 'ISIE8' is not defined. (no-undef)
(#714) A space is required after ','. (comma-spacing)
(#714) A space is required after ','. (comma-spacing)
(#715) Trailing spaces not allowed. (no-trailing-spaces)
(#724) 'ISIE8' is not defined. (no-undef)
(#725) A space is required after ','. (comma-spacing)
(#725) A space is required after ','. (comma-spacing)
(#725) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#727) A space is required after ','. (comma-spacing)
(#732) Trailing spaces not allowed. (no-trailing-spaces)
(#733) Expected space or tab after '//' in comment. (spaced-comment)
(#734) Expected space or tab after '//' in comment. (spaced-comment)
(#735) Expected space or tab after '//' in comment. (spaced-comment)
(#736) Trailing spaces not allowed. (no-trailing-spaces)
(#743) Multiple spaces found before '='. (no-multi-spaces)
(#744) Multiple spaces found before '='. (no-multi-spaces)
(#746) Trailing spaces not allowed. (no-trailing-spaces)
(#753) Expected space or tab after '//' in comment. (spaced-comment)
(#762) Missing semicolon. (semi)
(#766) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#767) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#767) Duplicate JSDoc parameter 'integer'. (valid-jsdoc)
(#767) Expected JSDoc for 'gutterTop' but found 'integer'. (valid-jsdoc)
(#767) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#767) Missing JSDoc parameter type for 'integer'. (valid-jsdoc)
(#767) Expected JSDoc for 'text' but found 'string'. (valid-jsdoc)
(#767) Missing JSDoc parameter type for 'integer'. (valid-jsdoc)
(#767) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#767) Missing JSDoc parameter type for 'integer'. (valid-jsdoc)
(#767) Duplicate JSDoc parameter 'integer'. (valid-jsdoc)
(#769) Trailing spaces not allowed. (no-trailing-spaces)
(#776) 'RGraph' is not defined. (no-undef)
(#776) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#776) Unexpected space before function parentheses. (space-before-function-paren)
(#778) Multiple spaces found before '='. (no-multi-spaces)
(#778) 'RGraph' is not defined. (no-undef)
(#779) 'canvas' is not defined. (no-undef)
(#779) Multiple spaces found before '='. (no-multi-spaces)
(#780) 'context' is not defined. (no-undef)
(#781) Multiple spaces found before '='. (no-multi-spaces)
(#783) Multiple spaces found before '='. (no-multi-spaces)
(#784) Multiple spaces found before '='. (no-multi-spaces)
(#785) 'gutterTop' is already defined (no-redeclare)
(#785) Multiple spaces found before '='. (no-multi-spaces)
(#787) Multiple spaces found before '='. (no-multi-spaces)
(#788) Multiple spaces found before '='. (no-multi-spaces)
(#789) Multiple spaces found before '='. (no-multi-spaces)
(#790) Multiple spaces found before '='. (no-multi-spaces)
(#791) Multiple spaces found before '='. (no-multi-spaces)
(#792) Multiple spaces found before '='. (no-multi-spaces)
(#793) Multiple spaces found before '='. (no-multi-spaces)
(#794) Multiple spaces found before '='. (no-multi-spaces)
(#795) Multiple spaces found before '='. (no-multi-spaces)
(#796) Multiple spaces found before '='. (no-multi-spaces)
(#797) 'valign' used outside of binding context. (block-scoped-var)
(#797) 'valign' used outside of binding context. (block-scoped-var)
(#797) 'valign' used outside of binding context. (block-scoped-var)
(#797) Multiple spaces found before '='. (no-multi-spaces)
(#810) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#815) 'valign' used outside of binding context. (block-scoped-var)
(#815) 'valign' is already defined (no-redeclare)
(#815) 'valign' used outside of binding context. (block-scoped-var)
(#818) 'valign' used outside of binding context. (block-scoped-var)
(#818) 'valign' is already defined (no-redeclare)
(#818) 'valign' used outside of binding context. (block-scoped-var)
(#821) 'valign' used outside of binding context. (block-scoped-var)
(#821) 'valign' used outside of binding context. (block-scoped-var)
(#821) 'valign' is already defined (no-redeclare)
(#827) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#829) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#840) Multiple spaces found before '-'. (no-multi-spaces)
(#846) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#848) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#855) Expected { after 'if' condition. (curly)
(#855) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#856) Expected { after 'if' condition. (curly)
(#856) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#856) Multiple spaces found before '='. (no-multi-spaces)
(#860) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#864) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#867) Trailing spaces not allowed. (no-trailing-spaces)
(#871) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#872) 'valign' used outside of binding context. (block-scoped-var)
(#872) 'valign' used outside of binding context. (block-scoped-var)
(#872) 'valign' used outside of binding context. (block-scoped-var)
(#878) Trailing spaces not allowed. (no-trailing-spaces)
(#878) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#880) Unexpected constant condition. (no-constant-condition)
(#880) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#880) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#881) Missing semicolon. (semi)
(#882) Missing semicolon. (semi)
(#888) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#896) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#900) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#906) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#910) A space is required after ','. (comma-spacing)
(#910) Missing space before value for key 'font'. (key-spacing)
(#911) Missing space before value for key 'size'. (key-spacing)
(#912) Missing space before value for key 'x'. (key-spacing)
(#913) Missing space before value for key 'y'. (key-spacing)
(#914) Missing space before value for key 'text'. (key-spacing)
(#915) Missing space before value for key 'valign'. (key-spacing)
(#915) 'valign' used outside of binding context. (block-scoped-var)
(#915) 'valign' used outside of binding context. (block-scoped-var)
(#915) 'valign' used outside of binding context. (block-scoped-var)
(#916) Missing space before value for key 'halign'. (key-spacing)
(#917) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#917) Missing space before value for key 'bounding'. (key-spacing)
(#918) Missing space before value for key 'bounding.fill'. (key-spacing)
(#919) Missing space before value for key 'bold'. (key-spacing)
(#920) Missing space before value for key 'tag'. (key-spacing)
(#922) Trailing spaces not allowed. (no-trailing-spaces)
(#924) 'oldColor' used outside of binding context. (block-scoped-var)
(#925) Missing semicolon. (semi)
(#930) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#933) Trailing spaces not allowed. (no-trailing-spaces)
(#947) Trailing spaces not allowed. (no-trailing-spaces)
(#975) 'RGraph' is not defined. (no-undef)
(#975) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#977) Multiple spaces found before '='. (no-multi-spaces)
(#978) Multiple spaces found before '='. (no-multi-spaces)
(#984) Multiple spaces found before '='. (no-multi-spaces)
(#985) Multiple spaces found before '='. (no-multi-spaces)
(#986) Multiple spaces found before '='. (no-multi-spaces)
(#987) Missing semicolon. (semi)
(#988) Multiple spaces found before '='. (no-multi-spaces)
(#988) Missing semicolon. (semi)
(#993) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#993) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#996) 'ISOPERA' is not defined. (no-undef)
(#999) Trailing spaces not allowed. (no-trailing-spaces)
(#1000) 'ISWEBKIT' is not defined. (no-undef)
(#1003) Trailing spaces not allowed. (no-trailing-spaces)
(#1004) 'ISIE' is not defined. (no-undef)
(#1007) Trailing spaces not allowed. (no-trailing-spaces)
(#1012) Trailing spaces not allowed. (no-trailing-spaces)
(#1013) Trailing spaces not allowed. (no-trailing-spaces)
(#1014) Trailing spaces not allowed. (no-trailing-spaces)
(#1015) Trailing spaces not allowed. (no-trailing-spaces)
(#1015) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1017) Trailing spaces not allowed. (no-trailing-spaces)
(#1018) Trailing spaces not allowed. (no-trailing-spaces)
(#1019) Trailing spaces not allowed. (no-trailing-spaces)
(#1020) Trailing spaces not allowed. (no-trailing-spaces)
(#1020) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1021) 'ISIE' is not defined. (no-undef)
(#1021) 'ISOPERA' is not defined. (no-undef)
(#1024) Trailing spaces not allowed. (no-trailing-spaces)
(#1025) 'ISIE' is not defined. (no-undef)
(#1028) Trailing spaces not allowed. (no-trailing-spaces)
(#1033) Trailing spaces not allowed. (no-trailing-spaces)
(#1037) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1050) Expected space or tab after '//' in comment. (spaced-comment)
(#1051) Expected space or tab after '//' in comment. (spaced-comment)
(#1056) Missing semicolon. (semi)
(#1060) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1061) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1061) Missing JSDoc @returns for function. (valid-jsdoc)
(#1061) Expected JSDoc for 'canvas' but found 'object'. (valid-jsdoc)
(#1064) Trailing spaces not allowed. (no-trailing-spaces)
(#1067) 'RGraph' is not defined. (no-undef)
(#1067) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1067) Unexpected space before function parentheses. (space-before-function-paren)
(#1069) Multiple spaces found before '='. (no-multi-spaces)
(#1070) Multiple spaces found before '='. (no-multi-spaces)
(#1077) Trailing spaces not allowed. (no-trailing-spaces)
(#1079) 'ISCHROME' is not defined. (no-undef)
(#1079) 'ISSAFARI' is not defined. (no-undef)
(#1090) Multiple spaces found before '='. (no-multi-spaces)
(#1091) Multiple spaces found before '='. (no-multi-spaces)
(#1092) Multiple spaces found before '='. (no-multi-spaces)
(#1092) Multiple spaces found before '?'. (no-multi-spaces)
(#1100) Missing semicolon. (semi)
(#1104) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1105) Missing JSDoc return type. (valid-jsdoc)
(#1105) Missing JSDoc for parameter 'canvas'. (valid-jsdoc)
(#1108) Trailing spaces not allowed. (no-trailing-spaces)
(#1111) 'RGraph' is not defined. (no-undef)
(#1111) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1111) Unexpected space before function parentheses. (space-before-function-paren)
(#1116) 'i' is not modified in this loop. (no-unmodified-loop-condition)
(#1121) Trailing spaces not allowed. (no-trailing-spaces)
(#1126) Missing semicolon. (semi)
(#1130) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1131) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#1131) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1133) Trailing spaces not allowed. (no-trailing-spaces)
(#1136) 'RGraph' is not defined. (no-undef)
(#1136) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1136) Unexpected space before function parentheses. (space-before-function-paren)
(#1141) 'RGraph' is not defined. (no-undef)
(#1144) Missing semicolon. (semi)
(#1148) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1149) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#1151) Trailing spaces not allowed. (no-trailing-spaces)
(#1154) 'RGraph' is not defined. (no-undef)
(#1154) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1154) Unexpected space before function parentheses. (space-before-function-paren)
(#1156) 'RGraph' is not defined. (no-undef)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1161) Infix operators must be spaced. (space-infix-ops)
(#1161) A space is required after ','. (comma-spacing)
(#1161) 'len' used outside of binding context. (block-scoped-var)
(#1161) Infix operators must be spaced. (space-infix-ops)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1161) Infix operators must be spaced. (space-infix-ops)
(#1161) 'len' used outside of binding context. (block-scoped-var)
(#1161) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1162) 'i' used outside of binding context. (block-scoped-var)
(#1163) Trailing spaces not allowed. (no-trailing-spaces)
(#1165) 'i' used outside of binding context. (block-scoped-var)
(#1166) 'RGraph' is not defined. (no-undef)
(#1166) 'i' used outside of binding context. (block-scoped-var)
(#1172) 'i' used outside of binding context. (block-scoped-var)
(#1172) 'i' is already defined (no-redeclare)
(#1172) Infix operators must be spaced. (space-infix-ops)
(#1172) A space is required after ','. (comma-spacing)
(#1172) 'len' is already defined (no-redeclare)
(#1172) 'len' used outside of binding context. (block-scoped-var)
(#1172) Infix operators must be spaced. (space-infix-ops)
(#1172) 'i' used outside of binding context. (block-scoped-var)
(#1172) Infix operators must be spaced. (space-infix-ops)
(#1172) 'len' used outside of binding context. (block-scoped-var)
(#1172) 'i' used outside of binding context. (block-scoped-var)
(#1173) 'i' used outside of binding context. (block-scoped-var)
(#1174) 'id' is defined but never used (no-unused-vars)
(#1174) 'i' used outside of binding context. (block-scoped-var)
(#1175) 'i' used outside of binding context. (block-scoped-var)
(#1178) Missing semicolon. (semi)
(#1182) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1183) Missing JSDoc parameter type for 'canvas'. (valid-jsdoc)
(#1183) Missing JSDoc parameter type for 'bool'. (valid-jsdoc)
(#1185) Trailing spaces not allowed. (no-trailing-spaces)
(#1189) 'RGraph' is not defined. (no-undef)
(#1189) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1189) Unexpected space before function parentheses. (space-before-function-paren)
(#1191) 'RGraph' is not defined. (no-undef)
(#1196) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1196) There should be no spaces inside this paren. (space-in-parens)
(#1197) Trailing spaces not allowed. (no-trailing-spaces)
(#1198) Line 1198 exceeds the maximum line length of 132. (max-len)
(#1200) 'RGraph' is not defined. (no-undef)
(#1206) Infix operators must be spaced. (space-infix-ops)
(#1206) A space is required after ','. (comma-spacing)
(#1206) Infix operators must be spaced. (space-infix-ops)
(#1206) Infix operators must be spaced. (space-infix-ops)
(#1213) Missing semicolon. (semi)
(#1217) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1218) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#1218) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1220) Trailing spaces not allowed. (no-trailing-spaces)
(#1223) 'RGraph' is not defined. (no-undef)
(#1223) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1223) Function 'anonymous' has a complexity of 40. (complexity)
(#1223) Unexpected space before function parentheses. (space-before-function-paren)
(#1225) Multiple spaces found before '='. (no-multi-spaces)
(#1225) 'RGraph' is not defined. (no-undef)
(#1226) 'canvas' is not defined. (no-undef)
(#1226) Multiple spaces found before '='. (no-multi-spaces)
(#1227) 'context' is not defined. (no-undef)
(#1228) Multiple spaces found before '='. (no-multi-spaces)
(#1230) Multiple spaces found before '='. (no-multi-spaces)
(#1231) Multiple spaces found before '='. (no-multi-spaces)
(#1232) Multiple spaces found before '='. (no-multi-spaces)
(#1233) Multiple spaces found before '='. (no-multi-spaces)
(#1235) Multiple spaces found before '='. (no-multi-spaces)
(#1236) Trailing spaces not allowed. (no-trailing-spaces)
(#1238) Trailing spaces not allowed. (no-trailing-spaces)
(#1246) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1247) Trailing spaces not allowed. (no-trailing-spaces)
(#1248) 'size' used outside of binding context. (block-scoped-var)
(#1249) 'font' used outside of binding context. (block-scoped-var)
(#1250) 'bold' used outside of binding context. (block-scoped-var)
(#1252) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1253) 'size' used outside of binding context. (block-scoped-var)
(#1256) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1257) 'font' used outside of binding context. (block-scoped-var)
(#1259) Trailing spaces not allowed. (no-trailing-spaces)
(#1262) Trailing spaces not allowed. (no-trailing-spaces)
(#1263) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1269) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1281) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1282) Missing space before value for key 'font'. (key-spacing)
(#1282) 'font' used outside of binding context. (block-scoped-var)
(#1283) Missing space before value for key 'size'. (key-spacing)
(#1283) 'size' used outside of binding context. (block-scoped-var)
(#1284) Missing space before value for key 'x'. (key-spacing)
(#1285) Missing space before value for key 'y'. (key-spacing)
(#1286) Missing space before value for key 'text'. (key-spacing)
(#1287) Missing space before value for key 'halign'. (key-spacing)
(#1288) Missing space before value for key 'valign'. (key-spacing)
(#1289) Missing space before value for key 'bold'. (key-spacing)
(#1289) 'bold' used outside of binding context. (block-scoped-var)
(#1295) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1297) 'size' is already defined (no-redeclare)
(#1297) 'size' used outside of binding context. (block-scoped-var)
(#1297) Multiple spaces found before '='. (no-multi-spaces)
(#1298) 'font' used outside of binding context. (block-scoped-var)
(#1298) 'font' is already defined (no-redeclare)
(#1298) Multiple spaces found before '='. (no-multi-spaces)
(#1300) 'bold' used outside of binding context. (block-scoped-var)
(#1300) 'bold' is already defined (no-redeclare)
(#1300) Multiple spaces found before '='. (no-multi-spaces)
(#1303) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1304) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1304) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1306) 'yaxis_title_pos' is already defined (no-redeclare)
(#1306) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1306) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1309) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1310) 'size' used outside of binding context. (block-scoped-var)
(#1313) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1314) 'font' used outside of binding context. (block-scoped-var)
(#1319) Line 1319 exceeds the maximum line length of 132. (max-len)
(#1319) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1319) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1319) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1322) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1322) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1322) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1322) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1322) 'yaxis_title_pos' is assigned to itself. (no-self-assign)
(#1322) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1322) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1324) Trailing spaces not allowed. (no-trailing-spaces)
(#1326) Trailing spaces not allowed. (no-trailing-spaces)
(#1329) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1329) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1329) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1337) 'font' used outside of binding context. (block-scoped-var)
(#1337) Missing space before value for key 'font'. (key-spacing)
(#1338) 'size' used outside of binding context. (block-scoped-var)
(#1338) Missing space before value for key 'size'. (key-spacing)
(#1339) Missing space before value for key 'x'. (key-spacing)
(#1339) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1339) 'yaxis_title_pos' used outside of binding context. (block-scoped-var)
(#1339) Identifier 'yaxis_title_pos' is not in camel case. (camelcase)
(#1340) Missing space before value for key 'y'. (key-spacing)
(#1341) Missing space before value for key 'valign'. (key-spacing)
(#1342) Missing space before value for key 'halign'. (key-spacing)
(#1343) Missing space before value for key 'angle'. (key-spacing)
(#1344) 'bold' used outside of binding context. (block-scoped-var)
(#1344) Missing space before value for key 'bold'. (key-spacing)
(#1345) Missing space before value for key 'text'. (key-spacing)
(#1346) Missing space before value for key 'tag'. (key-spacing)
(#1365) Multiple spaces found before '='. (no-multi-spaces)
(#1369) 'i' used outside of binding context. (block-scoped-var)
(#1369) Infix operators must be spaced. (space-infix-ops)
(#1369) 'i' used outside of binding context. (block-scoped-var)
(#1369) Infix operators must be spaced. (space-infix-ops)
(#1369) Unexpected whitespace before semicolon. (semi-spacing)
(#1369) 'i' used outside of binding context. (block-scoped-var)
(#1369) Infix operators must be spaced. (space-infix-ops)
(#1370) 'i' used outside of binding context. (block-scoped-var)
(#1370) 'i' used outside of binding context. (block-scoped-var)
(#1370) There should be no spaces inside this paren. (space-in-parens)
(#1373) Multiple spaces found before '='. (no-multi-spaces)
(#1377) 'i' is already defined (no-redeclare)
(#1377) 'i' used outside of binding context. (block-scoped-var)
(#1377) Infix operators must be spaced. (space-infix-ops)
(#1377) 'i' used outside of binding context. (block-scoped-var)
(#1377) Infix operators must be spaced. (space-infix-ops)
(#1377) 'i' used outside of binding context. (block-scoped-var)
(#1377) Infix operators must be spaced. (space-infix-ops)
(#1378) Line 1378 exceeds the maximum line length of 132. (max-len)
(#1378) 'i' used outside of binding context. (block-scoped-var)
(#1378) 'i' used outside of binding context. (block-scoped-var)
(#1378) 'i' used outside of binding context. (block-scoped-var)
(#1380) Trailing spaces not allowed. (no-trailing-spaces)
(#1381) Expected space or tab after '//' in comment. (spaced-comment)
(#1383) Trailing spaces not allowed. (no-trailing-spaces)
(#1396) Trailing spaces not allowed. (no-trailing-spaces)
(#1402) Blocks are nested too deeply (5). (max-depth)
(#1422) Multiple spaces found before '='. (no-multi-spaces)
(#1427) A space is required after ','. (comma-spacing)
(#1429) Trailing spaces not allowed. (no-trailing-spaces)
(#1432) A space is required after ','. (comma-spacing)
(#1438) Missing semicolon. (semi)
(#1439) 'y' used outside of binding context. (block-scoped-var)
(#1439) Infix operators must be spaced. (space-infix-ops)
(#1439) 'y' used outside of binding context. (block-scoped-var)
(#1439) Infix operators must be spaced. (space-infix-ops)
(#1439) 'y' used outside of binding context. (block-scoped-var)
(#1439) Infix operators must be spaced. (space-infix-ops)
(#1440) 'context' is not defined. (no-undef)
(#1440) 'y' used outside of binding context. (block-scoped-var)
(#1441) 'context' is not defined. (no-undef)
(#1441) 'y' used outside of binding context. (block-scoped-var)
(#1447) Missing semicolon. (semi)
(#1448) 'x' is not defined. (no-undef)
(#1448) Infix operators must be spaced. (space-infix-ops)
(#1448) 'x' is not defined. (no-undef)
(#1448) Infix operators must be spaced. (space-infix-ops)
(#1448) 'width' is not modified in this loop. (no-unmodified-loop-condition)
(#1448) 'x' is not defined. (no-undef)
(#1448) Infix operators must be spaced. (space-infix-ops)
(#1449) 'x' is not defined. (no-undef)
(#1450) 'x' is not defined. (no-undef)
(#1457) Line 1457 exceeds the maximum line length of 132. (max-len)
(#1461) 'context' is not defined. (no-undef)
(#1465) A space is required after ','. (comma-spacing)
(#1474) There should be no spaces inside this paren. (space-in-parens)
(#1474) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1488) Missing semicolon. (semi)
(#1492) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1493) Missing JSDoc @returns for function. (valid-jsdoc)
(#1493) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#1495) Trailing spaces not allowed. (no-trailing-spaces)
(#1498) 'RGraph' is not defined. (no-undef)
(#1498) Identifier 'array_clone' is not in camel case. (camelcase)
(#1498) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1498) Unexpected space before function parentheses. (space-before-function-paren)
(#1500) 'RGraph' is not defined. (no-undef)
(#1502) Expected space(s) after "if". (keyword-spacing)
(#1502) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1502) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1508) Infix operators must be spaced. (space-infix-ops)
(#1508) A space is required after ','. (comma-spacing)
(#1508) Infix operators must be spaced. (space-infix-ops)
(#1508) Missing whitespace after semicolon. (semi-spacing)
(#1508) Infix operators must be spaced. (space-infix-ops)
(#1510) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1511) Unexpected space before function parentheses. (space-before-function-paren)
(#1511) Requires a space after '{'. (block-spacing)
(#1511) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1511) Statement inside of curly braces should be on next line. (brace-style)
(#1511) Requires a space before '}'. (block-spacing)
(#1512) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1513) Unexpected space before function parentheses. (space-before-function-paren)
(#1513) Requires a space after '{'. (block-spacing)
(#1513) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1513) Statement inside of curly braces should be on next line. (brace-style)
(#1513) Requires a space before '}'. (block-spacing)
(#1514) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1516) Trailing spaces not allowed. (no-trailing-spaces)
(#1523) Missing semicolon. (semi)
(#1527) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1528) Missing JSDoc parameter type for 'integer'. (valid-jsdoc)
(#1528) Missing JSDoc return type. (valid-jsdoc)
(#1528) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#1528) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#1528) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#1528) Duplicate JSDoc parameter 'integer'. (valid-jsdoc)
(#1528) Expected JSDoc for 'obj' but found 'integer'. (valid-jsdoc)
(#1528) Missing JSDoc parameter type for 'integer'. (valid-jsdoc)
(#1528) Expected JSDoc for 'num' but found 'string'. (valid-jsdoc)
(#1530) Trailing spaces not allowed. (no-trailing-spaces)
(#1537) 'RGraph' is not defined. (no-undef)
(#1537) Identifier 'number_format' is not in camel case. (camelcase)
(#1537) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1537) Unexpected space before function parentheses. (space-before-function-paren)
(#1539) 'RG' is defined but never used (no-unused-vars)
(#1539) Multiple spaces found before '='. (no-multi-spaces)
(#1539) 'RGraph' is not defined. (no-undef)
(#1540) 'ca' is defined but never used (no-unused-vars)
(#1540) Multiple spaces found before '='. (no-multi-spaces)
(#1541) 'co' is defined but never used (no-unused-vars)
(#1541) Multiple spaces found before '='. (no-multi-spaces)
(#1546) Multiple spaces found before '='. (no-multi-spaces)
(#1547) Multiple spaces found before '='. (no-multi-spaces)
(#1549) Identifier 'decimal_seperator' is not in camel case. (camelcase)
(#1549) Multiple spaces found before '='. (no-multi-spaces)
(#1549) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1550) Identifier 'thousand_seperator' is not in camel case. (camelcase)
(#1550) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1551) Multiple spaces found before '='. (no-multi-spaces)
(#1552) 'i' is already defined (no-redeclare)
(#1552) A space is required after ','. (comma-spacing)
(#1554) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1565) Trailing spaces not allowed. (no-trailing-spaces)
(#1569) Multiple spaces found before '='. (no-multi-spaces)
(#1574) Expected space or tab after '//' in comment. (spaced-comment)
(#1575) Identifier 'thousand_seperator' is not in camel case. (camelcase)
(#1576) Trailing spaces not allowed. (no-trailing-spaces)
(#1580) 'foundPoint' is defined but never used (no-unused-vars)
(#1581) Infix operators must be spaced. (space-infix-ops)
(#1581) A space is required after ','. (comma-spacing)
(#1581) Infix operators must be spaced. (space-infix-ops)
(#1581) Infix operators must be spaced. (space-infix-ops)
(#1581) A space is required after ','. (comma-spacing)
(#1583) Trailing spaces not allowed. (no-trailing-spaces)
(#1584) There should be no spaces inside this paren. (space-in-parens)
(#1587) Trailing spaces not allowed. (no-trailing-spaces)
(#1593) Trailing spaces not allowed. (no-trailing-spaces)
(#1599) Infix operators must be spaced. (space-infix-ops)
(#1599) Infix operators must be spaced. (space-infix-ops)
(#1604) Expected space or tab after '//' in comment. (spaced-comment)
(#1611) Multiple spaces found before 'output'. (no-multi-spaces)
(#1611) Identifier 'decimal_seperator' is not in camel case. (camelcase)
(#1623) Missing semicolon. (semi)
(#1627) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1628) Missing JSDoc for parameter 'obj'. (valid-jsdoc)
(#1631) 'RGraph' is not defined. (no-undef)
(#1631) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1631) Unexpected space before function parentheses. (space-before-function-paren)
(#1633) Multiple spaces found before '='. (no-multi-spaces)
(#1634) Multiple spaces found before '='. (no-multi-spaces)
(#1635) Multiple spaces found before '='. (no-multi-spaces)
(#1636) Multiple spaces found before '='. (no-multi-spaces)
(#1636) 'RGraph' is not defined. (no-undef)
(#1648) 'i' is not defined. (no-undef)
(#1648) Infix operators must be spaced. (space-infix-ops)
(#1648) A space is required after ','. (comma-spacing)
(#1648) 'len' is not defined. (no-undef)
(#1648) Infix operators must be spaced. (space-infix-ops)
(#1648) 'i' is not defined. (no-undef)
(#1648) Infix operators must be spaced. (space-infix-ops)
(#1648) 'len' is not defined. (no-undef)
(#1648) 'i' is not defined. (no-undef)
(#1649) Trailing spaces not allowed. (no-trailing-spaces)
(#1650) Multiple spaces found before '='. (no-multi-spaces)
(#1650) 'i' is not defined. (no-undef)
(#1651) 'i' is not defined. (no-undef)
(#1652) Multiple spaces found before '='. (no-multi-spaces)
(#1652) 'i' is not defined. (no-undef)
(#1653) Trailing spaces not allowed. (no-trailing-spaces)
(#1656) Expected space(s) after "if". (keyword-spacing)
(#1656) Expected { after 'if' condition. (curly)
(#1656) Missing semicolon. (semi)
(#1657) Expected { after 'if' condition. (curly)
(#1658) Expected { after 'if' condition. (curly)
(#1659) Expected { after 'if' condition. (curly)
(#1660) Expected { after 'if' condition. (curly)
(#1660) There should be no spaces inside this paren. (space-in-parens)
(#1676) 'ISOPERA' is not defined. (no-undef)
(#1685) Multiple spaces found before '='. (no-multi-spaces)
(#1695) Trailing spaces not allowed. (no-trailing-spaces)
(#1697) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1700) Line 1700 exceeds the maximum line length of 132. (max-len)
(#1712) Trailing spaces not allowed. (no-trailing-spaces)
(#1725) Trailing spaces not allowed. (no-trailing-spaces)
(#1729) Expected space or tab after '//' in comment. (spaced-comment)
(#1732) Expected space or tab after '//' in comment. (spaced-comment)
(#1734) Expected space or tab after '//' in comment. (spaced-comment)
(#1735) Expected space or tab after '//' in comment. (spaced-comment)
(#1736) Expected space or tab after '//' in comment. (spaced-comment)
(#1737) Missing semicolon. (semi)
(#1741) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1742) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#1742) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1744) Trailing spaces not allowed. (no-trailing-spaces)
(#1747) 'RGraph' is not defined. (no-undef)
(#1747) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1747) Function 'anonymous' has a complexity of 23. (complexity)
(#1747) Unexpected space before function parentheses. (space-before-function-paren)
(#1749) Multiple spaces found before '='. (no-multi-spaces)
(#1749) 'RGraph' is not defined. (no-undef)
(#1750) 'ca' is defined but never used (no-unused-vars)
(#1750) Multiple spaces found before '='. (no-multi-spaces)
(#1751) Multiple spaces found before '='. (no-multi-spaces)
(#1752) Multiple spaces found before '='. (no-multi-spaces)
(#1753) Multiple spaces found before '='. (no-multi-spaces)
(#1754) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1757) 'fgcolor' is defined but never used (no-unused-vars)
(#1757) Multiple spaces found before '='. (no-multi-spaces)
(#1758) 'bgcolor' is defined but never used (no-unused-vars)
(#1758) Multiple spaces found before '='. (no-multi-spaces)
(#1759) 'direction' is defined but never used (no-unused-vars)
(#1768) 'i' used outside of binding context. (block-scoped-var)
(#1768) Infix operators must be spaced. (space-infix-ops)
(#1768) A space is required after ','. (comma-spacing)
(#1768) 'len' used outside of binding context. (block-scoped-var)
(#1768) Infix operators must be spaced. (space-infix-ops)
(#1768) 'i' used outside of binding context. (block-scoped-var)
(#1768) Infix operators must be spaced. (space-infix-ops)
(#1768) 'len' used outside of binding context. (block-scoped-var)
(#1768) 'i' used outside of binding context. (block-scoped-var)
(#1768) Infix operators must be spaced. (space-infix-ops)
(#1769) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1769) 'i' used outside of binding context. (block-scoped-var)
(#1770) Infix operators must be spaced. (space-infix-ops)
(#1770) Infix operators must be spaced. (space-infix-ops)
(#1770) 'i' used outside of binding context. (block-scoped-var)
(#1771) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1773) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1773) 'i' used outside of binding context. (block-scoped-var)
(#1773) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1773) 'i' used outside of binding context. (block-scoped-var)
(#1774) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1774) 'i' used outside of binding context. (block-scoped-var)
(#1775) Trailing spaces not allowed. (no-trailing-spaces)
(#1777) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1786) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1786) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1788) 'i' is already defined (no-redeclare)
(#1788) 'i' used outside of binding context. (block-scoped-var)
(#1788) Infix operators must be spaced. (space-infix-ops)
(#1788) A space is required after ','. (comma-spacing)
(#1788) 'len' used outside of binding context. (block-scoped-var)
(#1788) 'len' is already defined (no-redeclare)
(#1788) Infix operators must be spaced. (space-infix-ops)
(#1788) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1788) 'i' used outside of binding context. (block-scoped-var)
(#1788) Infix operators must be spaced. (space-infix-ops)
(#1788) 'len' used outside of binding context. (block-scoped-var)
(#1788) 'i' used outside of binding context. (block-scoped-var)
(#1789) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1789) 'i' used outside of binding context. (block-scoped-var)
(#1790) 'i' used outside of binding context. (block-scoped-var)
(#1791) Trailing spaces not allowed. (no-trailing-spaces)
(#1793) Multiple spaces found before '='. (no-multi-spaces)
(#1794) Multiple spaces found before '='. (no-multi-spaces)
(#1795) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1795) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1795) 'i' used outside of binding context. (block-scoped-var)
(#1795) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1795) 'i' used outside of binding context. (block-scoped-var)
(#1796) Trailing spaces not allowed. (no-trailing-spaces)
(#1798) Multiple spaces found before '='. (no-multi-spaces)
(#1800) Trailing spaces not allowed. (no-trailing-spaces)
(#1801) Trailing spaces not allowed. (no-trailing-spaces)
(#1803) Trailing spaces not allowed. (no-trailing-spaces)
(#1807) Blocks are nested too deeply (5). (max-depth)
(#1810) Trailing spaces not allowed. (no-trailing-spaces)
(#1811) Blocks are nested too deeply (5). (max-depth)
(#1812) 'i' used outside of binding context. (block-scoped-var)
(#1813) 'i' used outside of binding context. (block-scoped-var)
(#1814) Trailing spaces not allowed. (no-trailing-spaces)
(#1815) Identifier 'text_x' is not in camel case. (camelcase)
(#1815) 'text_x' used outside of binding context. (block-scoped-var)
(#1815) 'text_x' used outside of binding context. (block-scoped-var)
(#1815) 'text_x' used outside of binding context. (block-scoped-var)
(#1815) 'text_x' used outside of binding context. (block-scoped-var)
(#1816) 'text_y' used outside of binding context. (block-scoped-var)
(#1816) Identifier 'text_y' is not in camel case. (camelcase)
(#1816) 'text_y' used outside of binding context. (block-scoped-var)
(#1816) 'text_y' used outside of binding context. (block-scoped-var)
(#1816) 'text_y' used outside of binding context. (block-scoped-var)
(#1816) 'i' used outside of binding context. (block-scoped-var)
(#1817) Trailing spaces not allowed. (no-trailing-spaces)
(#1819) 'i' used outside of binding context. (block-scoped-var)
(#1820) 'i' used outside of binding context. (block-scoped-var)
(#1821) Trailing spaces not allowed. (no-trailing-spaces)
(#1822) 'text_x' is already defined (no-redeclare)
(#1822) 'text_x' used outside of binding context. (block-scoped-var)
(#1822) Identifier 'text_x' is not in camel case. (camelcase)
(#1822) 'text_x' used outside of binding context. (block-scoped-var)
(#1822) 'text_x' used outside of binding context. (block-scoped-var)
(#1822) 'text_x' used outside of binding context. (block-scoped-var)
(#1823) 'text_y' used outside of binding context. (block-scoped-var)
(#1823) 'text_y' used outside of binding context. (block-scoped-var)
(#1823) 'text_y' is already defined (no-redeclare)
(#1823) Identifier 'text_y' is not in camel case. (camelcase)
(#1823) 'text_y' used outside of binding context. (block-scoped-var)
(#1823) 'text_y' used outside of binding context. (block-scoped-var)
(#1823) 'i' used outside of binding context. (block-scoped-var)
(#1824) Trailing spaces not allowed. (no-trailing-spaces)
(#1826) Trailing spaces not allowed. (no-trailing-spaces)
(#1831) 'text_x' used outside of binding context. (block-scoped-var)
(#1831) 'text_x' is already defined (no-redeclare)
(#1831) Identifier 'text_x' is not in camel case. (camelcase)
(#1831) 'text_x' used outside of binding context. (block-scoped-var)
(#1831) 'text_x' used outside of binding context. (block-scoped-var)
(#1831) 'text_x' used outside of binding context. (block-scoped-var)
(#1832) Identifier 'text_y' is not in camel case. (camelcase)
(#1832) 'text_y' used outside of binding context. (block-scoped-var)
(#1832) 'text_y' used outside of binding context. (block-scoped-var)
(#1832) 'text_y' is already defined (no-redeclare)
(#1832) 'text_y' used outside of binding context. (block-scoped-var)
(#1832) 'text_y' used outside of binding context. (block-scoped-var)
(#1837) Trailing spaces not allowed. (no-trailing-spaces)
(#1838) Trailing spaces not allowed. (no-trailing-spaces)
(#1840) Trailing spaces not allowed. (no-trailing-spaces)
(#1842) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1842) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1842) 'i' used outside of binding context. (block-scoped-var)
(#1843) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1843) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1843) 'i' used outside of binding context. (block-scoped-var)
(#1844) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1844) 'i' used outside of binding context. (block-scoped-var)
(#1849) Trailing spaces not allowed. (no-trailing-spaces)
(#1851) Trailing spaces not allowed. (no-trailing-spaces)
(#1852) Trailing spaces not allowed. (no-trailing-spaces)
(#1858) Trailing spaces not allowed. (no-trailing-spaces)
(#1859) Identifier 'text_x' is not in camel case. (camelcase)
(#1859) 'text_x' used outside of binding context. (block-scoped-var)
(#1859) 'text_x' used outside of binding context. (block-scoped-var)
(#1859) 'text_x' is already defined (no-redeclare)
(#1859) 'text_x' used outside of binding context. (block-scoped-var)
(#1859) 'text_x' used outside of binding context. (block-scoped-var)
(#1860) 'text_y' used outside of binding context. (block-scoped-var)
(#1860) 'text_y' used outside of binding context. (block-scoped-var)
(#1860) 'text_y' used outside of binding context. (block-scoped-var)
(#1860) 'text_y' used outside of binding context. (block-scoped-var)
(#1860) 'text_y' is already defined (no-redeclare)
(#1860) Identifier 'text_y' is not in camel case. (camelcase)
(#1861) Trailing spaces not allowed. (no-trailing-spaces)
(#1863) Trailing spaces not allowed. (no-trailing-spaces)
(#1864) 'text_x' used outside of binding context. (block-scoped-var)
(#1864) 'text_x' is already defined (no-redeclare)
(#1864) 'text_x' used outside of binding context. (block-scoped-var)
(#1864) 'text_x' used outside of binding context. (block-scoped-var)
(#1864) Identifier 'text_x' is not in camel case. (camelcase)
(#1864) 'text_x' used outside of binding context. (block-scoped-var)
(#1865) 'text_y' used outside of binding context. (block-scoped-var)
(#1865) 'text_y' used outside of binding context. (block-scoped-var)
(#1865) 'text_y' used outside of binding context. (block-scoped-var)
(#1865) Identifier 'text_y' is not in camel case. (camelcase)
(#1865) 'text_y' is already defined (no-redeclare)
(#1865) 'text_y' used outside of binding context. (block-scoped-var)
(#1869) Trailing spaces not allowed. (no-trailing-spaces)
(#1872) Trailing spaces not allowed. (no-trailing-spaces)
(#1879) Trailing spaces not allowed. (no-trailing-spaces)
(#1884) Expected space or tab after '//' in comment. (spaced-comment)
(#1885) Trailing spaces not allowed. (no-trailing-spaces)
(#1887) Trailing spaces not allowed. (no-trailing-spaces)
(#1889) Line 1889 exceeds the maximum line length of 132. (max-len)
(#1889) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1889) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1889) 'i' used outside of binding context. (block-scoped-var)
(#1889) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1889) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1889) 'i' used outside of binding context. (block-scoped-var)
(#1889) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1889) 'i' used outside of binding context. (block-scoped-var)
(#1891) A space is required after ','. (comma-spacing)
(#1891) Missing space before value for key 'font'. (key-spacing)
(#1892) Missing space before value for key 'size'. (key-spacing)
(#1893) Missing space before value for key 'x'. (key-spacing)
(#1893) 'text_x' used outside of binding context. (block-scoped-var)
(#1893) 'text_x' used outside of binding context. (block-scoped-var)
(#1893) 'text_x' used outside of binding context. (block-scoped-var)
(#1893) 'text_x' used outside of binding context. (block-scoped-var)
(#1893) 'text_x' used outside of binding context. (block-scoped-var)
(#1893) Identifier 'text_x' is not in camel case. (camelcase)
(#1894) 'text_y' used outside of binding context. (block-scoped-var)
(#1894) 'text_y' used outside of binding context. (block-scoped-var)
(#1894) 'text_y' used outside of binding context. (block-scoped-var)
(#1894) 'text_y' used outside of binding context. (block-scoped-var)
(#1894) 'text_y' used outside of binding context. (block-scoped-var)
(#1894) Missing space before value for key 'y'. (key-spacing)
(#1894) Identifier 'text_y' is not in camel case. (camelcase)
(#1895) Line 1895 exceeds the maximum line length of 132. (max-len)
(#1895) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1895) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1895) 'i' used outside of binding context. (block-scoped-var)
(#1895) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1895) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1895) 'i' used outside of binding context. (block-scoped-var)
(#1895) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1895) 'i' used outside of binding context. (block-scoped-var)
(#1895) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1895) 'i' used outside of binding context. (block-scoped-var)
(#1897) Missing space before value for key 'halign'. (key-spacing)
(#1898) Missing space before value for key 'bounding'. (key-spacing)
(#1899) Line 1899 exceeds the maximum line length of 132. (max-len)
(#1899) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1899) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1899) 'i' used outside of binding context. (block-scoped-var)
(#1899) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1899) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1899) 'i' used outside of binding context. (block-scoped-var)
(#1899) Identifier 'labels_processed' is not in camel case. (camelcase)
(#1899) 'i' used outside of binding context. (block-scoped-var)
(#1900) Missing space before value for key 'tag'. (key-spacing)
(#1907) Missing semicolon. (semi)
(#1911) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1912) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1912) Missing JSDoc @returns for function. (valid-jsdoc)
(#1912) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#1914) Trailing spaces not allowed. (no-trailing-spaces)
(#1917) 'RGraph' is not defined. (no-undef)
(#1917) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1917) Unexpected space before function parentheses. (space-before-function-paren)
(#1919) 'ISOLD' is not defined. (no-undef)
(#1920) 'e' is already defined (no-redeclare)
(#1922) Multiple spaces found before '='. (no-multi-spaces)
(#1923) Multiple spaces found before '='. (no-multi-spaces)
(#1925) Trailing spaces not allowed. (no-trailing-spaces)
(#1932) Trailing spaces not allowed. (no-trailing-spaces)
(#1934) 'e' used outside of binding context. (block-scoped-var)
(#1935) 'e' used outside of binding context. (block-scoped-var)
(#1935) Unexpected space before function parentheses. (space-before-function-paren)
(#1935) Requires a space after '{'. (block-spacing)
(#1935) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1935) Statement inside of curly braces should be on next line. (brace-style)
(#1935) Requires a space before '}'. (block-spacing)
(#1935) Missing semicolon. (semi)
(#1937) Trailing spaces not allowed. (no-trailing-spaces)
(#1938) 'e' used outside of binding context. (block-scoped-var)
(#1939) Missing semicolon. (semi)
(#1943) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1947) 'RGraph' is not defined. (no-undef)
(#1947) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1947) Unexpected space before function parentheses. (space-before-function-paren)
(#1949) Multiple spaces found before '='. (no-multi-spaces)
(#1949) 'RGraph' is not defined. (no-undef)
(#1952) There should be no spaces inside this paren. (space-in-parens)
(#1952) Multiple spaces found before 'div'. (no-multi-spaces)
(#1956) Trailing spaces not allowed. (no-trailing-spaces)
(#1959) Requires a space after '{'. (block-spacing)
(#1959) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1959) Statement inside of curly braces should be on next line. (brace-style)
(#1959) Requires a space before '}'. (block-spacing)
(#1960) Requires a space after '{'. (block-spacing)
(#1960) Statement inside of curly braces should be on next line. (brace-style)
(#1960) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1960) Requires a space before '}'. (block-spacing)
(#1961) Requires a space after '{'. (block-spacing)
(#1961) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1961) Statement inside of curly braces should be on next line. (brace-style)
(#1961) Requires a space before '}'. (block-spacing)
(#1962) Requires a space after '{'. (block-spacing)
(#1962) Statement inside of curly braces should be on next line. (brace-style)
(#1962) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1962) Requires a space before '}'. (block-spacing)
(#1963) Requires a space after '{'. (block-spacing)
(#1963) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1963) Statement inside of curly braces should be on next line. (brace-style)
(#1963) Requires a space before '}'. (block-spacing)
(#1964) Requires a space after '{'. (block-spacing)
(#1964) Statement inside of curly braces should be on next line. (brace-style)
(#1964) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1964) Requires a space before '}'. (block-spacing)
(#1965) Requires a space after '{'. (block-spacing)
(#1965) Statement inside of curly braces should be on next line. (brace-style)
(#1965) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1965) Requires a space before '}'. (block-spacing)
(#1966) Requires a space after '{'. (block-spacing)
(#1966) Statement inside of curly braces should be on next line. (brace-style)
(#1966) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1966) Requires a space before '}'. (block-spacing)
(#1967) Requires a space after '{'. (block-spacing)
(#1967) Statement inside of curly braces should be on next line. (brace-style)
(#1967) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1967) Requires a space before '}'. (block-spacing)
(#1968) Requires a space after '{'. (block-spacing)
(#1968) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1968) Statement inside of curly braces should be on next line. (brace-style)
(#1968) Requires a space before '}'. (block-spacing)
(#1969) Requires a space after '{'. (block-spacing)
(#1969) Statement inside of curly braces should be on next line. (brace-style)
(#1969) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1969) Requires a space before '}'. (block-spacing)
(#1971) Missing semicolon. (semi)
(#1975) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1976) Missing JSDoc for parameter 'obj'. (valid-jsdoc)
(#1979) 'RGraph' is not defined. (no-undef)
(#1979) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1979) Unexpected space before function parentheses. (space-before-function-paren)
(#1982) Multiple spaces found before '='. (no-multi-spaces)
(#1983) Multiple spaces found before '='. (no-multi-spaces)
(#1985) Multiple spaces found before '='. (no-multi-spaces)
(#1986) Multiple spaces found before '='. (no-multi-spaces)
(#1987) Multiple spaces found before '='. (no-multi-spaces)
(#1988) Multiple spaces found before '='. (no-multi-spaces)
(#2001) Trailing spaces not allowed. (no-trailing-spaces)
(#2009) Multiple spaces found before 'ca'. (no-multi-spaces)
(#2012) Trailing spaces not allowed. (no-trailing-spaces)
(#2015) Missing semicolon. (semi)
(#2020) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2021) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2021) Expected JSDoc for 'co' but found 'object'. (valid-jsdoc)
(#2024) Trailing spaces not allowed. (no-trailing-spaces)
(#2027) 'RGraph' is not defined. (no-undef)
(#2027) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2027) Unexpected space before function parentheses. (space-before-function-paren)
(#2034) Trailing spaces not allowed. (no-trailing-spaces)
(#2036) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2036) Unexpected space before function parentheses. (space-before-function-paren)
(#2046) Trailing spaces not allowed. (no-trailing-spaces)
(#2048) Trailing spaces not allowed. (no-trailing-spaces)
(#2050) Missing semicolon. (semi)
(#2055) Multiple spaces found before '='. (no-multi-spaces)
(#2055) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2055) Unexpected space before function parentheses. (space-before-function-paren)
(#2055) 'targetY' is defined but never used (no-unused-vars)
(#2058) Missing semicolon. (semi)
(#2063) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2063) Unexpected space before function parentheses. (space-before-function-paren)
(#2063) 'bubble' is defined but never used (no-unused-vars)
(#2066) Missing semicolon. (semi)
(#2068) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2068) Unexpected space before function parentheses. (space-before-function-paren)
(#2068) 'bubble' is defined but never used (no-unused-vars)
(#2071) Missing semicolon. (semi)
(#2073) Missing semicolon. (semi)
(#2077) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2078) Missing JSDoc parameter type for 'w'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2078) Duplicate JSDoc parameter 'boolean'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'y'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'x'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'h'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2078) Duplicate JSDoc parameter 'boolean'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2078) Duplicate JSDoc parameter 'boolean'. (valid-jsdoc)
(#2078) Missing JSDoc parameter type for 'co'. (valid-jsdoc)
(#2080) Trailing spaces not allowed. (no-trailing-spaces)
(#2092) 'RGraph' is not defined. (no-undef)
(#2092) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2092) Unexpected space before function parentheses. (space-before-function-paren)
(#2098) Identifier 'corner_tl' is not in camel case. (camelcase)
(#2098) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2099) Identifier 'corner_tr' is not in camel case. (camelcase)
(#2099) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2100) Identifier 'corner_br' is not in camel case. (camelcase)
(#2100) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2101) Identifier 'corner_bl' is not in camel case. (camelcase)
(#2101) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2106) Identifier 'corner_tl' is not in camel case. (camelcase)
(#2107) Identifier 'corner_tr' is not in camel case. (camelcase)
(#2108) Trailing spaces not allowed. (no-trailing-spaces)
(#2110) Identifier 'corner_tr' is not in camel case. (camelcase)
(#2111) 'PI' is not defined. (no-undef)
(#2111) 'HALFPI' is not defined. (no-undef)
(#2111) 'TWOPI' is not defined. (no-undef)
(#2115) Identifier 'corner_br' is not in camel case. (camelcase)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2118) Identifier 'corner_br' is not in camel case. (camelcase)
(#2119) 'TWOPI' is not defined. (no-undef)
(#2119) 'HALFPI' is not defined. (no-undef)
(#2123) Identifier 'corner_bl' is not in camel case. (camelcase)
(#2126) Identifier 'corner_bl' is not in camel case. (camelcase)
(#2127) 'HALFPI' is not defined. (no-undef)
(#2127) 'PI' is not defined. (no-undef)
(#2131) Identifier 'corner_tl' is not in camel case. (camelcase)
(#2131) There should be no spaces inside this paren. (space-in-parens)
(#2134) Identifier 'corner_tl' is not in camel case. (camelcase)
(#2135) 'PI' is not defined. (no-undef)
(#2135) 'PI' is not defined. (no-undef)
(#2135) 'HALFPI' is not defined. (no-undef)
(#2139) Missing semicolon. (semi)
(#2143) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2144) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2144) Expected JSDoc for 'co' but found 'context'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2144) Duplicate JSDoc parameter 'boolean'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2144) Duplicate JSDoc parameter 'boolean'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2144) Duplicate JSDoc parameter 'boolean'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'h'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'w'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'y'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'x'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'context'. (valid-jsdoc)
(#2144) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2146) Trailing spaces not allowed. (no-trailing-spaces)
(#2158) 'RGraph' is not defined. (no-undef)
(#2158) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2158) Unexpected space before function parentheses. (space-before-function-paren)
(#2164) Identifier 'corner_tl' is not in camel case. (camelcase)
(#2164) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2165) Identifier 'corner_tr' is not in camel case. (camelcase)
(#2165) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2166) Identifier 'corner_br' is not in camel case. (camelcase)
(#2166) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2167) Identifier 'corner_bl' is not in camel case. (camelcase)
(#2167) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2174) Identifier 'corner_tl' is not in camel case. (camelcase)
(#2176) 'PI' is not defined. (no-undef)
(#2176) 'PI' is not defined. (no-undef)
(#2176) 'HALFPI' is not defined. (no-undef)
(#2182) Identifier 'corner_tr' is not in camel case. (camelcase)
(#2184) 'PI' is not defined. (no-undef)
(#2184) 'HALFPI' is not defined. (no-undef)
(#2192) Identifier 'corner_br' is not in camel case. (camelcase)
(#2194) 'HALFPI' is not defined. (no-undef)
(#2201) Identifier 'corner_bl' is not in camel case. (camelcase)
(#2203) 'HALFPI' is not defined. (no-undef)
(#2203) 'PI' is not defined. (no-undef)
(#2215) Missing semicolon. (semi)
(#2219) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2223) 'RGraph' is not defined. (no-undef)
(#2223) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2223) Unexpected space before function parentheses. (space-before-function-paren)
(#2226) Multiple spaces found before '='. (no-multi-spaces)
(#2228) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2229) Multiple spaces found before '='. (no-multi-spaces)
(#2229) '__zoomedimage__' is not defined. (no-undef)
(#2235) 'prop' used outside of binding context. (block-scoped-var)
(#2236) Infix operators must be spaced. (space-infix-ops)
(#2236) A space is required after ','. (comma-spacing)
(#2236) Infix operators must be spaced. (space-infix-ops)
(#2236) Infix operators must be spaced. (space-infix-ops)
(#2237) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2238) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#2242) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2243) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#2243) 'i' used outside of binding context. (block-scoped-var)
(#2243) 'j' used outside of binding context. (block-scoped-var)
(#2247) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2248) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#2248) 'prop' used outside of binding context. (block-scoped-var)
(#2251) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2252) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#2252) 'prop' used outside of binding context. (block-scoped-var)
(#2254) Missing semicolon. (semi)
(#2258) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2259) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#2259) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2259) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2259) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2259) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#2259) Missing JSDoc @returns for function. (valid-jsdoc)
(#2259) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2259) Missing JSDoc for parameter 'func'. (valid-jsdoc)
(#2261) Trailing spaces not allowed. (no-trailing-spaces)
(#2266) 'RGraph' is not defined. (no-undef)
(#2266) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2266) Unexpected space before function parentheses. (space-before-function-paren)
(#2268) 'RGraph' is not defined. (no-undef)
(#2270) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2275) Trailing spaces not allowed. (no-trailing-spaces)
(#2277) Missing semicolon. (semi)
(#2281) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2282) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2282) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2282) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2282) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#2284) Trailing spaces not allowed. (no-trailing-spaces)
(#2288) 'RGraph' is not defined. (no-undef)
(#2288) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2288) Unexpected space before function parentheses. (space-before-function-paren)
(#2290) 'RGraph' is not defined. (no-undef)
(#2293) Trailing spaces not allowed. (no-trailing-spaces)
(#2298) Trailing spaces not allowed. (no-trailing-spaces)
(#2300) Trailing spaces not allowed. (no-trailing-spaces)
(#2301) There should be no spaces inside this paren. (space-in-parens)
(#2301) Multiple spaces found before 'typeof'. (no-multi-spaces)
(#2301) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2302) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2303) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2305) Trailing spaces not allowed. (no-trailing-spaces)
(#2306) Expected space(s) after "for". (keyword-spacing)
(#2306) Infix operators must be spaced. (space-infix-ops)
(#2306) Infix operators must be spaced. (space-infix-ops)
(#2313) Missing semicolon. (semi)
(#2317) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2318) Missing JSDoc for parameter 'config'. (valid-jsdoc)
(#2318) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#2318) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2318) Missing JSDoc @returns for function. (valid-jsdoc)
(#2318) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2318) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2321) Trailing spaces not allowed. (no-trailing-spaces)
(#2325) 'RGraph' is not defined. (no-undef)
(#2325) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2325) Unexpected space before function parentheses. (space-before-function-paren)
(#2327) 'i' is not defined. (no-undef)
(#2328) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2329) 'i' is not defined. (no-undef)
(#2329) 'i' is not defined. (no-undef)
(#2332) Trailing spaces not allowed. (no-trailing-spaces)
(#2334) Missing semicolon. (semi)
(#2338) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2339) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2341) Trailing spaces not allowed. (no-trailing-spaces)
(#2344) 'RGraph' is not defined. (no-undef)
(#2344) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2344) Unexpected space before function parentheses. (space-before-function-paren)
(#2346) 'RGraph' is not defined. (no-undef)
(#2354) Missing semicolon. (semi)
(#2358) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2359) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2359) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2359) Expected JSDoc for 'i' but found 'number'. (valid-jsdoc)
(#2359) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2361) Trailing spaces not allowed. (no-trailing-spaces)
(#2365) 'RGraph' is not defined. (no-undef)
(#2365) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2365) Unexpected space before function parentheses. (space-before-function-paren)
(#2367) 'RGraph' is not defined. (no-undef)
(#2369) There should be no spaces inside this paren. (space-in-parens)
(#2369) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2369) Multiple spaces found before 'typeof'. (no-multi-spaces)
(#2370) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2371) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2372) Trailing spaces not allowed. (no-trailing-spaces)
(#2375) Missing semicolon. (semi)
(#2379) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2380) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2380) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2382) Trailing spaces not allowed. (no-trailing-spaces)
(#2385) 'RGraph' is not defined. (no-undef)
(#2385) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2385) Unexpected space before function parentheses. (space-before-function-paren)
(#2388) Multiple spaces found before '='. (no-multi-spaces)
(#2389) Multiple spaces found before '='. (no-multi-spaces)
(#2390) Multiple spaces found before '='. (no-multi-spaces)
(#2390) 'RGraph' is not defined. (no-undef)
(#2392) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2393) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2395) Multiple spaces found before '='. (no-multi-spaces)
(#2396) Multiple spaces found before '='. (no-multi-spaces)
(#2398) Multiple spaces found before '='. (no-multi-spaces)
(#2399) Trailing spaces not allowed. (no-trailing-spaces)
(#2400) Identifier '__rgraph_background_image__' is not in camel case. (camelcase)
(#2402) 'img' used outside of binding context. (block-scoped-var)
(#2406) 'img' used outside of binding context. (block-scoped-var)
(#2406) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2406) Unexpected space before function parentheses. (space-before-function-paren)
(#2408) Identifier '__rgraph_background_image_loaded__' is not in camel case. (camelcase)
(#2411) Missing semicolon. (semi)
(#2412) Trailing spaces not allowed. (no-trailing-spaces)
(#2413) Multiple spaces found before '='. (no-multi-spaces)
(#2414) Multiple spaces found before '='. (no-multi-spaces)
(#2415) Multiple spaces found before '='. (no-multi-spaces)
(#2417) Multiple spaces found before '='. (no-multi-spaces)
(#2418) Multiple spaces found before '='. (no-multi-spaces)
(#2419) Trailing spaces not allowed. (no-trailing-spaces)
(#2421) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2423) 'x' used outside of binding context. (block-scoped-var)
(#2423) 'x' used outside of binding context. (block-scoped-var)
(#2423) 'img' used outside of binding context. (block-scoped-var)
(#2425) 'x' used outside of binding context. (block-scoped-var)
(#2425) 'x' is already defined (no-redeclare)
(#2425) 'x' used outside of binding context. (block-scoped-var)
(#2427) Trailing spaces not allowed. (no-trailing-spaces)
(#2429) 'y' used outside of binding context. (block-scoped-var)
(#2429) 'y' used outside of binding context. (block-scoped-var)
(#2429) 'img' used outside of binding context. (block-scoped-var)
(#2431) 'y' used outside of binding context. (block-scoped-var)
(#2431) 'y' used outside of binding context. (block-scoped-var)
(#2431) 'y' is already defined (no-redeclare)
(#2434) 'x' used outside of binding context. (block-scoped-var)
(#2434) 'x' used outside of binding context. (block-scoped-var)
(#2434) 'x' is already defined (no-redeclare)
(#2435) 'y' is already defined (no-redeclare)
(#2435) 'y' used outside of binding context. (block-scoped-var)
(#2435) 'y' used outside of binding context. (block-scoped-var)
(#2439) 'x' used outside of binding context. (block-scoped-var)
(#2439) 'x' used outside of binding context. (block-scoped-var)
(#2439) 'x' is already defined (no-redeclare)
(#2439) 'x' used outside of binding context. (block-scoped-var)
(#2439) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2439) 'x' used outside of binding context. (block-scoped-var)
(#2439) 'x' used outside of binding context. (block-scoped-var)
(#2439) 'x' used outside of binding context. (block-scoped-var)
(#2440) 'y' used outside of binding context. (block-scoped-var)
(#2440) 'y' is already defined (no-redeclare)
(#2440) 'y' used outside of binding context. (block-scoped-var)
(#2440) 'y' used outside of binding context. (block-scoped-var)
(#2440) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2440) 'y' used outside of binding context. (block-scoped-var)
(#2440) 'y' used outside of binding context. (block-scoped-var)
(#2440) 'y' used outside of binding context. (block-scoped-var)
(#2441) 'img' used outside of binding context. (block-scoped-var)
(#2442) 'img' used outside of binding context. (block-scoped-var)
(#2443) Trailing spaces not allowed. (no-trailing-spaces)
(#2447) Expected { after 'if' condition. (curly)
(#2447) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2447) Multiple spaces found before '='. (no-multi-spaces)
(#2448) Expected { after 'if' condition. (curly)
(#2448) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2450) 'img' used outside of binding context. (block-scoped-var)
(#2450) A space is required after ','. (comma-spacing)
(#2450) 'x' used outside of binding context. (block-scoped-var)
(#2450) 'x' used outside of binding context. (block-scoped-var)
(#2450) 'x' used outside of binding context. (block-scoped-var)
(#2450) A space is required after ','. (comma-spacing)
(#2450) 'y' used outside of binding context. (block-scoped-var)
(#2450) 'y' used outside of binding context. (block-scoped-var)
(#2450) 'y' used outside of binding context. (block-scoped-var)
(#2450) A space is required after ','. (comma-spacing)
(#2452) Missing semicolon. (semi)
(#2456) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2457) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2457) Missing JSDoc @returns for function. (valid-jsdoc)
(#2457) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2459) Trailing spaces not allowed. (no-trailing-spaces)
(#2462) 'RGraph' is not defined. (no-undef)
(#2462) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2462) Unexpected space before function parentheses. (space-before-function-paren)
(#2466) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2467) Infix operators must be spaced. (space-infix-ops)
(#2467) A space is required after ','. (comma-spacing)
(#2467) Infix operators must be spaced. (space-infix-ops)
(#2467) Infix operators must be spaced. (space-infix-ops)
(#2468) 'RGraph' is not defined. (no-undef)
(#2472) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2475) Trailing spaces not allowed. (no-trailing-spaces)
(#2477) Missing semicolon. (semi)
(#2481) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2482) Missing JSDoc return type. (valid-jsdoc)
(#2484) Trailing spaces not allowed. (no-trailing-spaces)
(#2487) 'RGraph' is not defined. (no-undef)
(#2487) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2487) Unexpected space before function parentheses. (space-before-function-paren)
(#2489) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2491) Unexpected use of '|'. (no-bitwise)
(#2491) Infix operators must be spaced. (space-infix-ops)
(#2491) Infix operators must be spaced. (space-infix-ops)
(#2491) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2491) Unexpected use of '|'. (no-bitwise)
(#2491) Unexpected use of '&'. (no-bitwise)
(#2491) Infix operators must be spaced. (space-infix-ops)
(#2491) Infix operators must be spaced. (space-infix-ops)
(#2494) Missing semicolon. (semi)
(#2497) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2498) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2498) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2500) Trailing spaces not allowed. (no-trailing-spaces)
(#2503) 'RGraph' is not defined. (no-undef)
(#2503) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2503) Unexpected space before function parentheses. (space-before-function-paren)
(#2506) Multiple spaces found before '='. (no-multi-spaces)
(#2507) 'RGraph' is not defined. (no-undef)
(#2513) Trailing spaces not allowed. (no-trailing-spaces)
(#2518) Missing semicolon. (semi)
(#2522) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2523) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2523) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2525) Trailing spaces not allowed. (no-trailing-spaces)
(#2528) 'RGraph' is not defined. (no-undef)
(#2528) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2528) Unexpected space before function parentheses. (space-before-function-paren)
(#2530) 'id' is defined but never used (no-unused-vars)
(#2530) Multiple spaces found before '='. (no-multi-spaces)
(#2532) Multiple spaces found before '='. (no-multi-spaces)
(#2532) 'RGraph' is not defined. (no-undef)
(#2534) 'i' used outside of binding context. (block-scoped-var)
(#2534) Infix operators must be spaced. (space-infix-ops)
(#2534) 'i' used outside of binding context. (block-scoped-var)
(#2534) Infix operators must be spaced. (space-infix-ops)
(#2534) 'i' used outside of binding context. (block-scoped-var)
(#2535) 'i' used outside of binding context. (block-scoped-var)
(#2535) 'i' used outside of binding context. (block-scoped-var)
(#2536) 'i' used outside of binding context. (block-scoped-var)
(#2541) 'i' is already defined (no-redeclare)
(#2541) 'i' used outside of binding context. (block-scoped-var)
(#2541) Infix operators must be spaced. (space-infix-ops)
(#2541) 'i' used outside of binding context. (block-scoped-var)
(#2541) Infix operators must be spaced. (space-infix-ops)
(#2541) 'i' used outside of binding context. (block-scoped-var)
(#2542) There should be no spaces inside this paren. (space-in-parens)
(#2542) Multiple spaces found before 'RG'. (no-multi-spaces)
(#2542) 'i' used outside of binding context. (block-scoped-var)
(#2543) 'i' used outside of binding context. (block-scoped-var)
(#2544) 'i' used outside of binding context. (block-scoped-var)
(#2545) Trailing spaces not allowed. (no-trailing-spaces)
(#2546) 'i' used outside of binding context. (block-scoped-var)
(#2550) Missing semicolon. (semi)
(#2554) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2555) Missing JSDoc parameter type for 'mixed'. (valid-jsdoc)
(#2558) Trailing spaces not allowed. (no-trailing-spaces)
(#2562) 'RGraph' is not defined. (no-undef)
(#2562) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2562) Unexpected space before function parentheses. (space-before-function-paren)
(#2564) 'RGraph' is not defined. (no-undef)
(#2568) Multiple spaces found before '='. (no-multi-spaces)
(#2568) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2571) Infix operators must be spaced. (space-infix-ops)
(#2571) Infix operators must be spaced. (space-infix-ops)
(#2577) Multiple spaces found before '='. (no-multi-spaces)
(#2578) Multiple spaces found before '='. (no-multi-spaces)
(#2581) Missing semicolon. (semi)
(#2585) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2586) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2586) Missing JSDoc @returns for function. (valid-jsdoc)
(#2588) Trailing spaces not allowed. (no-trailing-spaces)
(#2591) 'RGraph' is not defined. (no-undef)
(#2591) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2591) Expected to return a value at the end of this function. (consistent-return)
(#2591) Unexpected space before function parentheses. (space-before-function-paren)
(#2594) Multiple spaces found before '='. (no-multi-spaces)
(#2594) 'RGraph' is not defined. (no-undef)
(#2596) Infix operators must be spaced. (space-infix-ops)
(#2596) A space is required after ','. (comma-spacing)
(#2596) Infix operators must be spaced. (space-infix-ops)
(#2596) Infix operators must be spaced. (space-infix-ops)
(#2601) Trailing spaces not allowed. (no-trailing-spaces)
(#2607) Missing semicolon. (semi)
(#2611) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2612) Missing JSDoc parameter type for 'type'. (valid-jsdoc)
(#2614) Trailing spaces not allowed. (no-trailing-spaces)
(#2617) 'RGraph' is not defined. (no-undef)
(#2617) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2617) Unexpected space before function parentheses. (space-before-function-paren)
(#2619) Multiple spaces found before '='. (no-multi-spaces)
(#2619) 'RGraph' is not defined. (no-undef)
(#2622) Infix operators must be spaced. (space-infix-ops)
(#2622) Infix operators must be spaced. (space-infix-ops)
(#2624) 'uid' is defined but never used (no-unused-vars)
(#2626) Trailing spaces not allowed. (no-trailing-spaces)
(#2632) Missing semicolon. (semi)
(#2636) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2637) Missing JSDoc parameter type for 'func'. (valid-jsdoc)
(#2637) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2640) Trailing spaces not allowed. (no-trailing-spaces)
(#2644) 'RGraph' is not defined. (no-undef)
(#2644) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2644) Unexpected space before function parentheses. (space-before-function-paren)
(#2646) 'RGraph' is not defined. (no-undef)
(#2648) Infix operators must be spaced. (space-infix-ops)
(#2648) Infix operators must be spaced. (space-infix-ops)
(#2649) Trailing spaces not allowed. (no-trailing-spaces)
(#2651) Trailing spaces not allowed. (no-trailing-spaces)
(#2654) Infix operators must be spaced. (space-infix-ops)
(#2654) Infix operators must be spaced. (space-infix-ops)
(#2663) Missing semicolon. (semi)
(#2667) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2668) Missing JSDoc @returns for function. (valid-jsdoc)
(#2668) Missing JSDoc for parameter 'id'. (valid-jsdoc)
(#2670) Trailing spaces not allowed. (no-trailing-spaces)
(#2673) 'RGraph' is not defined. (no-undef)
(#2673) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2673) Unexpected space before function parentheses. (space-before-function-paren)
(#2675) 'RGraph' is not defined. (no-undef)
(#2679) Infix operators must be spaced. (space-infix-ops)
(#2679) Infix operators must be spaced. (space-infix-ops)
(#2680) There should be no spaces inside this paren. (space-in-parens)
(#2686) Missing semicolon. (semi)
(#2690) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2691) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2691) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#2691) Missing JSDoc return type. (valid-jsdoc)
(#2693) Trailing spaces not allowed. (no-trailing-spaces)
(#2697) 'RGraph' is not defined. (no-undef)
(#2698) 'RGraph' is not defined. (no-undef)
(#2698) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2698) Expected to return a value at the end of this function. (consistent-return)
(#2698) Unexpected space before function parentheses. (space-before-function-paren)
(#2700) Multiple spaces found before '='. (no-multi-spaces)
(#2701) 'ret' is defined but never used (no-unused-vars)
(#2701) Multiple spaces found before '='. (no-multi-spaces)
(#2702) 'RGraph' is not defined. (no-undef)
(#2704) Infix operators must be spaced. (space-infix-ops)
(#2704) Infix operators must be spaced. (space-infix-ops)
(#2712) Missing semicolon. (semi)
(#2716) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2717) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#2717) Missing JSDoc return type. (valid-jsdoc)
(#2717) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2720) Trailing spaces not allowed. (no-trailing-spaces)
(#2724) 'RGraph' is not defined. (no-undef)
(#2724) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2724) Unexpected space before function parentheses. (space-before-function-paren)
(#2726) Multiple spaces found before '='. (no-multi-spaces)
(#2727) Multiple spaces found before '='. (no-multi-spaces)
(#2728) 'RGraph' is not defined. (no-undef)
(#2731) Infix operators must be spaced. (space-infix-ops)
(#2731) Infix operators must be spaced. (space-infix-ops)
(#2739) Trailing spaces not allowed. (no-trailing-spaces)
(#2741) Missing semicolon. (semi)
(#2745) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2746) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2746) Missing JSDoc @returns for function. (valid-jsdoc)
(#2746) Expected JSDoc for 'uid' but found 'string'. (valid-jsdoc)
(#2748) Trailing spaces not allowed. (no-trailing-spaces)
(#2751) 'RGraph' is not defined. (no-undef)
(#2751) Expected to return a value at the end of this function. (consistent-return)
(#2751) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2751) Unexpected space before function parentheses. (space-before-function-paren)
(#2753) 'RGraph' is not defined. (no-undef)
(#2755) Infix operators must be spaced. (space-infix-ops)
(#2755) Infix operators must be spaced. (space-infix-ops)
(#2760) Missing semicolon. (semi)
(#2764) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2765) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2765) Missing JSDoc parameter type for 'boolean'. (valid-jsdoc)
(#2765) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2769) Trailing spaces not allowed. (no-trailing-spaces)
(#2771) Trailing spaces not allowed. (no-trailing-spaces)
(#2774) 'RGraph' is not defined. (no-undef)
(#2774) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2774) Unexpected space before function parentheses. (space-before-function-paren)
(#2778) 'RGraph' is not defined. (no-undef)
(#2779) 'RGraph' is not defined. (no-undef)
(#2780) Trailing spaces not allowed. (no-trailing-spaces)
(#2782) 'RGraph' is not defined. (no-undef)
(#2784) Missing semicolon. (semi)
(#2788) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2789) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2789) Missing JSDoc return type. (valid-jsdoc)
(#2789) Expected JSDoc for 'type' but found 'mixed'. (valid-jsdoc)
(#2789) Missing JSDoc parameter type for 'mixed'. (valid-jsdoc)
(#2791) Trailing spaces not allowed. (no-trailing-spaces)
(#2796) 'RGraph' is not defined. (no-undef)
(#2796) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2796) Unexpected space before function parentheses. (space-before-function-paren)
(#2798) 'RGraph' is not defined. (no-undef)
(#2799) Multiple spaces found before '='. (no-multi-spaces)
(#2801) Infix operators must be spaced. (space-infix-ops)
(#2801) Infix operators must be spaced. (space-infix-ops)
(#2809) Missing semicolon. (semi)
(#2813) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2814) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#2814) Missing JSDoc return type. (valid-jsdoc)
(#2814) Expected JSDoc for 'type' but found 'string'. (valid-jsdoc)
(#2820) 'RGraph' is not defined. (no-undef)
(#2820) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2820) Unexpected space before function parentheses. (space-before-function-paren)
(#2822) 'RGraph' is not defined. (no-undef)
(#2823) Trailing spaces not allowed. (no-trailing-spaces)
(#2824) Infix operators must be spaced. (space-infix-ops)
(#2824) Infix operators must be spaced. (space-infix-ops)
(#2829) Trailing spaces not allowed. (no-trailing-spaces)
(#2831) Missing semicolon. (semi)
(#2835) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2836) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2836) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2836) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2836) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2836) Missing JSDoc for parameter 'y'. (valid-jsdoc)
(#2836) Missing JSDoc for parameter 'x'. (valid-jsdoc)
(#2836) Missing JSDoc for parameter 'cy'. (valid-jsdoc)
(#2836) Expected JSDoc for 'cx' but found 'number'. (valid-jsdoc)
(#2836) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2836) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2836) Missing JSDoc return type. (valid-jsdoc)
(#2836) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2840) Trailing spaces not allowed. (no-trailing-spaces)
(#2847) 'RGraph' is not defined. (no-undef)
(#2847) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2847) Unexpected space before function parentheses. (space-before-function-paren)
(#2850) Missing semicolon. (semi)
(#2853) 'TWOPI' is not defined. (no-undef)
(#2856) 'HALFPI' is not defined. (no-undef)
(#2856) 'PI' is not defined. (no-undef)
(#2856) 'HALFPI' is not defined. (no-undef)
(#2859) 'PI' is not defined. (no-undef)
(#2862) 'PI' is not defined. (no-undef)
(#2868) 'TWOPI' is not defined. (no-undef)
(#2869) 'TWOPI' is not defined. (no-undef)
(#2873) Missing semicolon. (semi)
(#2877) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2878) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2878) Missing JSDoc @returns for function. (valid-jsdoc)
(#2878) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2878) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2878) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2878) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2878) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2878) Missing JSDoc for parameter 'y1'. (valid-jsdoc)
(#2878) Expected JSDoc for 'x1' but found 'number'. (valid-jsdoc)
(#2878) Missing JSDoc for parameter 'y2'. (valid-jsdoc)
(#2878) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2878) Missing JSDoc for parameter 'x2'. (valid-jsdoc)
(#2883) Trailing spaces not allowed. (no-trailing-spaces)
(#2889) 'RGraph' is not defined. (no-undef)
(#2889) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2889) Unexpected space before function parentheses. (space-before-function-paren)
(#2894) Missing semicolon. (semi)
(#2898) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2899) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2899) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2899) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2899) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#2899) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#2899) Missing JSDoc @returns for function. (valid-jsdoc)
(#2899) Expected JSDoc for 'cx' but found 'number'. (valid-jsdoc)
(#2899) Missing JSDoc for parameter 'cy'. (valid-jsdoc)
(#2899) Missing JSDoc for parameter 'angle'. (valid-jsdoc)
(#2899) Missing JSDoc for parameter 'radius'. (valid-jsdoc)
(#2903) Trailing spaces not allowed. (no-trailing-spaces)
(#2908) 'RGraph' is not defined. (no-undef)
(#2908) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2908) Unexpected space before function parentheses. (space-before-function-paren)
(#2912) Trailing spaces not allowed. (no-trailing-spaces)
(#2914) Missing semicolon. (semi)
(#2918) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2919) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#2919) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#2921) Trailing spaces not allowed. (no-trailing-spaces)
(#2924) 'RGraph' is not defined. (no-undef)
(#2924) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2924) Unexpected space before function parentheses. (space-before-function-paren)
(#2926) Multiple spaces found before '='. (no-multi-spaces)
(#2926) 'RGraph' is not defined. (no-undef)
(#2932) 'ISOLD' is not defined. (no-undef)
(#2947) Trailing spaces not allowed. (no-trailing-spaces)
(#2948) There should be no spaces inside this paren. (space-in-parens)
(#2948) Multiple spaces found before 'RG'. (no-multi-spaces)
(#2960) Unexpected alert. (no-alert)
(#2962) Missing semicolon. (semi)
(#2966) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#2967) Missing JSDoc for parameter 'obj'. (valid-jsdoc)
(#2967) Missing JSDoc @returns for function. (valid-jsdoc)
(#2970) 'RGraph' is not defined. (no-undef)
(#2970) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2970) Unexpected space before function parentheses. (space-before-function-paren)
(#2973) Multiple spaces found before '='. (no-multi-spaces)
(#2976) Trailing spaces not allowed. (no-trailing-spaces)
(#2980) Trailing spaces not allowed. (no-trailing-spaces)
(#2982) Trailing spaces not allowed. (no-trailing-spaces)
(#2983) Multiple spaces found before 'str'. (no-multi-spaces)
(#2984) Multiple spaces found before 'str'. (no-multi-spaces)
(#2985) Multiple spaces found before 'str'. (no-multi-spaces)
(#2986) Multiple spaces found before 'str'. (no-multi-spaces)
(#2988) Multiple spaces found before 'str'. (no-multi-spaces)
(#2989) Trailing spaces not allowed. (no-trailing-spaces)
(#2992) 'RGraph' is not defined. (no-undef)
(#2995) Missing semicolon. (semi)
(#2996) 'j' is not defined. (no-undef)
(#2997) 'j' is not defined. (no-undef)
(#2997) 'RGraph' is not defined. (no-undef)
(#2997) 'j' is not defined. (no-undef)
(#3002) Trailing spaces not allowed. (no-trailing-spaces)
(#3003) Trailing spaces not allowed. (no-trailing-spaces)
(#3015) Unexpected alert. (no-alert)
(#3017) Trailing spaces not allowed. (no-trailing-spaces)
(#3019) Missing semicolon. (semi)
(#3023) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3024) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#3024) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#3024) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#3024) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#3024) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#3024) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#3024) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#3024) Expected JSDoc for 'x1' but found 'number'. (valid-jsdoc)
(#3024) Missing JSDoc for parameter 'y1'. (valid-jsdoc)
(#3024) Missing JSDoc for parameter 'x2'. (valid-jsdoc)
(#3024) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3024) Missing JSDoc for parameter 'y2'. (valid-jsdoc)
(#3024) Expected JSDoc for 'co' but found 'object'. (valid-jsdoc)
(#3026) Trailing spaces not allowed. (no-trailing-spaces)
(#3033) 'RGraph' is not defined. (no-undef)
(#3033) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3043) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#3047) Multiple spaces found before '='. (no-multi-spaces)
(#3048) Multiple spaces found before '='. (no-multi-spaces)
(#3057) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3061) Expected space(s) after "while". (keyword-spacing)
(#3062) Missing semicolon. (semi)
(#3066) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3067) Expected JSDoc for 'url' but found 'string'. (valid-jsdoc)
(#3067) Expected JSDoc for 'callback' but found 'function'. (valid-jsdoc)
(#3067) Missing JSDoc parameter type for 'function'. (valid-jsdoc)
(#3067) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#3069) Trailing spaces not allowed. (no-trailing-spaces)
(#3074) 'RGraph' is not defined. (no-undef)
(#3074) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3074) Unexpected space before function parentheses. (space-before-function-paren)
(#3078) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3082) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3082) 'httpRequest' is already defined (no-redeclare)
(#3082) 'ActiveXObject' is not defined. (no-undef)
(#3085) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3085) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3085) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3085) Unexpected space before function parentheses. (space-before-function-paren)
(#3088) Identifier '__user_callback__' is not in camel case. (camelcase)
(#3091) Missing semicolon. (semi)
(#3093) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3093) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3094) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3094) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3095) Missing semicolon. (semi)
(#3099) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3100) Expected JSDoc for 'data' but found 'object'. (valid-jsdoc)
(#3100) Expected JSDoc for 'callback' but found 'function'. (valid-jsdoc)
(#3100) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#3100) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3100) Missing JSDoc parameter type for 'function'. (valid-jsdoc)
(#3100) Expected JSDoc for 'url' but found 'string'. (valid-jsdoc)
(#3102) Trailing spaces not allowed. (no-trailing-spaces)
(#3108) 'RGraph' is not defined. (no-undef)
(#3108) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3108) Unexpected space before function parentheses. (space-before-function-paren)
(#3115) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3119) 'httpRequest' is already defined (no-redeclare)
(#3119) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3119) 'ActiveXObject' is not defined. (no-undef)
(#3122) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3122) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3122) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3122) Unexpected space before function parentheses. (space-before-function-paren)
(#3125) Identifier '__user_callback__' is not in camel case. (camelcase)
(#3128) Missing semicolon. (semi)
(#3130) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3130) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3131) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3131) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3131) A space is required after ','. (comma-spacing)
(#3132) Trailing spaces not allowed. (no-trailing-spaces)
(#3133) 'i' is not defined. (no-undef)
(#3135) 'i' is not defined. (no-undef)
(#3135) 'i' is not defined. (no-undef)
(#3139) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3139) 'httpRequest' used outside of binding context. (block-scoped-var)
(#3140) Missing semicolon. (semi)
(#3144) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3145) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#3145) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#3147) Trailing spaces not allowed. (no-trailing-spaces)
(#3151) 'RGraph' is not defined. (no-undef)
(#3151) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3151) Unexpected space before function parentheses. (space-before-function-paren)
(#3153) 'RGraph' is not defined. (no-undef)
(#3153) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3153) Unexpected space before function parentheses. (space-before-function-paren)
(#3159) Missing semicolon. (semi)
(#3163) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3164) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#3164) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#3166) Trailing spaces not allowed. (no-trailing-spaces)
(#3170) 'RGraph' is not defined. (no-undef)
(#3170) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3170) Unexpected space before function parentheses. (space-before-function-paren)
(#3172) 'RGraph' is not defined. (no-undef)
(#3172) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3172) Unexpected space before function parentheses. (space-before-function-paren)
(#3178) Missing semicolon. (semi)
(#3182) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3183) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#3183) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#3185) Trailing spaces not allowed. (no-trailing-spaces)
(#3189) 'RGraph' is not defined. (no-undef)
(#3189) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3189) Unexpected space before function parentheses. (space-before-function-paren)
(#3191) 'RGraph' is not defined. (no-undef)
(#3191) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3191) Unexpected space before function parentheses. (space-before-function-paren)
(#3194) eval can be harmful. (no-eval)
(#3198) Missing semicolon. (semi)
(#3202) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3203) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#3203) Missing JSDoc parameter type for 'callback'. (valid-jsdoc)
(#3206) Trailing spaces not allowed. (no-trailing-spaces)
(#3210) 'RGraph' is not defined. (no-undef)
(#3210) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3210) Unexpected space before function parentheses. (space-before-function-paren)
(#3214) 'RGraph' is not defined. (no-undef)
(#3214) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3214) Unexpected space before function parentheses. (space-before-function-paren)
(#3218) Trailing spaces not allowed. (no-trailing-spaces)
(#3220) Infix operators must be spaced. (space-infix-ops)
(#3220) A space is required after ','. (comma-spacing)
(#3220) Infix operators must be spaced. (space-infix-ops)
(#3220) Missing whitespace after semicolon. (semi-spacing)
(#3220) Infix operators must be spaced. (space-infix-ops)
(#3220) Missing whitespace after semicolon. (semi-spacing)
(#3226) Missing semicolon. (semi)
(#3230) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3231) Missing JSDoc for parameter 'angle'. (valid-jsdoc)
(#3231) Missing JSDoc for parameter 'y'. (valid-jsdoc)
(#3231) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3231) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#3231) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#3231) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#3231) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#3231) Expected JSDoc for 'ca' but found 'object'. (valid-jsdoc)
(#3231) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#3231) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#3233) Trailing spaces not allowed. (no-trailing-spaces)
(#3239) 'RGraph' is not defined. (no-undef)
(#3239) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3239) Unexpected space before function parentheses. (space-before-function-paren)
(#3245) Trailing spaces not allowed. (no-trailing-spaces)
(#3246) Missing semicolon. (semi)
(#3250) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3251) Missing JSDoc return type. (valid-jsdoc)
(#3251) Missing JSDoc parameter type for 'size'. (valid-jsdoc)
(#3251) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#3251) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#3251) Missing JSDoc parameter type for 'bool'. (valid-jsdoc)
(#3251) Expected JSDoc for 'text' but found 'string'. (valid-jsdoc)
(#3251) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#3251) Expected JSDoc for 'font' but found 'size'. (valid-jsdoc)
(#3251) Expected JSDoc for 'bold' but found 'bool'. (valid-jsdoc)
(#3254) Trailing spaces not allowed. (no-trailing-spaces)
(#3261) 'RGraph' is not defined. (no-undef)
(#3261) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3261) Unexpected space before function parentheses. (space-before-function-paren)
(#3264) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#3264) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3265) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3265) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3269) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#3269) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3269) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3269) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3270) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3270) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3272) Trailing spaces not allowed. (no-trailing-spaces)
(#3273) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3273) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3274) 'div' used outside of binding context. (block-scoped-var)
(#3275) 'div' used outside of binding context. (block-scoped-var)
(#3276) 'div' used outside of binding context. (block-scoped-var)
(#3277) 'div' used outside of binding context. (block-scoped-var)
(#3278) 'div' used outside of binding context. (block-scoped-var)
(#3279) Trailing spaces not allowed. (no-trailing-spaces)
(#3281) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3281) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3281) 'div' used outside of binding context. (block-scoped-var)
(#3283) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3283) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3284) 'div' is already defined (no-redeclare)
(#3284) 'div' used outside of binding context. (block-scoped-var)
(#3284) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3284) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3287) 'div' used outside of binding context. (block-scoped-var)
(#3287) 'div' used outside of binding context. (block-scoped-var)
(#3288) 'div' used outside of binding context. (block-scoped-var)
(#3288) 'div' used outside of binding context. (block-scoped-var)
(#3289) 'div' used outside of binding context. (block-scoped-var)
(#3289) 'div' used outside of binding context. (block-scoped-var)
(#3290) 'div' used outside of binding context. (block-scoped-var)
(#3290) 'div' used outside of binding context. (block-scoped-var)
(#3291) Trailing spaces not allowed. (no-trailing-spaces)
(#3292) 'size' is already defined (no-redeclare)
(#3292) 'div' used outside of binding context. (block-scoped-var)
(#3292) 'div' used outside of binding context. (block-scoped-var)
(#3292) 'div' used outside of binding context. (block-scoped-var)
(#3292) 'div' used outside of binding context. (block-scoped-var)
(#3294) Expected space or tab after '//' in comment. (spaced-comment)
(#3295) Identifier '__rgraph_measuretext_cache__' is not in camel case. (camelcase)
(#3295) '__rgraph_measuretext_cache__' is not defined. (no-undef)
(#3296) Trailing spaces not allowed. (no-trailing-spaces)
(#3298) Missing semicolon. (semi)
(#3302) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3319) 'RGraph' is not defined. (no-undef)
(#3319) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3319) Function 'anonymous' has a complexity of 76. (complexity)
(#3319) Unexpected space before function parentheses. (space-before-function-paren)
(#3327) 'co' used outside of binding context. (block-scoped-var)
(#3327) 'co' used outside of binding context. (block-scoped-var)
(#3327) 'co' used outside of binding context. (block-scoped-var)
(#3328) 'ca' used outside of binding context. (block-scoped-var)
(#3328) 'ca' used outside of binding context. (block-scoped-var)
(#3328) 'ca' used outside of binding context. (block-scoped-var)
(#3330) 'ca' is already defined (no-redeclare)
(#3330) 'ca' used outside of binding context. (block-scoped-var)
(#3330) 'ca' used outside of binding context. (block-scoped-var)
(#3330) 'ca' used outside of binding context. (block-scoped-var)
(#3331) 'co' used outside of binding context. (block-scoped-var)
(#3331) 'co' is already defined (no-redeclare)
(#3331) 'co' used outside of binding context. (block-scoped-var)
(#3331) 'co' used outside of binding context. (block-scoped-var)
(#3331) 'ca' used outside of binding context. (block-scoped-var)
(#3331) 'ca' used outside of binding context. (block-scoped-var)
(#3331) 'ca' used outside of binding context. (block-scoped-var)
(#3333) 'ca' used outside of binding context. (block-scoped-var)
(#3333) 'ca' used outside of binding context. (block-scoped-var)
(#3333) 'ca' used outside of binding context. (block-scoped-var)
(#3333) 'ca' is already defined (no-redeclare)
(#3334) 'co' is already defined (no-redeclare)
(#3334) 'co' used outside of binding context. (block-scoped-var)
(#3334) 'co' used outside of binding context. (block-scoped-var)
(#3334) 'co' used outside of binding context. (block-scoped-var)
(#3334) 'ca' used outside of binding context. (block-scoped-var)
(#3334) 'ca' used outside of binding context. (block-scoped-var)
(#3334) 'ca' used outside of binding context. (block-scoped-var)
(#3336) 'co' is already defined (no-redeclare)
(#3336) 'co' used outside of binding context. (block-scoped-var)
(#3336) 'co' used outside of binding context. (block-scoped-var)
(#3336) 'co' used outside of binding context. (block-scoped-var)
(#3337) 'ca' used outside of binding context. (block-scoped-var)
(#3337) 'ca' used outside of binding context. (block-scoped-var)
(#3337) 'ca' is already defined (no-redeclare)
(#3337) 'ca' used outside of binding context. (block-scoped-var)
(#3340) Multiple spaces found before '='. (no-multi-spaces)
(#3341) Multiple spaces found before '='. (no-multi-spaces)
(#3342) Multiple spaces found before '='. (no-multi-spaces)
(#3343) Multiple spaces found before '='. (no-multi-spaces)
(#3344) Multiple spaces found before '='. (no-multi-spaces)
(#3345) Identifier 'text_multiline' is not in camel case. (camelcase)
(#3346) Multiple spaces found before '='. (no-multi-spaces)
(#3346) Identifier 'text_multiline' is not in camel case. (camelcase)
(#3347) Multiple spaces found before '='. (no-multi-spaces)
(#3348) Multiple spaces found before '='. (no-multi-spaces)
(#3349) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3349) Multiple spaces found before '='. (no-multi-spaces)
(#3350) 'bold' is defined but never used (no-unused-vars)
(#3350) Multiple spaces found before '='. (no-multi-spaces)
(#3351) Multiple spaces found before '='. (no-multi-spaces)
(#3352) Multiple spaces found before '='. (no-multi-spaces)
(#3353) Multiple spaces found before '='. (no-multi-spaces)
(#3354) 'marker' is defined but never used (no-unused-vars)
(#3354) Multiple spaces found before '='. (no-multi-spaces)
(#3355) Multiple spaces found before '='. (no-multi-spaces)
(#3356) Trailing spaces not allowed. (no-trailing-spaces)
(#3360) Expected { after 'if' condition. (curly)
(#3360) Multiple spaces found before 'opt'. (no-multi-spaces)
(#3360) Multiple spaces found before '='. (no-multi-spaces)
(#3361) Expected { after 'if' condition. (curly)
(#3363) Multiple spaces found before '='. (no-multi-spaces)
(#3364) Identifier 'bounding_stroke' is not in camel case. (camelcase)
(#3364) Multiple spaces found before '='. (no-multi-spaces)
(#3365) Identifier 'bounding_fill' is not in camel case. (camelcase)
(#3365) Multiple spaces found before '='. (no-multi-spaces)
(#3366) Identifier 'bounding_shadow' is not in camel case. (camelcase)
(#3366) Multiple spaces found before '='. (no-multi-spaces)
(#3367) Identifier 'bounding_shadow_color' is not in camel case. (camelcase)
(#3367) Multiple spaces found before '='. (no-multi-spaces)
(#3368) Identifier 'bounding_shadow_blur' is not in camel case. (camelcase)
(#3368) Multiple spaces found before '='. (no-multi-spaces)
(#3369) Identifier 'bounding_shadow_offsetx' is not in camel case. (camelcase)
(#3370) Identifier 'bounding_shadow_offsety' is not in camel case. (camelcase)
(#3371) Identifier 'bounding_linewidth' is not in camel case. (camelcase)
(#3371) Multiple spaces found before '='. (no-multi-spaces)
(#3374) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3381) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3390) Unexpected alert. (no-alert)
(#3393) Trailing spaces not allowed. (no-trailing-spaces)
(#3394) Trailing spaces not allowed. (no-trailing-spaces)
(#3395) Trailing spaces not allowed. (no-trailing-spaces)
(#3395) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3400) 'co' used outside of binding context. (block-scoped-var)
(#3400) 'co' used outside of binding context. (block-scoped-var)
(#3400) 'co' used outside of binding context. (block-scoped-var)
(#3400) 'co' used outside of binding context. (block-scoped-var)
(#3401) 'co' used outside of binding context. (block-scoped-var)
(#3401) 'co' used outside of binding context. (block-scoped-var)
(#3401) 'co' used outside of binding context. (block-scoped-var)
(#3401) 'co' used outside of binding context. (block-scoped-var)
(#3402) 'co' used outside of binding context. (block-scoped-var)
(#3402) 'co' used outside of binding context. (block-scoped-var)
(#3402) 'co' used outside of binding context. (block-scoped-var)
(#3402) 'co' used outside of binding context. (block-scoped-var)
(#3402) Missing semicolon. (semi)
(#3408) Trailing spaces not allowed. (no-trailing-spaces)
(#3408) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3412) 'co' used outside of binding context. (block-scoped-var)
(#3412) 'co' used outside of binding context. (block-scoped-var)
(#3412) 'co' used outside of binding context. (block-scoped-var)
(#3412) 'co' used outside of binding context. (block-scoped-var)
(#3415) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3419) Infix operators must be spaced. (space-infix-ops)
(#3420) 'i' used outside of binding context. (block-scoped-var)
(#3420) Infix operators must be spaced. (space-infix-ops)
(#3420) 'i' used outside of binding context. (block-scoped-var)
(#3420) Infix operators must be spaced. (space-infix-ops)
(#3420) 'i' used outside of binding context. (block-scoped-var)
(#3421) 'co' used outside of binding context. (block-scoped-var)
(#3421) 'co' used outside of binding context. (block-scoped-var)
(#3421) 'co' used outside of binding context. (block-scoped-var)
(#3421) 'co' used outside of binding context. (block-scoped-var)
(#3421) Identifier 'text_multiline' is not in camel case. (camelcase)
(#3421) 'i' used outside of binding context. (block-scoped-var)
(#3423) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3427) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3431) Expected space or tab after '//' in comment. (spaced-comment)
(#3432) Expected space or tab after '//' in comment. (spaced-comment)
(#3433) Expected space or tab after '//' in comment. (spaced-comment)
(#3436) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3441) Identifier 'marker_size' is not in camel case. (camelcase)
(#3442) 'co' used outside of binding context. (block-scoped-var)
(#3442) 'co' used outside of binding context. (block-scoped-var)
(#3442) 'co' used outside of binding context. (block-scoped-var)
(#3442) 'co' used outside of binding context. (block-scoped-var)
(#3443) 'co' used outside of binding context. (block-scoped-var)
(#3443) 'co' used outside of binding context. (block-scoped-var)
(#3443) 'co' used outside of binding context. (block-scoped-var)
(#3443) 'co' used outside of binding context. (block-scoped-var)
(#3444) 'co' used outside of binding context. (block-scoped-var)
(#3444) 'co' used outside of binding context. (block-scoped-var)
(#3444) 'co' used outside of binding context. (block-scoped-var)
(#3444) 'co' used outside of binding context. (block-scoped-var)
(#3445) 'co' used outside of binding context. (block-scoped-var)
(#3445) 'co' used outside of binding context. (block-scoped-var)
(#3445) 'co' used outside of binding context. (block-scoped-var)
(#3445) 'co' used outside of binding context. (block-scoped-var)
(#3445) Identifier 'marker_size' is not in camel case. (camelcase)
(#3446) 'co' used outside of binding context. (block-scoped-var)
(#3446) 'co' used outside of binding context. (block-scoped-var)
(#3446) 'co' used outside of binding context. (block-scoped-var)
(#3446) 'co' used outside of binding context. (block-scoped-var)
(#3446) Identifier 'marker_size' is not in camel case. (camelcase)
(#3447) 'co' used outside of binding context. (block-scoped-var)
(#3447) 'co' used outside of binding context. (block-scoped-var)
(#3447) 'co' used outside of binding context. (block-scoped-var)
(#3447) 'co' used outside of binding context. (block-scoped-var)
(#3447) Identifier 'marker_size' is not in camel case. (camelcase)
(#3448) 'co' used outside of binding context. (block-scoped-var)
(#3448) 'co' used outside of binding context. (block-scoped-var)
(#3448) 'co' used outside of binding context. (block-scoped-var)
(#3448) 'co' used outside of binding context. (block-scoped-var)
(#3448) Identifier 'marker_size' is not in camel case. (camelcase)
(#3449) 'co' used outside of binding context. (block-scoped-var)
(#3449) 'co' used outside of binding context. (block-scoped-var)
(#3449) 'co' used outside of binding context. (block-scoped-var)
(#3449) 'co' used outside of binding context. (block-scoped-var)
(#3450) 'co' used outside of binding context. (block-scoped-var)
(#3450) 'co' used outside of binding context. (block-scoped-var)
(#3450) 'co' used outside of binding context. (block-scoped-var)
(#3450) 'co' used outside of binding context. (block-scoped-var)
(#3454) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3459) 'co' used outside of binding context. (block-scoped-var)
(#3459) 'co' used outside of binding context. (block-scoped-var)
(#3459) 'co' used outside of binding context. (block-scoped-var)
(#3459) 'co' used outside of binding context. (block-scoped-var)
(#3460) 'boundingX' used outside of binding context. (block-scoped-var)
(#3460) 'boundingX' used outside of binding context. (block-scoped-var)
(#3462) 'co' used outside of binding context. (block-scoped-var)
(#3462) 'co' used outside of binding context. (block-scoped-var)
(#3462) 'co' used outside of binding context. (block-scoped-var)
(#3462) 'co' used outside of binding context. (block-scoped-var)
(#3463) 'boundingX' used outside of binding context. (block-scoped-var)
(#3463) 'boundingX' used outside of binding context. (block-scoped-var)
(#3463) 'boundingX' is already defined (no-redeclare)
(#3465) 'co' used outside of binding context. (block-scoped-var)
(#3465) 'co' used outside of binding context. (block-scoped-var)
(#3465) 'co' used outside of binding context. (block-scoped-var)
(#3465) 'co' used outside of binding context. (block-scoped-var)
(#3466) 'boundingX' is already defined (no-redeclare)
(#3466) 'boundingX' used outside of binding context. (block-scoped-var)
(#3466) 'boundingX' used outside of binding context. (block-scoped-var)
(#3474) Trailing spaces not allowed. (no-trailing-spaces)
(#3475) 'co' used outside of binding context. (block-scoped-var)
(#3475) 'co' used outside of binding context. (block-scoped-var)
(#3475) 'co' used outside of binding context. (block-scoped-var)
(#3475) 'co' used outside of binding context. (block-scoped-var)
(#3478) Trailing spaces not allowed. (no-trailing-spaces)
(#3479) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3480) 'boundingY' used outside of binding context. (block-scoped-var)
(#3480) 'boundingY' used outside of binding context. (block-scoped-var)
(#3480) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3481) Trailing spaces not allowed. (no-trailing-spaces)
(#3483) 'co' used outside of binding context. (block-scoped-var)
(#3483) 'co' used outside of binding context. (block-scoped-var)
(#3483) 'co' used outside of binding context. (block-scoped-var)
(#3483) 'co' used outside of binding context. (block-scoped-var)
(#3485) 'boundingY' used outside of binding context. (block-scoped-var)
(#3485) 'boundingY' used outside of binding context. (block-scoped-var)
(#3485) 'boundingY' is already defined (no-redeclare)
(#3489) 'co' used outside of binding context. (block-scoped-var)
(#3489) 'co' used outside of binding context. (block-scoped-var)
(#3489) 'co' used outside of binding context. (block-scoped-var)
(#3489) 'co' used outside of binding context. (block-scoped-var)
(#3490) Trailing spaces not allowed. (no-trailing-spaces)
(#3493) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3496) 'boundingY' is already defined (no-redeclare)
(#3496) 'boundingY' used outside of binding context. (block-scoped-var)
(#3496) 'boundingY' used outside of binding context. (block-scoped-var)
(#3496) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3498) Trailing spaces not allowed. (no-trailing-spaces)
(#3503) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3509) Identifier 'pre_bounding_linewidth' is not in camel case. (camelcase)
(#3509) Multiple spaces found before '='. (no-multi-spaces)
(#3509) 'co' used outside of binding context. (block-scoped-var)
(#3509) 'co' used outside of binding context. (block-scoped-var)
(#3509) 'co' used outside of binding context. (block-scoped-var)
(#3509) 'co' used outside of binding context. (block-scoped-var)
(#3510) Identifier 'pre_bounding_strokestyle' is not in camel case. (camelcase)
(#3510) Multiple spaces found before '='. (no-multi-spaces)
(#3510) 'co' used outside of binding context. (block-scoped-var)
(#3510) 'co' used outside of binding context. (block-scoped-var)
(#3510) 'co' used outside of binding context. (block-scoped-var)
(#3510) 'co' used outside of binding context. (block-scoped-var)
(#3511) Identifier 'pre_bounding_fillstyle' is not in camel case. (camelcase)
(#3511) Multiple spaces found before '='. (no-multi-spaces)
(#3511) 'co' used outside of binding context. (block-scoped-var)
(#3511) 'co' used outside of binding context. (block-scoped-var)
(#3511) 'co' used outside of binding context. (block-scoped-var)
(#3511) 'co' used outside of binding context. (block-scoped-var)
(#3512) Identifier 'pre_bounding_shadowcolor' is not in camel case. (camelcase)
(#3512) Multiple spaces found before '='. (no-multi-spaces)
(#3512) 'co' used outside of binding context. (block-scoped-var)
(#3512) 'co' used outside of binding context. (block-scoped-var)
(#3512) 'co' used outside of binding context. (block-scoped-var)
(#3512) 'co' used outside of binding context. (block-scoped-var)
(#3513) Identifier 'pre_bounding_shadowblur' is not in camel case. (camelcase)
(#3513) Multiple spaces found before '='. (no-multi-spaces)
(#3513) 'co' used outside of binding context. (block-scoped-var)
(#3513) 'co' used outside of binding context. (block-scoped-var)
(#3513) 'co' used outside of binding context. (block-scoped-var)
(#3513) 'co' used outside of binding context. (block-scoped-var)
(#3514) Identifier 'pre_bounding_shadowoffsetx' is not in camel case. (camelcase)
(#3514) 'co' used outside of binding context. (block-scoped-var)
(#3514) 'co' used outside of binding context. (block-scoped-var)
(#3514) 'co' used outside of binding context. (block-scoped-var)
(#3514) 'co' used outside of binding context. (block-scoped-var)
(#3515) Identifier 'pre_bounding_shadowoffsety' is not in camel case. (camelcase)
(#3515) 'co' used outside of binding context. (block-scoped-var)
(#3515) 'co' used outside of binding context. (block-scoped-var)
(#3515) 'co' used outside of binding context. (block-scoped-var)
(#3515) 'co' used outside of binding context. (block-scoped-var)
(#3517) 'co' used outside of binding context. (block-scoped-var)
(#3517) 'co' used outside of binding context. (block-scoped-var)
(#3517) 'co' used outside of binding context. (block-scoped-var)
(#3517) 'co' used outside of binding context. (block-scoped-var)
(#3517) Multiple spaces found before '='. (no-multi-spaces)
(#3517) Identifier 'bounding_linewidth' is not in camel case. (camelcase)
(#3518) 'co' used outside of binding context. (block-scoped-var)
(#3518) 'co' used outside of binding context. (block-scoped-var)
(#3518) 'co' used outside of binding context. (block-scoped-var)
(#3518) 'co' used outside of binding context. (block-scoped-var)
(#3518) Identifier 'bounding_stroke' is not in camel case. (camelcase)
(#3519) 'co' used outside of binding context. (block-scoped-var)
(#3519) 'co' used outside of binding context. (block-scoped-var)
(#3519) 'co' used outside of binding context. (block-scoped-var)
(#3519) 'co' used outside of binding context. (block-scoped-var)
(#3519) Multiple spaces found before '='. (no-multi-spaces)
(#3519) Identifier 'bounding_fill' is not in camel case. (camelcase)
(#3521) Identifier 'bounding_shadow' is not in camel case. (camelcase)
(#3522) 'co' used outside of binding context. (block-scoped-var)
(#3522) 'co' used outside of binding context. (block-scoped-var)
(#3522) 'co' used outside of binding context. (block-scoped-var)
(#3522) 'co' used outside of binding context. (block-scoped-var)
(#3522) Multiple spaces found before '='. (no-multi-spaces)
(#3522) Identifier 'bounding_shadow_color' is not in camel case. (camelcase)
(#3523) 'co' used outside of binding context. (block-scoped-var)
(#3523) 'co' used outside of binding context. (block-scoped-var)
(#3523) 'co' used outside of binding context. (block-scoped-var)
(#3523) 'co' used outside of binding context. (block-scoped-var)
(#3523) Multiple spaces found before '='. (no-multi-spaces)
(#3523) Identifier 'bounding_shadow_blur' is not in camel case. (camelcase)
(#3524) 'co' used outside of binding context. (block-scoped-var)
(#3524) 'co' used outside of binding context. (block-scoped-var)
(#3524) 'co' used outside of binding context. (block-scoped-var)
(#3524) 'co' used outside of binding context. (block-scoped-var)
(#3524) Identifier 'bounding_shadow_offsetx' is not in camel case. (camelcase)
(#3525) 'co' used outside of binding context. (block-scoped-var)
(#3525) 'co' used outside of binding context. (block-scoped-var)
(#3525) 'co' used outside of binding context. (block-scoped-var)
(#3525) 'co' used outside of binding context. (block-scoped-var)
(#3525) Identifier 'bounding_shadow_offsety' is not in camel case. (camelcase)
(#3528) Expected space or tab after '//' in comment. (spaced-comment)
(#3529) Expected space or tab after '//' in comment. (spaced-comment)
(#3530) 'co' used outside of binding context. (block-scoped-var)
(#3530) 'co' used outside of binding context. (block-scoped-var)
(#3530) 'co' used outside of binding context. (block-scoped-var)
(#3530) 'co' used outside of binding context. (block-scoped-var)
(#3530) 'boundingX' used outside of binding context. (block-scoped-var)
(#3530) 'boundingX' used outside of binding context. (block-scoped-var)
(#3530) 'boundingX' used outside of binding context. (block-scoped-var)
(#3530) 'boundingY' used outside of binding context. (block-scoped-var)
(#3530) 'boundingY' used outside of binding context. (block-scoped-var)
(#3530) 'boundingY' used outside of binding context. (block-scoped-var)
(#3531) 'co' used outside of binding context. (block-scoped-var)
(#3531) 'co' used outside of binding context. (block-scoped-var)
(#3531) 'co' used outside of binding context. (block-scoped-var)
(#3531) 'co' used outside of binding context. (block-scoped-var)
(#3531) 'boundingX' used outside of binding context. (block-scoped-var)
(#3531) 'boundingX' used outside of binding context. (block-scoped-var)
(#3531) 'boundingX' used outside of binding context. (block-scoped-var)
(#3531) 'boundingY' used outside of binding context. (block-scoped-var)
(#3531) 'boundingY' used outside of binding context. (block-scoped-var)
(#3531) 'boundingY' used outside of binding context. (block-scoped-var)
(#3534) 'co' used outside of binding context. (block-scoped-var)
(#3534) 'co' used outside of binding context. (block-scoped-var)
(#3534) 'co' used outside of binding context. (block-scoped-var)
(#3534) 'co' used outside of binding context. (block-scoped-var)
(#3534) Multiple spaces found before '='. (no-multi-spaces)
(#3534) Identifier 'pre_bounding_linewidth' is not in camel case. (camelcase)
(#3535) 'co' used outside of binding context. (block-scoped-var)
(#3535) 'co' used outside of binding context. (block-scoped-var)
(#3535) 'co' used outside of binding context. (block-scoped-var)
(#3535) 'co' used outside of binding context. (block-scoped-var)
(#3535) Multiple spaces found before '='. (no-multi-spaces)
(#3535) Identifier 'pre_bounding_strokestyle' is not in camel case. (camelcase)
(#3536) 'co' used outside of binding context. (block-scoped-var)
(#3536) 'co' used outside of binding context. (block-scoped-var)
(#3536) 'co' used outside of binding context. (block-scoped-var)
(#3536) 'co' used outside of binding context. (block-scoped-var)
(#3536) Multiple spaces found before '='. (no-multi-spaces)
(#3536) Identifier 'pre_bounding_fillstyle' is not in camel case. (camelcase)
(#3537) 'co' used outside of binding context. (block-scoped-var)
(#3537) 'co' used outside of binding context. (block-scoped-var)
(#3537) 'co' used outside of binding context. (block-scoped-var)
(#3537) 'co' used outside of binding context. (block-scoped-var)
(#3537) Multiple spaces found before '='. (no-multi-spaces)
(#3537) Identifier 'pre_bounding_shadowcolor' is not in camel case. (camelcase)
(#3537) Missing semicolon. (semi)
(#3538) 'co' used outside of binding context. (block-scoped-var)
(#3538) 'co' used outside of binding context. (block-scoped-var)
(#3538) 'co' used outside of binding context. (block-scoped-var)
(#3538) 'co' used outside of binding context. (block-scoped-var)
(#3538) Multiple spaces found before '='. (no-multi-spaces)
(#3538) Identifier 'pre_bounding_shadowblur' is not in camel case. (camelcase)
(#3538) Missing semicolon. (semi)
(#3539) 'co' used outside of binding context. (block-scoped-var)
(#3539) 'co' used outside of binding context. (block-scoped-var)
(#3539) 'co' used outside of binding context. (block-scoped-var)
(#3539) 'co' used outside of binding context. (block-scoped-var)
(#3539) Identifier 'pre_bounding_shadowoffsetx' is not in camel case. (camelcase)
(#3539) Missing semicolon. (semi)
(#3540) 'co' used outside of binding context. (block-scoped-var)
(#3540) 'co' used outside of binding context. (block-scoped-var)
(#3540) 'co' used outside of binding context. (block-scoped-var)
(#3540) 'co' used outside of binding context. (block-scoped-var)
(#3540) Identifier 'pre_bounding_shadowoffsety' is not in camel case. (camelcase)
(#3540) Missing semicolon. (semi)
(#3543) Trailing spaces not allowed. (no-trailing-spaces)
(#3544) Trailing spaces not allowed. (no-trailing-spaces)
(#3544) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3549) 'i' is already defined (no-redeclare)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) Infix operators must be spaced. (space-infix-ops)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3549) Infix operators must be spaced. (space-infix-ops)
(#3549) 'i' used outside of binding context. (block-scoped-var)
(#3550) 'co' used outside of binding context. (block-scoped-var)
(#3550) 'co' used outside of binding context. (block-scoped-var)
(#3550) 'co' used outside of binding context. (block-scoped-var)
(#3550) 'co' used outside of binding context. (block-scoped-var)
(#3550) Identifier 'text_multiline' is not in camel case. (camelcase)
(#3550) 'i' used outside of binding context. (block-scoped-var)
(#3550) Identifier 'size_pixels' is not in camel case. (camelcase)
(#3550) 'i' used outside of binding context. (block-scoped-var)
(#3553) 'co' used outside of binding context. (block-scoped-var)
(#3553) 'co' used outside of binding context. (block-scoped-var)
(#3553) 'co' used outside of binding context. (block-scoped-var)
(#3553) 'co' used outside of binding context. (block-scoped-var)
(#3555) Trailing spaces not allowed. (no-trailing-spaces)
(#3556) Trailing spaces not allowed. (no-trailing-spaces)
(#3557) Trailing spaces not allowed. (no-trailing-spaces)
(#3557) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3565) Line 3565 exceeds the maximum line length of 132. (max-len)
(#3565) Requires a space after '{'. (block-spacing)
(#3565) Statement inside of curly braces should be on next line. (brace-style)
(#3565) 'boundingX' used outside of binding context. (block-scoped-var)
(#3565) 'boundingX' used outside of binding context. (block-scoped-var)
(#3565) 'boundingX' used outside of binding context. (block-scoped-var)
(#3565) 'boundingY' used outside of binding context. (block-scoped-var)
(#3565) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3565) 'boundingY' used outside of binding context. (block-scoped-var)
(#3565) 'boundingY' used outside of binding context. (block-scoped-var)
(#3565) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3565) Requires a space before '}'. (block-spacing)
(#3566) Line 3566 exceeds the maximum line length of 132. (max-len)
(#3566) Requires a space after '{'. (block-spacing)
(#3566) 'boundingX' used outside of binding context. (block-scoped-var)
(#3566) 'boundingX' used outside of binding context. (block-scoped-var)
(#3566) Statement inside of curly braces should be on next line. (brace-style)
(#3566) 'boundingX' used outside of binding context. (block-scoped-var)
(#3566) 'boundingY' used outside of binding context. (block-scoped-var)
(#3566) 'boundingY' used outside of binding context. (block-scoped-var)
(#3566) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3566) 'boundingY' used outside of binding context. (block-scoped-var)
(#3566) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3566) Requires a space before '}'. (block-spacing)
(#3567) Line 3567 exceeds the maximum line length of 132. (max-len)
(#3567) Requires a space after '{'. (block-spacing)
(#3567) Multiple spaces found before '{'. (no-multi-spaces)
(#3567) Statement inside of curly braces should be on next line. (brace-style)
(#3567) 'boundingX' used outside of binding context. (block-scoped-var)
(#3567) 'boundingX' used outside of binding context. (block-scoped-var)
(#3567) 'boundingX' used outside of binding context. (block-scoped-var)
(#3567) 'boundingY' used outside of binding context. (block-scoped-var)
(#3567) 'boundingY' used outside of binding context. (block-scoped-var)
(#3567) 'boundingY' used outside of binding context. (block-scoped-var)
(#3567) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3567) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3567) Requires a space before '}'. (block-spacing)
(#3568) Trailing spaces not allowed. (no-trailing-spaces)
(#3570) Line 3570 exceeds the maximum line length of 132. (max-len)
(#3570) Requires a space after '{'. (block-spacing)
(#3570) 'boundingX' used outside of binding context. (block-scoped-var)
(#3570) 'boundingX' used outside of binding context. (block-scoped-var)
(#3570) Statement inside of curly braces should be on next line. (brace-style)
(#3570) 'boundingX' used outside of binding context. (block-scoped-var)
(#3570) 'boundingY' used outside of binding context. (block-scoped-var)
(#3570) 'boundingY' used outside of binding context. (block-scoped-var)
(#3570) 'boundingY' used outside of binding context. (block-scoped-var)
(#3570) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3570) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3570) Requires a space before '}'. (block-spacing)
(#3571) Line 3571 exceeds the maximum line length of 132. (max-len)
(#3571) Requires a space after '{'. (block-spacing)
(#3571) 'boundingX' used outside of binding context. (block-scoped-var)
(#3571) Statement inside of curly braces should be on next line. (brace-style)
(#3571) 'boundingX' used outside of binding context. (block-scoped-var)
(#3571) 'boundingX' used outside of binding context. (block-scoped-var)
(#3571) Multiple spaces found before '2'. (no-multi-spaces)
(#3571) 'boundingY' used outside of binding context. (block-scoped-var)
(#3571) 'boundingY' used outside of binding context. (block-scoped-var)
(#3571) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3571) 'boundingY' used outside of binding context. (block-scoped-var)
(#3571) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3571) Requires a space before '}'. (block-spacing)
(#3572) Line 3572 exceeds the maximum line length of 132. (max-len)
(#3572) Requires a space after '{'. (block-spacing)
(#3572) Multiple spaces found before '{'. (no-multi-spaces)
(#3572) 'boundingX' used outside of binding context. (block-scoped-var)
(#3572) 'boundingX' used outside of binding context. (block-scoped-var)
(#3572) Statement inside of curly braces should be on next line. (brace-style)
(#3572) 'boundingX' used outside of binding context. (block-scoped-var)
(#3572) Multiple spaces found before '2'. (no-multi-spaces)
(#3572) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3572) 'boundingY' used outside of binding context. (block-scoped-var)
(#3572) 'boundingY' used outside of binding context. (block-scoped-var)
(#3572) 'boundingY' used outside of binding context. (block-scoped-var)
(#3572) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3572) Requires a space before '}'. (block-spacing)
(#3573) Trailing spaces not allowed. (no-trailing-spaces)
(#3575) Line 3575 exceeds the maximum line length of 132. (max-len)
(#3575) Requires a space after '{'. (block-spacing)
(#3575) 'boundingX' used outside of binding context. (block-scoped-var)
(#3575) 'boundingX' used outside of binding context. (block-scoped-var)
(#3575) Statement inside of curly braces should be on next line. (brace-style)
(#3575) 'boundingX' used outside of binding context. (block-scoped-var)
(#3575) 'boundingY' used outside of binding context. (block-scoped-var)
(#3575) 'boundingY' used outside of binding context. (block-scoped-var)
(#3575) 'boundingY' used outside of binding context. (block-scoped-var)
(#3575) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3575) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3575) Requires a space before '}'. (block-spacing)
(#3576) Line 3576 exceeds the maximum line length of 132. (max-len)
(#3576) Requires a space after '{'. (block-spacing)
(#3576) 'boundingX' used outside of binding context. (block-scoped-var)
(#3576) Statement inside of curly braces should be on next line. (brace-style)
(#3576) 'boundingX' used outside of binding context. (block-scoped-var)
(#3576) 'boundingX' used outside of binding context. (block-scoped-var)
(#3576) 'boundingY' used outside of binding context. (block-scoped-var)
(#3576) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3576) 'boundingY' used outside of binding context. (block-scoped-var)
(#3576) 'boundingY' used outside of binding context. (block-scoped-var)
(#3576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3576) Requires a space before '}'. (block-spacing)
(#3577) Line 3577 exceeds the maximum line length of 132. (max-len)
(#3577) Multiple spaces found before '{'. (no-multi-spaces)
(#3577) Requires a space after '{'. (block-spacing)
(#3577) Statement inside of curly braces should be on next line. (brace-style)
(#3577) 'boundingX' used outside of binding context. (block-scoped-var)
(#3577) 'boundingX' used outside of binding context. (block-scoped-var)
(#3577) 'boundingX' used outside of binding context. (block-scoped-var)
(#3577) 'boundingY' used outside of binding context. (block-scoped-var)
(#3577) 'boundingY' used outside of binding context. (block-scoped-var)
(#3577) 'boundingY' used outside of binding context. (block-scoped-var)
(#3577) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3577) Requires a space before '}'. (block-spacing)
(#3583) Line 3583 exceeds the maximum line length of 132. (max-len)
(#3583) Requires a space after '{'. (block-spacing)
(#3583) 'boundingX' used outside of binding context. (block-scoped-var)
(#3583) Statement inside of curly braces should be on next line. (brace-style)
(#3583) 'boundingX' used outside of binding context. (block-scoped-var)
(#3583) 'boundingX' used outside of binding context. (block-scoped-var)
(#3583) 'boundingY' used outside of binding context. (block-scoped-var)
(#3583) 'boundingY' used outside of binding context. (block-scoped-var)
(#3583) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3583) 'boundingY' used outside of binding context. (block-scoped-var)
(#3583) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3583) Requires a space before '}'. (block-spacing)
(#3584) Line 3584 exceeds the maximum line length of 132. (max-len)
(#3584) Requires a space after '{'. (block-spacing)
(#3584) 'boundingX' used outside of binding context. (block-scoped-var)
(#3584) 'boundingX' used outside of binding context. (block-scoped-var)
(#3584) Statement inside of curly braces should be on next line. (brace-style)
(#3584) 'boundingX' used outside of binding context. (block-scoped-var)
(#3584) 'boundingY' used outside of binding context. (block-scoped-var)
(#3584) 'boundingY' used outside of binding context. (block-scoped-var)
(#3584) 'boundingY' used outside of binding context. (block-scoped-var)
(#3584) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3584) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3584) Requires a space before '}'. (block-spacing)
(#3585) Line 3585 exceeds the maximum line length of 132. (max-len)
(#3585) Multiple spaces found before '{'. (no-multi-spaces)
(#3585) Requires a space after '{'. (block-spacing)
(#3585) 'boundingX' used outside of binding context. (block-scoped-var)
(#3585) 'boundingX' used outside of binding context. (block-scoped-var)
(#3585) Statement inside of curly braces should be on next line. (brace-style)
(#3585) 'boundingX' used outside of binding context. (block-scoped-var)
(#3585) 'boundingY' used outside of binding context. (block-scoped-var)
(#3585) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3585) 'boundingY' used outside of binding context. (block-scoped-var)
(#3585) 'boundingY' used outside of binding context. (block-scoped-var)
(#3585) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3585) Requires a space before '}'. (block-spacing)
(#3586) Trailing spaces not allowed. (no-trailing-spaces)
(#3588) Line 3588 exceeds the maximum line length of 132. (max-len)
(#3588) Requires a space after '{'. (block-spacing)
(#3588) Statement inside of curly braces should be on next line. (brace-style)
(#3588) 'boundingX' used outside of binding context. (block-scoped-var)
(#3588) 'boundingX' used outside of binding context. (block-scoped-var)
(#3588) 'boundingX' used outside of binding context. (block-scoped-var)
(#3588) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3588) 'boundingY' used outside of binding context. (block-scoped-var)
(#3588) 'boundingY' used outside of binding context. (block-scoped-var)
(#3588) 'boundingY' used outside of binding context. (block-scoped-var)
(#3588) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3588) Requires a space before '}'. (block-spacing)
(#3589) Line 3589 exceeds the maximum line length of 132. (max-len)
(#3589) Requires a space after '{'. (block-spacing)
(#3589) 'boundingX' used outside of binding context. (block-scoped-var)
(#3589) 'boundingX' used outside of binding context. (block-scoped-var)
(#3589) Statement inside of curly braces should be on next line. (brace-style)
(#3589) 'boundingX' used outside of binding context. (block-scoped-var)
(#3589) 'boundingY' used outside of binding context. (block-scoped-var)
(#3589) 'boundingY' used outside of binding context. (block-scoped-var)
(#3589) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3589) 'boundingY' used outside of binding context. (block-scoped-var)
(#3589) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3589) Requires a space before '}'. (block-spacing)
(#3590) Line 3590 exceeds the maximum line length of 132. (max-len)
(#3590) Requires a space after '{'. (block-spacing)
(#3590) Multiple spaces found before '{'. (no-multi-spaces)
(#3590) 'boundingX' used outside of binding context. (block-scoped-var)
(#3590) 'boundingX' used outside of binding context. (block-scoped-var)
(#3590) 'boundingX' used outside of binding context. (block-scoped-var)
(#3590) Statement inside of curly braces should be on next line. (brace-style)
(#3590) 'boundingY' used outside of binding context. (block-scoped-var)
(#3590) 'boundingY' used outside of binding context. (block-scoped-var)
(#3590) 'boundingY' used outside of binding context. (block-scoped-var)
(#3590) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3590) Requires a space before '}'. (block-spacing)
(#3591) Trailing spaces not allowed. (no-trailing-spaces)
(#3593) Line 3593 exceeds the maximum line length of 132. (max-len)
(#3593) Requires a space after '{'. (block-spacing)
(#3593) 'boundingX' used outside of binding context. (block-scoped-var)
(#3593) 'boundingX' used outside of binding context. (block-scoped-var)
(#3593) 'boundingX' used outside of binding context. (block-scoped-var)
(#3593) Statement inside of curly braces should be on next line. (brace-style)
(#3593) 'boundingY' used outside of binding context. (block-scoped-var)
(#3593) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3593) 'boundingY' used outside of binding context. (block-scoped-var)
(#3593) 'boundingY' used outside of binding context. (block-scoped-var)
(#3593) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3593) Requires a space before '}'. (block-spacing)
(#3594) Line 3594 exceeds the maximum line length of 132. (max-len)
(#3594) Requires a space after '{'. (block-spacing)
(#3594) 'boundingX' used outside of binding context. (block-scoped-var)
(#3594) Statement inside of curly braces should be on next line. (brace-style)
(#3594) 'boundingX' used outside of binding context. (block-scoped-var)
(#3594) 'boundingX' used outside of binding context. (block-scoped-var)
(#3594) 'boundingY' used outside of binding context. (block-scoped-var)
(#3594) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3594) 'boundingY' used outside of binding context. (block-scoped-var)
(#3594) 'boundingY' used outside of binding context. (block-scoped-var)
(#3594) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3594) Requires a space before '}'. (block-spacing)
(#3595) Line 3595 exceeds the maximum line length of 132. (max-len)
(#3595) Requires a space after '{'. (block-spacing)
(#3595) Multiple spaces found before '{'. (no-multi-spaces)
(#3595) Statement inside of curly braces should be on next line. (brace-style)
(#3595) 'boundingX' used outside of binding context. (block-scoped-var)
(#3595) 'boundingX' used outside of binding context. (block-scoped-var)
(#3595) 'boundingX' used outside of binding context. (block-scoped-var)
(#3595) 'boundingY' used outside of binding context. (block-scoped-var)
(#3595) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3595) 'boundingY' used outside of binding context. (block-scoped-var)
(#3595) 'boundingY' used outside of binding context. (block-scoped-var)
(#3595) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3595) Requires a space before '}'. (block-spacing)
(#3597) Trailing spaces not allowed. (no-trailing-spaces)
(#3601) Line 3601 exceeds the maximum line length of 132. (max-len)
(#3601) Requires a space after '{'. (block-spacing)
(#3601) 'boundingX' used outside of binding context. (block-scoped-var)
(#3601) 'boundingX' used outside of binding context. (block-scoped-var)
(#3601) 'boundingX' used outside of binding context. (block-scoped-var)
(#3601) Statement inside of curly braces should be on next line. (brace-style)
(#3601) 'boundingY' used outside of binding context. (block-scoped-var)
(#3601) 'boundingY' used outside of binding context. (block-scoped-var)
(#3601) 'boundingY' used outside of binding context. (block-scoped-var)
(#3601) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3601) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3601) Requires a space before '}'. (block-spacing)
(#3602) Line 3602 exceeds the maximum line length of 132. (max-len)
(#3602) Requires a space after '{'. (block-spacing)
(#3602) Statement inside of curly braces should be on next line. (brace-style)
(#3602) 'boundingX' used outside of binding context. (block-scoped-var)
(#3602) 'boundingX' used outside of binding context. (block-scoped-var)
(#3602) 'boundingX' used outside of binding context. (block-scoped-var)
(#3602) 'boundingY' used outside of binding context. (block-scoped-var)
(#3602) 'boundingY' used outside of binding context. (block-scoped-var)
(#3602) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3602) 'boundingY' used outside of binding context. (block-scoped-var)
(#3602) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3602) Requires a space before '}'. (block-spacing)
(#3603) Line 3603 exceeds the maximum line length of 132. (max-len)
(#3603) Multiple spaces found before '{'. (no-multi-spaces)
(#3603) Requires a space after '{'. (block-spacing)
(#3603) Statement inside of curly braces should be on next line. (brace-style)
(#3603) 'boundingX' used outside of binding context. (block-scoped-var)
(#3603) 'boundingX' used outside of binding context. (block-scoped-var)
(#3603) 'boundingX' used outside of binding context. (block-scoped-var)
(#3603) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3603) 'boundingY' used outside of binding context. (block-scoped-var)
(#3603) 'boundingY' used outside of binding context. (block-scoped-var)
(#3603) 'boundingY' used outside of binding context. (block-scoped-var)
(#3603) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3603) Requires a space before '}'. (block-spacing)
(#3604) Trailing spaces not allowed. (no-trailing-spaces)
(#3606) Line 3606 exceeds the maximum line length of 132. (max-len)
(#3606) Requires a space after '{'. (block-spacing)
(#3606) 'boundingX' used outside of binding context. (block-scoped-var)
(#3606) 'boundingX' used outside of binding context. (block-scoped-var)
(#3606) 'boundingX' used outside of binding context. (block-scoped-var)
(#3606) Statement inside of curly braces should be on next line. (brace-style)
(#3606) 'boundingY' used outside of binding context. (block-scoped-var)
(#3606) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3606) 'boundingY' used outside of binding context. (block-scoped-var)
(#3606) 'boundingY' used outside of binding context. (block-scoped-var)
(#3606) Infix operators must be spaced. (space-infix-ops)
(#3606) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3606) Requires a space before '}'. (block-spacing)
(#3607) Line 3607 exceeds the maximum line length of 132. (max-len)
(#3607) Requires a space after '{'. (block-spacing)
(#3607) Statement inside of curly braces should be on next line. (brace-style)
(#3607) 'boundingX' used outside of binding context. (block-scoped-var)
(#3607) 'boundingX' used outside of binding context. (block-scoped-var)
(#3607) 'boundingX' used outside of binding context. (block-scoped-var)
(#3607) Infix operators must be spaced. (space-infix-ops)
(#3607) 'boundingY' used outside of binding context. (block-scoped-var)
(#3607) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3607) 'boundingY' used outside of binding context. (block-scoped-var)
(#3607) 'boundingY' used outside of binding context. (block-scoped-var)
(#3607) Infix operators must be spaced. (space-infix-ops)
(#3607) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3607) Requires a space before '}'. (block-spacing)
(#3608) Line 3608 exceeds the maximum line length of 132. (max-len)
(#3608) Multiple spaces found before '{'. (no-multi-spaces)
(#3608) Requires a space after '{'. (block-spacing)
(#3608) Statement inside of curly braces should be on next line. (brace-style)
(#3608) 'boundingX' used outside of binding context. (block-scoped-var)
(#3608) 'boundingX' used outside of binding context. (block-scoped-var)
(#3608) 'boundingX' used outside of binding context. (block-scoped-var)
(#3608) 'boundingY' used outside of binding context. (block-scoped-var)
(#3608) 'boundingY' used outside of binding context. (block-scoped-var)
(#3608) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3608) 'boundingY' used outside of binding context. (block-scoped-var)
(#3608) Infix operators must be spaced. (space-infix-ops)
(#3608) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3608) Requires a space before '}'. (block-spacing)
(#3609) Trailing spaces not allowed. (no-trailing-spaces)
(#3611) Line 3611 exceeds the maximum line length of 132. (max-len)
(#3611) Requires a space after '{'. (block-spacing)
(#3611) 'boundingX' used outside of binding context. (block-scoped-var)
(#3611) 'boundingX' used outside of binding context. (block-scoped-var)
(#3611) Statement inside of curly braces should be on next line. (brace-style)
(#3611) 'boundingX' used outside of binding context. (block-scoped-var)
(#3611) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3611) 'boundingY' used outside of binding context. (block-scoped-var)
(#3611) 'boundingY' used outside of binding context. (block-scoped-var)
(#3611) 'boundingY' used outside of binding context. (block-scoped-var)
(#3611) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3611) Requires a space before '}'. (block-spacing)
(#3612) Line 3612 exceeds the maximum line length of 132. (max-len)
(#3612) Requires a space after '{'. (block-spacing)
(#3612) Statement inside of curly braces should be on next line. (brace-style)
(#3612) 'boundingX' used outside of binding context. (block-scoped-var)
(#3612) 'boundingX' used outside of binding context. (block-scoped-var)
(#3612) 'boundingX' used outside of binding context. (block-scoped-var)
(#3612) Infix operators must be spaced. (space-infix-ops)
(#3612) 'boundingY' used outside of binding context. (block-scoped-var)
(#3612) 'boundingY' used outside of binding context. (block-scoped-var)
(#3612) 'boundingY' used outside of binding context. (block-scoped-var)
(#3612) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3612) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3612) Requires a space before '}'. (block-spacing)
(#3613) Line 3613 exceeds the maximum line length of 132. (max-len)
(#3613) Multiple spaces found before '{'. (no-multi-spaces)
(#3613) Requires a space after '{'. (block-spacing)
(#3613) Statement inside of curly braces should be on next line. (brace-style)
(#3613) 'boundingX' used outside of binding context. (block-scoped-var)
(#3613) 'boundingX' used outside of binding context. (block-scoped-var)
(#3613) 'boundingX' used outside of binding context. (block-scoped-var)
(#3613) 'boundingY' used outside of binding context. (block-scoped-var)
(#3613) 'boundingY' used outside of binding context. (block-scoped-var)
(#3613) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3613) 'boundingY' used outside of binding context. (block-scoped-var)
(#3613) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3613) Requires a space before '}'. (block-spacing)
(#3617) 'co' used outside of binding context. (block-scoped-var)
(#3617) 'co' used outside of binding context. (block-scoped-var)
(#3617) 'co' used outside of binding context. (block-scoped-var)
(#3617) 'co' used outside of binding context. (block-scoped-var)
(#3622) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3626) 'co' used outside of binding context. (block-scoped-var)
(#3626) 'co' used outside of binding context. (block-scoped-var)
(#3626) 'co' used outside of binding context. (block-scoped-var)
(#3626) 'co' used outside of binding context. (block-scoped-var)
(#3627) 'co' used outside of binding context. (block-scoped-var)
(#3627) 'co' used outside of binding context. (block-scoped-var)
(#3627) 'co' used outside of binding context. (block-scoped-var)
(#3627) 'co' used outside of binding context. (block-scoped-var)
(#3627) Multiple spaces found before '='. (no-multi-spaces)
(#3632) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3636) Multiple spaces found before '='. (no-multi-spaces)
(#3636) 'boundingX' used outside of binding context. (block-scoped-var)
(#3636) 'boundingX' used outside of binding context. (block-scoped-var)
(#3636) 'boundingX' used outside of binding context. (block-scoped-var)
(#3637) Multiple spaces found before '='. (no-multi-spaces)
(#3637) 'boundingY' used outside of binding context. (block-scoped-var)
(#3637) 'boundingY' used outside of binding context. (block-scoped-var)
(#3637) 'boundingY' used outside of binding context. (block-scoped-var)
(#3638) Multiple spaces found before '='. (no-multi-spaces)
(#3639) Missing semicolon. (semi)
(#3641) Multiple spaces found before '='. (no-multi-spaces)
(#3642) Multiple spaces found before '='. (no-multi-spaces)
(#3645) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3654) Expected no return value. (consistent-return)
(#3655) Missing semicolon. (semi)
(#3659) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3660) Expected JSDoc for 'index' but found 'nindex'. (valid-jsdoc)
(#3660) Missing JSDoc return type. (valid-jsdoc)
(#3660) Missing JSDoc parameter type for 'data'. (valid-jsdoc)
(#3660) Missing JSDoc parameter type for 'nindex'. (valid-jsdoc)
(#3664) Trailing spaces not allowed. (no-trailing-spaces)
(#3669) 'RGraph' is not defined. (no-undef)
(#3669) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3669) Unexpected space before function parentheses. (space-before-function-paren)
(#3671) Multiple spaces found before '='. (no-multi-spaces)
(#3672) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3676) 'RGraph' is not defined. (no-undef)
(#3678) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3684) Missing semicolon. (semi)
(#3685) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3688) Trailing spaces not allowed. (no-trailing-spaces)
(#3690) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3691) Trailing spaces not allowed. (no-trailing-spaces)
(#3692) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3694) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3697) Trailing spaces not allowed. (no-trailing-spaces)
(#3698) Identifier 'grouped_index' is not in camel case. (camelcase)
(#3699) Missing semicolon. (semi)
(#3703) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3704) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3704) Expected JSDoc for 'arr' but found 'array'. (valid-jsdoc)
(#3704) Expected JSDoc for 'func' but found 'function'. (valid-jsdoc)
(#3704) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#3704) Missing JSDoc parameter type for 'function'. (valid-jsdoc)
(#3707) Trailing spaces not allowed. (no-trailing-spaces)
(#3712) 'RGraph' is not defined. (no-undef)
(#3712) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3712) Unexpected space before function parentheses. (space-before-function-paren)
(#3714) Expected space(s) after "for". (keyword-spacing)
(#3714) Infix operators must be spaced. (space-infix-ops)
(#3714) Infix operators must be spaced. (space-infix-ops)
(#3714) Infix operators must be spaced. (space-infix-ops)
(#3714) Infix operators must be spaced. (space-infix-ops)
(#3715) Trailing spaces not allowed. (no-trailing-spaces)
(#3717) 'ret' used outside of binding context. (block-scoped-var)
(#3719) 'ret' used outside of binding context. (block-scoped-var)
(#3719) 'ret' is already defined (no-redeclare)
(#3721) Trailing spaces not allowed. (no-trailing-spaces)
(#3722) 'ret' used outside of binding context. (block-scoped-var)
(#3722) 'ret' used outside of binding context. (block-scoped-var)
(#3726) Missing semicolon. (semi)
(#3730) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3731) Missing JSDoc parameter type for 'mixed'. (valid-jsdoc)
(#3731) Missing JSDoc @returns for function. (valid-jsdoc)
(#3731) Expected JSDoc for 'value' but found 'mixed'. (valid-jsdoc)
(#3736) Trailing spaces not allowed. (no-trailing-spaces)
(#3739) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3739) 'empty' is defined but never used (no-unused-vars)
(#3739) Unexpected space before function parentheses. (space-before-function-paren)
(#3744) Trailing spaces not allowed. (no-trailing-spaces)
(#3750) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3751) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#3751) Expected JSDoc for 'shape' but found 'number'. (valid-jsdoc)
(#3751) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3751) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#3753) Trailing spaces not allowed. (no-trailing-spaces)
(#3757) 'RGraph' is not defined. (no-undef)
(#3757) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3757) Unexpected space before function parentheses. (space-before-function-paren)
(#3758) Trailing spaces not allowed. (no-trailing-spaces)
(#3759) 'ca' is defined but never used (no-unused-vars)
(#3759) Multiple spaces found before '='. (no-multi-spaces)
(#3760) Multiple spaces found before '='. (no-multi-spaces)
(#3764) Trailing spaces not allowed. (no-trailing-spaces)
(#3765) Trailing spaces not allowed. (no-trailing-spaces)
(#3775) Multiple spaces found before '='. (no-multi-spaces)
(#3776) Trailing spaces not allowed. (no-trailing-spaces)
(#3777) ["x"] is better written in dot notation. (dot-notation)
(#3777) A space is required after ','. (comma-spacing)
(#3777) ["y"] is better written in dot notation. (dot-notation)
(#3777) A space is required after ','. (comma-spacing)
(#3777) ["width"] is better written in dot notation. (dot-notation)
(#3777) A space is required after ','. (comma-spacing)
(#3777) ["height"] is better written in dot notation. (dot-notation)
(#3778) ["x"] is better written in dot notation. (dot-notation)
(#3778) A space is required after ','. (comma-spacing)
(#3778) ["y"] is better written in dot notation. (dot-notation)
(#3778) A space is required after ','. (comma-spacing)
(#3778) ["width"] is better written in dot notation. (dot-notation)
(#3778) A space is required after ','. (comma-spacing)
(#3778) ["height"] is better written in dot notation. (dot-notation)
(#3779) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3782) Missing semicolon. (semi)
(#3786) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3787) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#3787) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3787) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#3787) Expected JSDoc for 'shape' but found 'number'. (valid-jsdoc)
(#3789) Trailing spaces not allowed. (no-trailing-spaces)
(#3793) 'RGraph' is not defined. (no-undef)
(#3793) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3793) Unexpected space before function parentheses. (space-before-function-paren)
(#3796) 'ca' is defined but never used (no-unused-vars)
(#3796) Multiple spaces found before '='. (no-multi-spaces)
(#3797) Multiple spaces found before '='. (no-multi-spaces)
(#3800) Trailing spaces not allowed. (no-trailing-spaces)
(#3806) Multiple spaces found before '='. (no-multi-spaces)
(#3807) Multiple spaces found before '='. (no-multi-spaces)
(#3808) ["x"] is better written in dot notation. (dot-notation)
(#3808) A space is required after ','. (comma-spacing)
(#3808) ["y"] is better written in dot notation. (dot-notation)
(#3808) A space is required after ','. (comma-spacing)
(#3808) 'TWOPI' is not defined. (no-undef)
(#3812) Missing semicolon. (semi)
(#3816) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3817) Duplicate JSDoc parameter 'obj'. (valid-jsdoc)
(#3817) Expected JSDoc for 'type' but found 'string'. (valid-jsdoc)
(#3817) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#3817) Expected JSDoc for 'parent' but found 'obj'. (valid-jsdoc)
(#3817) Missing JSDoc @returns for function. (valid-jsdoc)
(#3817) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#3817) Duplicate JSDoc parameter 'obj'. (valid-jsdoc)
(#3817) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#3817) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#3819) Trailing spaces not allowed. (no-trailing-spaces)
(#3825) 'RGraph' is not defined. (no-undef)
(#3825) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3825) Unexpected space before function parentheses. (space-before-function-paren)
(#3831) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3839) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3847) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3855) Missing semicolon. (semi)
(#3859) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3860) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#3860) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3860) Missing JSDoc for parameter 'attr'. (valid-jsdoc)
(#3860) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#3860) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3862) Trailing spaces not allowed. (no-trailing-spaces)
(#3866) 'RGraph' is not defined. (no-undef)
(#3866) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3866) Unexpected space before function parentheses. (space-before-function-paren)
(#3868) 'i' is not defined. (no-undef)
(#3870) 'i' is not defined. (no-undef)
(#3870) 'i' is not defined. (no-undef)
(#3873) Missing semicolon. (semi)
(#3877) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3878) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3878) Missing JSDoc for parameter 'styles'. (valid-jsdoc)
(#3878) Expected JSDoc for 'obj' but found 'object'. (valid-jsdoc)
(#3878) Duplicate JSDoc parameter 'object'. (valid-jsdoc)
(#3878) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#3880) Trailing spaces not allowed. (no-trailing-spaces)
(#3884) 'RGraph' is not defined. (no-undef)
(#3884) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3884) Unexpected space before function parentheses. (space-before-function-paren)
(#3888) 'i' is not defined. (no-undef)
(#3890) 'i' is not defined. (no-undef)
(#3890) 'i' is not defined. (no-undef)
(#3893) Missing semicolon. (semi)
(#3897) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3898) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#3898) Missing JSDoc return type. (valid-jsdoc)
(#3898) Expected JSDoc for 'str' but found 'string'. (valid-jsdoc)
(#3900) Trailing spaces not allowed. (no-trailing-spaces)
(#3904) 'RGraph' is not defined. (no-undef)
(#3904) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3904) Unexpected space before function parentheses. (space-before-function-paren)
(#3925) Trailing spaces not allowed. (no-trailing-spaces)
(#3926) Multiple spaces found before '='. (no-multi-spaces)
(#3927) Multiple spaces found before '='. (no-multi-spaces)
(#3928) Multiple spaces found before '='. (no-multi-spaces)
(#3929) Multiple spaces found before '='. (no-multi-spaces)
(#3930) Trailing spaces not allowed. (no-trailing-spaces)
(#3935) Missing semicolon. (semi)
(#3939) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3941) 'RGraph' is not defined. (no-undef)
(#3941) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3941) Unexpected space before function parentheses. (space-before-function-paren)
(#3947) 'RGraph' is not defined. (no-undef)
(#3951) Trailing spaces not allowed. (no-trailing-spaces)
(#3954) Missing semicolon. (semi)
(#3958) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3959) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#3959) Expected JSDoc for 'path' but found 'array'. (valid-jsdoc)
(#3959) Missing JSDoc parameter type for 'mixed'. (valid-jsdoc)
(#3959) Expected JSDoc for 'obj' but found 'mixed'. (valid-jsdoc)
(#3961) Trailing spaces not allowed. (no-trailing-spaces)
(#3965) 'RGraph' is not defined. (no-undef)
(#3965) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3965) Function 'anonymous' has a complexity of 26. (complexity)
(#3965) Unexpected space before function parentheses. (space-before-function-paren)
(#3971) 'co' used outside of binding context. (block-scoped-var)
(#3973) 'co' used outside of binding context. (block-scoped-var)
(#3973) 'co' is already defined (no-redeclare)
(#3986) Infix operators must be spaced. (space-infix-ops)
(#3986) A space is required after ','. (comma-spacing)
(#3986) Infix operators must be spaced. (space-infix-ops)
(#3986) Infix operators must be spaced. (space-infix-ops)
(#3986) Infix operators must be spaced. (space-infix-ops)
(#3987) Trailing spaces not allowed. (no-trailing-spaces)
(#3989) Trailing spaces not allowed. (no-trailing-spaces)
(#3992) 'co' used outside of binding context. (block-scoped-var)
(#3992) 'co' used outside of binding context. (block-scoped-var)
(#3992) Missing whitespace after semicolon. (semi-spacing)
(#3993) 'co' used outside of binding context. (block-scoped-var)
(#3993) 'co' used outside of binding context. (block-scoped-var)
(#3993) Missing whitespace after semicolon. (semi-spacing)
(#3994) 'co' used outside of binding context. (block-scoped-var)
(#3994) 'co' used outside of binding context. (block-scoped-var)
(#3994) Infix operators must be spaced. (space-infix-ops)
(#3994) A space is required after ','. (comma-spacing)
(#3994) Infix operators must be spaced. (space-infix-ops)
(#3994) Missing whitespace after semicolon. (semi-spacing)
(#3994) Infix operators must be spaced. (space-infix-ops)
(#3994) Missing whitespace after semicolon. (semi-spacing)
(#3994) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3995) 'co' used outside of binding context. (block-scoped-var)
(#3995) 'co' used outside of binding context. (block-scoped-var)
(#3995) Infix operators must be spaced. (space-infix-ops)
(#3995) A space is required after ','. (comma-spacing)
(#3995) Infix operators must be spaced. (space-infix-ops)
(#3995) Missing whitespace after semicolon. (semi-spacing)
(#3995) Infix operators must be spaced. (space-infix-ops)
(#3995) Missing whitespace after semicolon. (semi-spacing)
(#3995) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3996) 'co' used outside of binding context. (block-scoped-var)
(#3996) 'co' used outside of binding context. (block-scoped-var)
(#3996) Infix operators must be spaced. (space-infix-ops)
(#3996) Infix operators must be spaced. (space-infix-ops)
(#3996) Missing whitespace after semicolon. (semi-spacing)
(#3996) 'co' used outside of binding context. (block-scoped-var)
(#3996) 'co' used outside of binding context. (block-scoped-var)
(#3996) Missing whitespace after semicolon. (semi-spacing)
(#3996) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3996) Infix operators must be spaced. (space-infix-ops)
(#3996) Missing whitespace after semicolon. (semi-spacing)
(#3997) 'co' used outside of binding context. (block-scoped-var)
(#3997) 'co' used outside of binding context. (block-scoped-var)
(#3997) Infix operators must be spaced. (space-infix-ops)
(#3997) Infix operators must be spaced. (space-infix-ops)
(#3997) Missing whitespace after semicolon. (semi-spacing)
(#3997) 'co' used outside of binding context. (block-scoped-var)
(#3997) 'co' used outside of binding context. (block-scoped-var)
(#3997) Missing whitespace after semicolon. (semi-spacing)
(#3997) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3997) Infix operators must be spaced. (space-infix-ops)
(#3997) Missing whitespace after semicolon. (semi-spacing)
(#3998) Line 3998 exceeds the maximum line length of 132. (max-len)
(#3998) 'co' used outside of binding context. (block-scoped-var)
(#3998) 'co' used outside of binding context. (block-scoped-var)
(#3998) Infix operators must be spaced. (space-infix-ops)
(#3998) A space is required after ','. (comma-spacing)
(#3998) Infix operators must be spaced. (space-infix-ops)
(#3998) A space is required after ','. (comma-spacing)
(#3998) Infix operators must be spaced. (space-infix-ops)
(#3998) A space is required after ','. (comma-spacing)
(#3998) Infix operators must be spaced. (space-infix-ops)
(#3998) Missing whitespace after semicolon. (semi-spacing)
(#3998) Infix operators must be spaced. (space-infix-ops)
(#3998) Missing whitespace after semicolon. (semi-spacing)
(#3998) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3999) Line 3999 exceeds the maximum line length of 132. (max-len)
(#3999) 'co' used outside of binding context. (block-scoped-var)
(#3999) 'co' used outside of binding context. (block-scoped-var)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) A space is required after ','. (comma-spacing)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) A space is required after ','. (comma-spacing)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) A space is required after ','. (comma-spacing)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) A space is required after ','. (comma-spacing)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) A space is required after ','. (comma-spacing)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) Missing whitespace after semicolon. (semi-spacing)
(#3999) Infix operators must be spaced. (space-infix-ops)
(#3999) Missing whitespace after semicolon. (semi-spacing)
(#3999) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4000) Line 4000 exceeds the maximum line length of 132. (max-len)
(#4000) 'co' used outside of binding context. (block-scoped-var)
(#4000) 'co' used outside of binding context. (block-scoped-var)
(#4000) Infix operators must be spaced. (space-infix-ops)
(#4000) A space is required after ','. (comma-spacing)
(#4000) Infix operators must be spaced. (space-infix-ops)
(#4000) A space is required after ','. (comma-spacing)
(#4000) Infix operators must be spaced. (space-infix-ops)
(#4000) A space is required after ','. (comma-spacing)
(#4000) Infix operators must be spaced. (space-infix-ops)
(#4000) Missing whitespace after semicolon. (semi-spacing)
(#4000) Infix operators must be spaced. (space-infix-ops)
(#4000) Missing whitespace after semicolon. (semi-spacing)
(#4000) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4001) Line 4001 exceeds the maximum line length of 132. (max-len)
(#4001) 'co' used outside of binding context. (block-scoped-var)
(#4001) 'co' used outside of binding context. (block-scoped-var)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) A space is required after ','. (comma-spacing)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) A space is required after ','. (comma-spacing)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) A space is required after ','. (comma-spacing)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) A space is required after ','. (comma-spacing)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) A space is required after ','. (comma-spacing)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Missing whitespace after semicolon. (semi-spacing)
(#4001) Infix operators must be spaced. (space-infix-ops)
(#4001) Missing whitespace after semicolon. (semi-spacing)
(#4001) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4002) Line 4002 exceeds the maximum line length of 132. (max-len)
(#4002) 'co' used outside of binding context. (block-scoped-var)
(#4002) 'co' used outside of binding context. (block-scoped-var)
(#4002) Infix operators must be spaced. (space-infix-ops)
(#4002) A space is required after ','. (comma-spacing)
(#4002) Infix operators must be spaced. (space-infix-ops)
(#4002) A space is required after ','. (comma-spacing)
(#4002) Infix operators must be spaced. (space-infix-ops)
(#4002) A space is required after ','. (comma-spacing)
(#4002) Infix operators must be spaced. (space-infix-ops)
(#4002) A space is required after ','. (comma-spacing)
(#4002) Infix operators must be spaced. (space-infix-ops)
(#4002) Missing whitespace after semicolon. (semi-spacing)
(#4002) Infix operators must be spaced. (space-infix-ops)
(#4002) Missing whitespace after semicolon. (semi-spacing)
(#4002) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4003) 'co' used outside of binding context. (block-scoped-var)
(#4003) 'co' used outside of binding context. (block-scoped-var)
(#4003) Infix operators must be spaced. (space-infix-ops)
(#4003) Infix operators must be spaced. (space-infix-ops)
(#4003) Missing whitespace after semicolon. (semi-spacing)
(#4003) Infix operators must be spaced. (space-infix-ops)
(#4003) Missing whitespace after semicolon. (semi-spacing)
(#4003) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4004) 'co' used outside of binding context. (block-scoped-var)
(#4004) 'co' used outside of binding context. (block-scoped-var)
(#4004) Infix operators must be spaced. (space-infix-ops)
(#4004) Infix operators must be spaced. (space-infix-ops)
(#4004) Missing whitespace after semicolon. (semi-spacing)
(#4004) Infix operators must be spaced. (space-infix-ops)
(#4004) Missing whitespace after semicolon. (semi-spacing)
(#4004) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4005) 'co' used outside of binding context. (block-scoped-var)
(#4005) 'co' used outside of binding context. (block-scoped-var)
(#4005) Infix operators must be spaced. (space-infix-ops)
(#4005) Infix operators must be spaced. (space-infix-ops)
(#4005) Missing whitespace after semicolon. (semi-spacing)
(#4005) Infix operators must be spaced. (space-infix-ops)
(#4005) Missing whitespace after semicolon. (semi-spacing)
(#4005) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4006) 'co' used outside of binding context. (block-scoped-var)
(#4006) 'co' used outside of binding context. (block-scoped-var)
(#4006) Infix operators must be spaced. (space-infix-ops)
(#4006) Infix operators must be spaced. (space-infix-ops)
(#4006) Missing whitespace after semicolon. (semi-spacing)
(#4006) Infix operators must be spaced. (space-infix-ops)
(#4006) Missing whitespace after semicolon. (semi-spacing)
(#4006) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4007) 'co' used outside of binding context. (block-scoped-var)
(#4007) 'co' used outside of binding context. (block-scoped-var)
(#4007) Infix operators must be spaced. (space-infix-ops)
(#4007) Infix operators must be spaced. (space-infix-ops)
(#4007) Missing whitespace after semicolon. (semi-spacing)
(#4007) Infix operators must be spaced. (space-infix-ops)
(#4007) Missing whitespace after semicolon. (semi-spacing)
(#4007) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4008) 'co' used outside of binding context. (block-scoped-var)
(#4008) 'co' used outside of binding context. (block-scoped-var)
(#4008) Infix operators must be spaced. (space-infix-ops)
(#4008) Infix operators must be spaced. (space-infix-ops)
(#4008) Missing whitespace after semicolon. (semi-spacing)
(#4008) Infix operators must be spaced. (space-infix-ops)
(#4008) Missing whitespace after semicolon. (semi-spacing)
(#4008) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4009) 'co' used outside of binding context. (block-scoped-var)
(#4009) 'co' used outside of binding context. (block-scoped-var)
(#4009) Infix operators must be spaced. (space-infix-ops)
(#4009) Infix operators must be spaced. (space-infix-ops)
(#4009) Missing whitespace after semicolon. (semi-spacing)
(#4009) Infix operators must be spaced. (space-infix-ops)
(#4009) Missing whitespace after semicolon. (semi-spacing)
(#4009) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4010) Infix operators must be spaced. (space-infix-ops)
(#4010) Missing whitespace after semicolon. (semi-spacing)
(#4010) Infix operators must be spaced. (space-infix-ops)
(#4010) Missing whitespace after semicolon. (semi-spacing)
(#4010) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4013) Missing semicolon. (semi)
(#4016) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4018) Line 4018 exceeds the maximum line length of 132. (max-len)
(#4018) 'RGraph' is not defined. (no-undef)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) 'color2' is defined but never used (no-unused-vars)
(#4018) Missing space before opening brace. (space-before-blocks)
(#4018) Requires a space after '{'. (block-spacing)
(#4018) Statement inside of curly braces should be on next line. (brace-style)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) A space is required after ','. (comma-spacing)
(#4018) Missing whitespace after semicolon. (semi-spacing)
(#4018) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Missing whitespace after semicolon. (semi-spacing)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Missing whitespace after semicolon. (semi-spacing)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Missing whitespace after semicolon. (semi-spacing)
(#4018) Missing space before opening brace. (space-before-blocks)
(#4018) Requires a space after '{'. (block-spacing)
(#4018) Statement inside of curly braces should be on next line. (brace-style)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Missing whitespace after semicolon. (semi-spacing)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Infix operators must be spaced. (space-infix-ops)
(#4018) Missing whitespace after semicolon. (semi-spacing)
(#4018) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4018) A space is required after ','. (comma-spacing)
(#4018) Requires a space before '}'. (block-spacing)
(#4018) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4018) Expected space(s) before "return". (keyword-spacing)
(#4018) Requires a space before '}'. (block-spacing)
(#4018) Missing semicolon. (semi)
(#4019) Line 4019 exceeds the maximum line length of 132. (max-len)
(#4019) 'RGraph' is not defined. (no-undef)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) 'color2' is defined but never used (no-unused-vars)
(#4019) Requires a space after '{'. (block-spacing)
(#4019) Missing space before opening brace. (space-before-blocks)
(#4019) Statement inside of curly braces should be on next line. (brace-style)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) A space is required after ','. (comma-spacing)
(#4019) Missing whitespace after semicolon. (semi-spacing)
(#4019) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Missing whitespace after semicolon. (semi-spacing)
(#4019) Expected space(s) after "for". (keyword-spacing)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Missing whitespace after semicolon. (semi-spacing)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Requires a space after '{'. (block-spacing)
(#4019) Missing space before opening brace. (space-before-blocks)
(#4019) Statement inside of curly braces should be on next line. (brace-style)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Missing whitespace after semicolon. (semi-spacing)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Infix operators must be spaced. (space-infix-ops)
(#4019) Missing whitespace after semicolon. (semi-spacing)
(#4019) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4019) A space is required after ','. (comma-spacing)
(#4019) Requires a space before '}'. (block-spacing)
(#4019) Expected space(s) before "return". (keyword-spacing)
(#4019) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4019) Requires a space before '}'. (block-spacing)
(#4019) Missing semicolon. (semi)
(#4020) 'RGraph' is not defined. (no-undef)
(#4020) Identifier 'array_shift' is not in camel case. (camelcase)
(#4020) Infix operators must be spaced. (space-infix-ops)
(#4020) Requires a space after '{'. (block-spacing)
(#4020) Missing space before opening brace. (space-before-blocks)
(#4020) Statement inside of curly braces should be on next line. (brace-style)
(#4020) Infix operators must be spaced. (space-infix-ops)
(#4020) Missing whitespace after semicolon. (semi-spacing)
(#4020) Expected space(s) after "for". (keyword-spacing)
(#4020) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4020) Infix operators must be spaced. (space-infix-ops)
(#4020) Missing whitespace after semicolon. (semi-spacing)
(#4020) Infix operators must be spaced. (space-infix-ops)
(#4020) Missing whitespace after semicolon. (semi-spacing)
(#4020) Requires a space after '{'. (block-spacing)
(#4020) Missing space before opening brace. (space-before-blocks)
(#4020) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4020) Statement inside of curly braces should be on next line. (brace-style)
(#4020) Requires a space before '}'. (block-spacing)
(#4020) Expected space(s) before "return". (keyword-spacing)
(#4020) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4020) Requires a space before '}'. (block-spacing)
(#4020) Missing semicolon. (semi)
(#4021) 'RGraph' is not defined. (no-undef)
(#4021) Line 4021 exceeds the maximum line length of 132. (max-len)
(#4021) Infix operators must be spaced. (space-infix-ops)
(#4021) A space is required after ','. (comma-spacing)
(#4021) A space is required after ','. (comma-spacing)
(#4021) Missing space before opening brace. (space-before-blocks)
(#4021) Requires a space after '{'. (block-spacing)
(#4021) Statement inside of curly braces should be on next line. (brace-style)
(#4021) Infix operators must be spaced. (space-infix-ops)
(#4021) Infix operators must be spaced. (space-infix-ops)
(#4021) Missing whitespace after semicolon. (semi-spacing)
(#4021) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4021) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4021) 'RGraph' is not defined. (no-undef)
(#4021) A space is required after ','. (comma-spacing)
(#4021) A space is required after ','. (comma-spacing)
(#4021) A space is required after ','. (comma-spacing)
(#4021) Requires a space before '}'. (block-spacing)
(#4021) Missing semicolon. (semi)
(#4022) Line 4022 exceeds the maximum line length of 132. (max-len)
(#4022) 'RGraph' is not defined. (no-undef)
(#4022) Infix operators must be spaced. (space-infix-ops)
(#4022) Requires a space after '{'. (block-spacing)
(#4022) Missing space before opening brace. (space-before-blocks)
(#4022) Statement inside of curly braces should be on next line. (brace-style)
(#4022) Expected space(s) after "if". (keyword-spacing)
(#4022) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4022) Infix operators must be spaced. (space-infix-ops)
(#4022) Infix operators must be spaced. (space-infix-ops)
(#4022) Missing space before opening brace. (space-before-blocks)
(#4022) Requires a space after '{'. (block-spacing)
(#4022) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4022) Statement inside of curly braces should be on next line. (brace-style)
(#4022) A space is required after ','. (comma-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) Missing whitespace after semicolon. (semi-spacing)
(#4022) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4022) A space is required after ','. (comma-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) Requires a space before '}'. (block-spacing)
(#4022) Expected space(s) after "else". (keyword-spacing)
(#4022) Expected space(s) before "else". (keyword-spacing)
(#4022) Requires a space after '{'. (block-spacing)
(#4022) Statement inside of curly braces should be on next line. (brace-style)
(#4022) Missing whitespace after semicolon. (semi-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) Missing whitespace after semicolon. (semi-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) Missing whitespace after semicolon. (semi-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) Missing whitespace after semicolon. (semi-spacing)
(#4022) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4022) A space is required after ','. (comma-spacing)
(#4022) A space is required after ','. (comma-spacing)
(#4022) Requires a space before '}'. (block-spacing)
(#4022) Requires a space before '}'. (block-spacing)
(#4022) Missing semicolon. (semi)
(#4023) Line 4023 exceeds the maximum line length of 132. (max-len)
(#4023) 'RGraph' is not defined. (no-undef)
(#4023) Infix operators must be spaced. (space-infix-ops)
(#4023) Missing space before opening brace. (space-before-blocks)
(#4023) Requires a space after '{'. (block-spacing)
(#4023) Statement inside of curly braces should be on next line. (brace-style)
(#4023) Infix operators must be spaced. (space-infix-ops)
(#4023) 'RGraph' is not defined. (no-undef)
(#4023) Missing whitespace after semicolon. (semi-spacing)
(#4023) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4023) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4023) Expected space(s) after "if". (keyword-spacing)
(#4023) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#4023) Infix operators must be spaced. (space-infix-ops)
(#4023) Infix operators must be spaced. (space-infix-ops)
(#4023) Requires a space after '{'. (block-spacing)
(#4023) Missing space before opening brace. (space-before-blocks)
(#4023) Statement inside of curly braces should be on next line. (brace-style)
(#4023) Infix operators must be spaced. (space-infix-ops)
(#4023) Missing whitespace after semicolon. (semi-spacing)
(#4023) Infix operators must be spaced. (space-infix-ops)
(#4023) Missing whitespace after semicolon. (semi-spacing)
(#4023) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4023) 'RGraph' is not defined. (no-undef)
(#4023) A space is required after ','. (comma-spacing)
(#4023) Requires a space before '}'. (block-spacing)
(#4023) Requires a space before '}'. (block-spacing)
(#4023) Missing semicolon. (semi)
(#4024) 'RGraph' is not defined. (no-undef)
(#4024) Line 4024 exceeds the maximum line length of 132. (max-len)
(#4024) Infix operators must be spaced. (space-infix-ops)
(#4024) A space is required after ','. (comma-spacing)
(#4024) Requires a space after '{'. (block-spacing)
(#4024) Missing space before opening brace. (space-before-blocks)
(#4024) Statement inside of curly braces should be on next line. (brace-style)
(#4024) Infix operators must be spaced. (space-infix-ops)
(#4024) Infix operators must be spaced. (space-infix-ops)
(#4024) Missing whitespace after semicolon. (semi-spacing)
(#4024) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4024) Infix operators must be spaced. (space-infix-ops)
(#4024) Missing whitespace after semicolon. (semi-spacing)
(#4024) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4024) Requires a space before '}'. (block-spacing)
(#4024) Missing semicolon. (semi)
(#4025) 'RGraph' is not defined. (no-undef)
(#4025) Infix operators must be spaced. (space-infix-ops)
(#4025) A space is required after ','. (comma-spacing)
(#4025) A space is required after ','. (comma-spacing)
(#4025) Missing space before opening brace. (space-before-blocks)
(#4025) Requires a space after '{'. (block-spacing)
(#4025) Statement inside of curly braces should be on next line. (brace-style)
(#4025) Missing whitespace after semicolon. (semi-spacing)
(#4025) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4025) Expected space(s) after "for". (keyword-spacing)
(#4025) Expected { after 'for' condition. (curly)
(#4025) Infix operators must be spaced. (space-infix-ops)
(#4025) Missing whitespace after semicolon. (semi-spacing)
(#4025) Infix operators must be spaced. (space-infix-ops)
(#4025) Missing whitespace after semicolon. (semi-spacing)
(#4025) 'RGraph' is not defined. (no-undef)
(#4025) A space is required after ','. (comma-spacing)
(#4025) Missing whitespace after semicolon. (semi-spacing)
(#4025) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4025) Requires a space before '}'. (block-spacing)
(#4025) Missing semicolon. (semi)
(#4026) Line 4026 exceeds the maximum line length of 132. (max-len)
(#4026) 'RGraph' is not defined. (no-undef)
(#4026) Infix operators must be spaced. (space-infix-ops)
(#4026) Missing space before opening brace. (space-before-blocks)
(#4026) Requires a space after '{'. (block-spacing)
(#4026) Statement inside of curly braces should be on next line. (brace-style)
(#4026) Infix operators must be spaced. (space-infix-ops)
(#4026) Missing whitespace after semicolon. (semi-spacing)
(#4026) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4026) Infix operators must be spaced. (space-infix-ops)
(#4026) Missing whitespace after semicolon. (semi-spacing)
(#4026) Infix operators must be spaced. (space-infix-ops)
(#4026) Missing whitespace after semicolon. (semi-spacing)
(#4026) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4026) Infix operators must be spaced. (space-infix-ops)
(#4026) Requires a space before '}'. (block-spacing)
(#4026) Missing semicolon. (semi)
(#4027) Line 4027 exceeds the maximum line length of 132. (max-len)
(#4027) 'RGraph' is not defined. (no-undef)
(#4027) Infix operators must be spaced. (space-infix-ops)
(#4027) A space is required after ','. (comma-spacing)
(#4027) A space is required after ','. (comma-spacing)
(#4027) A space is required after ','. (comma-spacing)
(#4027) A space is required after ','. (comma-spacing)
(#4027) Requires a space after '{'. (block-spacing)
(#4027) Missing space before opening brace. (space-before-blocks)
(#4027) Statement inside of curly braces should be on next line. (brace-style)
(#4027) Infix operators must be spaced. (space-infix-ops)
(#4027) Missing whitespace after semicolon. (semi-spacing)
(#4027) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4027) Infix operators must be spaced. (space-infix-ops)
(#4027) Missing whitespace after semicolon. (semi-spacing)
(#4027) Infix operators must be spaced. (space-infix-ops)
(#4027) Missing whitespace after semicolon. (semi-spacing)
(#4027) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4027) Infix operators must be spaced. (space-infix-ops)
(#4027) Requires a space before '}'. (block-spacing)
(#4027) Missing semicolon. (semi)
(#4028) 'RGraph' is not defined. (no-undef)
(#4028) Identifier 'array_reverse' is not in camel case. (camelcase)
(#4028) Infix operators must be spaced. (space-infix-ops)
(#4028) Missing space before opening brace. (space-before-blocks)
(#4028) Requires a space after '{'. (block-spacing)
(#4028) Statement inside of curly braces should be on next line. (brace-style)
(#4028) Infix operators must be spaced. (space-infix-ops)
(#4028) Missing whitespace after semicolon. (semi-spacing)
(#4028) Expected space(s) after "for". (keyword-spacing)
(#4028) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4028) Infix operators must be spaced. (space-infix-ops)
(#4028) Infix operators must be spaced. (space-infix-ops)
(#4028) Missing whitespace after semicolon. (semi-spacing)
(#4028) Infix operators must be spaced. (space-infix-ops)
(#4028) Missing whitespace after semicolon. (semi-spacing)
(#4028) Requires a space after '{'. (block-spacing)
(#4028) Missing space before opening brace. (space-before-blocks)
(#4028) Statement inside of curly braces should be on next line. (brace-style)
(#4028) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4028) Requires a space before '}'. (block-spacing)
(#4028) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4028) Expected space(s) before "return". (keyword-spacing)
(#4028) Requires a space before '}'. (block-spacing)
(#4028) Missing semicolon. (semi)
(#4029) 'RGraph' is not defined. (no-undef)
(#4029) Infix operators must be spaced. (space-infix-ops)
(#4029) A space is required after ','. (comma-spacing)
(#4029) Requires a space after '{'. (block-spacing)
(#4029) Missing space before opening brace. (space-before-blocks)
(#4029) 'RGraph' is not defined. (no-undef)
(#4029) Statement inside of curly braces should be on next line. (brace-style)
(#4029) Infix operators must be spaced. (space-infix-ops)
(#4029) Missing whitespace after semicolon. (semi-spacing)
(#4029) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4029) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4029) Requires a space before '}'. (block-spacing)
(#4029) Missing semicolon. (semi)
(#4030) 'RGraph' is not defined. (no-undef)
(#4030) Infix operators must be spaced. (space-infix-ops)
(#4030) Missing space before opening brace. (space-before-blocks)
(#4030) Requires a space after '{'. (block-spacing)
(#4030) Statement inside of curly braces should be on next line. (brace-style)
(#4030) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4030) 'RGraph' is not defined. (no-undef)
(#4030) Requires a space before '}'. (block-spacing)
(#4030) Missing semicolon. (semi)
(#4031) 'RGraph' is not defined. (no-undef)
(#4031) Infix operators must be spaced. (space-infix-ops)
(#4031) Requires a space after '{'. (block-spacing)
(#4031) Missing space before opening brace. (space-before-blocks)
(#4031) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4031) Statement inside of curly braces should be on next line. (brace-style)
(#4031) Infix operators must be spaced. (space-infix-ops)
(#4031) 'PI' is not defined. (no-undef)
(#4031) Infix operators must be spaced. (space-infix-ops)
(#4031) Requires a space before '}'. (block-spacing)
(#4031) Missing semicolon. (semi)
(#4032) 'RGraph' is not defined. (no-undef)
(#4032) Infix operators must be spaced. (space-infix-ops)
(#4032) A space is required after ','. (comma-spacing)
(#4032) 'base' is defined but never used (no-unused-vars)
(#4032) Missing space before opening brace. (space-before-blocks)
(#4032) Requires a space after '{'. (block-spacing)
(#4032) Statement inside of curly braces should be on next line. (brace-style)
(#4032) Infix operators must be spaced. (space-infix-ops)
(#4032) Missing whitespace after semicolon. (semi-spacing)
(#4032) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4032) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4032) A space is required after ','. (comma-spacing)
(#4032) Requires a space after '{'. (block-spacing)
(#4032) Missing space before opening brace. (space-before-blocks)
(#4032) Statement inside of curly braces should be on next line. (brace-style)
(#4032) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4032) Infix operators must be spaced. (space-infix-ops)
(#4032) Infix operators must be spaced. (space-infix-ops)
(#4032) Requires a space before '}'. (block-spacing)
(#4032) Requires a space before '}'. (block-spacing)
(#4033) 'RGraph' is not defined. (no-undef)
(#4033) Identifier 'is_array' is not in camel case. (camelcase)
(#4033) Infix operators must be spaced. (space-infix-ops)
(#4033) Missing space before opening brace. (space-before-blocks)
(#4033) Requires a space after '{'. (block-spacing)
(#4033) Statement inside of curly braces should be on next line. (brace-style)
(#4033) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4033) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4033) Infix operators must be spaced. (space-infix-ops)
(#4033) Infix operators must be spaced. (space-infix-ops)
(#4033) Infix operators must be spaced. (space-infix-ops)
(#4033) Requires a space before '}'. (block-spacing)
(#4033) Missing semicolon. (semi)
(#4034) 'RGraph' is not defined. (no-undef)
(#4034) Infix operators must be spaced. (space-infix-ops)
(#4034) Missing space before opening brace. (space-before-blocks)
(#4034) Requires a space after '{'. (block-spacing)
(#4034) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4034) Statement inside of curly braces should be on next line. (brace-style)
(#4034) 'RGraph' is not defined. (no-undef)
(#4034) 'RGraph' is not defined. (no-undef)
(#4034) Requires a space before '}'. (block-spacing)
(#4034) Missing semicolon. (semi)
(#4035) 'RGraph' is not defined. (no-undef)
(#4035) Infix operators must be spaced. (space-infix-ops)
(#4035) Requires a space after '{'. (block-spacing)
(#4035) Missing space before opening brace. (space-before-blocks)
(#4035) Statement inside of curly braces should be on next line. (brace-style)
(#4035) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4035) Requires a space before '}'. (block-spacing)
(#4035) Missing semicolon. (semi)
(#4036) 'RGraph' is not defined. (no-undef)
(#4036) Infix operators must be spaced. (space-infix-ops)
(#4036) Requires a space after '{'. (block-spacing)
(#4036) Missing space before opening brace. (space-before-blocks)
(#4036) Statement inside of curly braces should be on next line. (brace-style)
(#4036) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4036) Requires a space before '}'. (block-spacing)
(#4036) Missing semicolon. (semi)
(#4037) 'RGraph' is not defined. (no-undef)
(#4037) Infix operators must be spaced. (space-infix-ops)
(#4037) Requires a space after '{'. (block-spacing)
(#4037) Missing space before opening brace. (space-before-blocks)
(#4037) Statement inside of curly braces should be on next line. (brace-style)
(#4037) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4037) Requires a space before '}'. (block-spacing)
(#4037) Missing semicolon. (semi)
(#4038) 'RGraph' is not defined. (no-undef)
(#4038) Infix operators must be spaced. (space-infix-ops)
(#4038) Requires a space after '{'. (block-spacing)
(#4038) Missing space before opening brace. (space-before-blocks)
(#4038) Statement inside of curly braces should be on next line. (brace-style)
(#4038) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4038) Requires a space before '}'. (block-spacing)
(#4038) Missing semicolon. (semi)
(#4039) 'RGraph' is not defined. (no-undef)
(#4039) Identifier 'is_null' is not in camel case. (camelcase)
(#4039) Infix operators must be spaced. (space-infix-ops)
(#4039) Requires a space after '{'. (block-spacing)
(#4039) Missing space before opening brace. (space-before-blocks)
(#4039) Expected space(s) after "if". (keyword-spacing)
(#4039) Statement inside of curly braces should be on next line. (brace-style)
(#4039) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4039) Infix operators must be spaced. (space-infix-ops)
(#4039) Infix operators must be spaced. (space-infix-ops)
(#4039) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#4039) Infix operators must be spaced. (space-infix-ops)
(#4039) Infix operators must be spaced. (space-infix-ops)
(#4039) Missing space before opening brace. (space-before-blocks)
(#4039) Requires a space after '{'. (block-spacing)
(#4039) Statement inside of curly braces should be on next line. (brace-style)
(#4039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4039) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4039) Requires a space before '}'. (block-spacing)
(#4039) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4039) Expected space(s) before "return". (keyword-spacing)
(#4039) Requires a space before '}'. (block-spacing)
(#4039) Missing semicolon. (semi)
(#4040) Line 4040 exceeds the maximum line length of 132. (max-len)
(#4040) 'RGraph' is not defined. (no-undef)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Requires a space after '{'. (block-spacing)
(#4040) Missing space before opening brace. (space-before-blocks)
(#4040) Expected space(s) after "if". (keyword-spacing)
(#4040) Statement inside of curly braces should be on next line. (brace-style)
(#4040) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#4040) 'RGraph' is not defined. (no-undef)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Requires a space after '{'. (block-spacing)
(#4040) Missing space before opening brace. (space-before-blocks)
(#4040) Statement inside of curly braces should be on next line. (brace-style)
(#4040) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4040) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4040) 'RGraph' is not defined. (no-undef)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Requires a space before '}'. (block-spacing)
(#4040) Expected space(s) before "var". (keyword-spacing)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Missing whitespace after semicolon. (semi-spacing)
(#4040) Unexpected console statement. (no-console)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) 'RGraph' is not defined. (no-undef)
(#4040) Missing whitespace after semicolon. (semi-spacing)
(#4040) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4040) 'RGraph' is not defined. (no-undef)
(#4040) Infix operators must be spaced. (space-infix-ops)
(#4040) Requires a space before '}'. (block-spacing)
(#4040) Missing semicolon. (semi)
(#4041) 'RGraph' is not defined. (no-undef)
(#4041) Infix operators must be spaced. (space-infix-ops)
(#4041) Requires a space after '{'. (block-spacing)
(#4041) Missing space before opening brace. (space-before-blocks)
(#4041) Statement inside of curly braces should be on next line. (brace-style)
(#4041) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4041) A space is required after ','. (comma-spacing)
(#4041) Infix operators must be spaced. (space-infix-ops)
(#4041) Requires a space before '}'. (block-spacing)
(#4041) Missing semicolon. (semi)
(#4042) 'RGraph' is not defined. (no-undef)
(#4042) Infix operators must be spaced. (space-infix-ops)
(#4042) Requires a space after '{'. (block-spacing)
(#4042) Missing space before opening brace. (space-before-blocks)
(#4042) Statement inside of curly braces should be on next line. (brace-style)
(#4042) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4042) Infix operators must be spaced. (space-infix-ops)
(#4042) Infix operators must be spaced. (space-infix-ops)
(#4042) Infix operators must be spaced. (space-infix-ops)
(#4042) Requires a space before '}'. (block-spacing)
(#4042) Missing whitespace after semicolon. (semi-spacing)
(#4042) 'ISIE' is not defined. (no-undef)
(#4042) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4042) Infix operators must be spaced. (space-infix-ops)
(#4042) 'RGraph' is not defined. (no-undef)
(#4043) 'RGraph' is not defined. (no-undef)
(#4043) Infix operators must be spaced. (space-infix-ops)
(#4043) Requires a space after '{'. (block-spacing)
(#4043) Missing space before opening brace. (space-before-blocks)
(#4043) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4043) Statement inside of curly braces should be on next line. (brace-style)
(#4043) Infix operators must be spaced. (space-infix-ops)
(#4043) Requires a space before '}'. (block-spacing)
(#4043) Missing whitespace after semicolon. (semi-spacing)
(#4043) 'ISIE6' is not defined. (no-undef)
(#4043) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4043) Infix operators must be spaced. (space-infix-ops)
(#4043) 'RGraph' is not defined. (no-undef)
(#4044) 'RGraph' is not defined. (no-undef)
(#4044) Infix operators must be spaced. (space-infix-ops)
(#4044) Missing space before opening brace. (space-before-blocks)
(#4044) Requires a space after '{'. (block-spacing)
(#4044) Statement inside of curly braces should be on next line. (brace-style)
(#4044) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4044) Infix operators must be spaced. (space-infix-ops)
(#4044) Requires a space before '}'. (block-spacing)
(#4044) Missing whitespace after semicolon. (semi-spacing)
(#4044) 'ISIE7' is not defined. (no-undef)
(#4044) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4044) Infix operators must be spaced. (space-infix-ops)
(#4044) 'RGraph' is not defined. (no-undef)
(#4045) 'RGraph' is not defined. (no-undef)
(#4045) Infix operators must be spaced. (space-infix-ops)
(#4045) Requires a space after '{'. (block-spacing)
(#4045) Missing space before opening brace. (space-before-blocks)
(#4045) Statement inside of curly braces should be on next line. (brace-style)
(#4045) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4045) Infix operators must be spaced. (space-infix-ops)
(#4045) Requires a space before '}'. (block-spacing)
(#4045) Missing whitespace after semicolon. (semi-spacing)
(#4045) 'ISIE8' is not defined. (no-undef)
(#4045) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4045) Infix operators must be spaced. (space-infix-ops)
(#4045) 'RGraph' is not defined. (no-undef)
(#4046) 'RGraph' is not defined. (no-undef)
(#4046) Infix operators must be spaced. (space-infix-ops)
(#4046) Missing space before opening brace. (space-before-blocks)
(#4046) Requires a space after '{'. (block-spacing)
(#4046) Statement inside of curly braces should be on next line. (brace-style)
(#4046) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4046) Infix operators must be spaced. (space-infix-ops)
(#4046) Requires a space before '}'. (block-spacing)
(#4046) Missing whitespace after semicolon. (semi-spacing)
(#4046) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4046) 'ISIE9' is not defined. (no-undef)
(#4046) Infix operators must be spaced. (space-infix-ops)
(#4046) 'RGraph' is not defined. (no-undef)
(#4047) 'RGraph' is not defined. (no-undef)
(#4047) Infix operators must be spaced. (space-infix-ops)
(#4047) Missing space before opening brace. (space-before-blocks)
(#4047) Requires a space after '{'. (block-spacing)
(#4047) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4047) Statement inside of curly braces should be on next line. (brace-style)
(#4047) Infix operators must be spaced. (space-infix-ops)
(#4047) Requires a space before '}'. (block-spacing)
(#4047) Missing whitespace after semicolon. (semi-spacing)
(#4047) 'ISIE10' is not defined. (no-undef)
(#4047) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4047) Infix operators must be spaced. (space-infix-ops)
(#4047) 'RGraph' is not defined. (no-undef)
(#4048) 'RGraph' is not defined. (no-undef)
(#4048) Line 4048 exceeds the maximum line length of 132. (max-len)
(#4048) Infix operators must be spaced. (space-infix-ops)
(#4048) Requires a space after '{'. (block-spacing)
(#4048) Missing space before opening brace. (space-before-blocks)
(#4048) Statement inside of curly braces should be on next line. (brace-style)
(#4048) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4048) Infix operators must be spaced. (space-infix-ops)
(#4048) Infix operators must be spaced. (space-infix-ops)
(#4048) Infix operators must be spaced. (space-infix-ops)
(#4048) Requires a space before '}'. (block-spacing)
(#4048) Missing whitespace after semicolon. (semi-spacing)
(#4048) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4048) 'ISIE11' is not defined. (no-undef)
(#4048) Infix operators must be spaced. (space-infix-ops)
(#4048) 'RGraph' is not defined. (no-undef)
(#4049) 'RGraph' is not defined. (no-undef)
(#4049) Infix operators must be spaced. (space-infix-ops)
(#4049) Missing space before opening brace. (space-before-blocks)
(#4049) Requires a space after '{'. (block-spacing)
(#4049) Statement inside of curly braces should be on next line. (brace-style)
(#4049) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4049) 'ISIE9' is not defined. (no-undef)
(#4049) Infix operators must be spaced. (space-infix-ops)
(#4049) 'ISIE10' is not defined. (no-undef)
(#4049) Infix operators must be spaced. (space-infix-ops)
(#4049) 'ISIE11' is not defined. (no-undef)
(#4049) Requires a space before '}'. (block-spacing)
(#4049) Missing whitespace after semicolon. (semi-spacing)
(#4049) 'ISIE9UP' is not defined. (no-undef)
(#4049) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4049) Infix operators must be spaced. (space-infix-ops)
(#4049) 'RGraph' is not defined. (no-undef)
(#4050) 'RGraph' is not defined. (no-undef)
(#4050) Infix operators must be spaced. (space-infix-ops)
(#4050) Missing space before opening brace. (space-before-blocks)
(#4050) Requires a space after '{'. (block-spacing)
(#4050) Statement inside of curly braces should be on next line. (brace-style)
(#4050) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4050) 'ISIE10' is not defined. (no-undef)
(#4050) Infix operators must be spaced. (space-infix-ops)
(#4050) 'ISIE11' is not defined. (no-undef)
(#4050) Missing semicolon. (semi)
(#4050) Requires a space before '}'. (block-spacing)
(#4050) Missing whitespace after semicolon. (semi-spacing)
(#4050) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4050) 'ISIE10UP' is not defined. (no-undef)
(#4050) Infix operators must be spaced. (space-infix-ops)
(#4050) 'RGraph' is not defined. (no-undef)
(#4051) 'RGraph' is not defined. (no-undef)
(#4051) Infix operators must be spaced. (space-infix-ops)
(#4051) Requires a space after '{'. (block-spacing)
(#4051) Missing space before opening brace. (space-before-blocks)
(#4051) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4051) Statement inside of curly braces should be on next line. (brace-style)
(#4051) 'ISIE11' is not defined. (no-undef)
(#4051) Missing semicolon. (semi)
(#4051) Requires a space before '}'. (block-spacing)
(#4051) Missing whitespace after semicolon. (semi-spacing)
(#4051) 'ISIE11UP' is not defined. (no-undef)
(#4051) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4051) Infix operators must be spaced. (space-infix-ops)
(#4051) 'RGraph' is not defined. (no-undef)
(#4052) 'RGraph' is not defined. (no-undef)
(#4052) Infix operators must be spaced. (space-infix-ops)
(#4052) Missing space before opening brace. (space-before-blocks)
(#4052) Requires a space after '{'. (block-spacing)
(#4052) Statement inside of curly braces should be on next line. (brace-style)
(#4052) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4052) 'ISIE6' is not defined. (no-undef)
(#4052) Infix operators must be spaced. (space-infix-ops)
(#4052) 'ISIE7' is not defined. (no-undef)
(#4052) Infix operators must be spaced. (space-infix-ops)
(#4052) 'ISIE8' is not defined. (no-undef)
(#4052) Requires a space before '}'. (block-spacing)
(#4052) Missing whitespace after semicolon. (semi-spacing)
(#4052) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4052) 'ISOLD' is not defined. (no-undef)
(#4052) Infix operators must be spaced. (space-infix-ops)
(#4052) 'RGraph' is not defined. (no-undef)
(#4053) 'RGraph' is not defined. (no-undef)
(#4053) Infix operators must be spaced. (space-infix-ops)
(#4053) Requires a space after '{'. (block-spacing)
(#4053) Missing space before opening brace. (space-before-blocks)
(#4053) Statement inside of curly braces should be on next line. (brace-style)
(#4053) Infix operators must be spaced. (space-infix-ops)
(#4053) Missing whitespace after semicolon. (semi-spacing)
(#4053) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#4053) 'RGraph' is not defined. (no-undef)
(#4053) Missing whitespace after semicolon. (semi-spacing)
(#4053) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4053) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#4053) Infix operators must be spaced. (space-infix-ops)
(#4053) Requires a space before '}'. (block-spacing)
(#4053) Missing semicolon. (semi)
(#4054) Missing JSDoc comment. (require-jsdoc)
(#4054) 'pd' is defined but never used (no-unused-vars)
(#4054) Missing space before opening brace. (space-before-blocks)
(#4054) Requires a space after '{'. (block-spacing)
(#4054) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4054) Statement inside of curly braces should be on next line. (brace-style)
(#4054) 'RGraph' is not defined. (no-undef)
(#4054) Requires a space before '}'. (block-spacing)
(#4055) Missing JSDoc comment. (require-jsdoc)
(#4055) 'variable' is defined but never used (no-unused-vars)
(#4055) Requires a space after '{'. (block-spacing)
(#4055) Missing space before opening brace. (space-before-blocks)
(#4055) Statement inside of curly braces should be on next line. (brace-style)
(#4055) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4055) 'RGraph' is not defined. (no-undef)
(#4055) A space is required after ','. (comma-spacing)
(#4055) A space is required after ','. (comma-spacing)
(#4055) Requires a space before '}'. (block-spacing)
(#4056) Missing JSDoc comment. (require-jsdoc)
(#4056) 'a' is defined but never used (no-unused-vars)
(#4056) Missing space before opening brace. (space-before-blocks)
(#4056) Requires a space after '{'. (block-spacing)
(#4056) Unexpected alert. (no-alert)
(#4056) Statement inside of curly braces should be on next line. (brace-style)
(#4056) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4056) Requires a space before '}'. (block-spacing)
(#4057) Missing JSDoc comment. (require-jsdoc)
(#4057) 'cl' is defined but never used (no-unused-vars)
(#4057) Missing space before opening brace. (space-before-blocks)
(#4057) Requires a space after '{'. (block-spacing)
(#4057) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4057) Statement inside of curly braces should be on next line. (brace-style)
(#4057) Unexpected console statement. (no-console)
(#4057) Requires a space before '}'. (block-spacing)
mod/questionnaire/javascript/RGraph/RGraph.hbar.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Expected { after 'if' condition. (curly)
(#11) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#11) 'RGraph' is not defined. (no-undef)
(#13) Expected JSDoc for 'id' but found 'object'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#13) Expected JSDoc for 'data' but found 'array'. (valid-jsdoc)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#21) 'RGraph' is not defined. (no-undef)
(#21) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#25) Multiple spaces found before '='. (no-multi-spaces)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#31) 'RGraph' is not defined. (no-undef)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) 'RGraph' is not defined. (no-undef)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#34) Multiple spaces found before '='. (no-multi-spaces)
(#35) Multiple spaces found before '='. (no-multi-spaces)
(#36) Multiple spaces found before '='. (no-multi-spaces)
(#42) 'RGraph' is not defined. (no-undef)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Multiple spaces found before '='. (no-multi-spaces)
(#64) Missing space before value for key 'chart.background.grid.autofit'. (key-spacing)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#126) Missing space before value for key 'chart.key.interactive.highlight.chart.fill'. (key-spacing)
(#127) Missing space before value for key 'chart.key.interactive.highlight.label'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#179) Missing semicolon. (semi)
(#183) Unexpected alert. (no-alert)
(#187) 'i' used outside of binding context. (block-scoped-var)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) 'i' used outside of binding context. (block-scoped-var)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) 'i' used outside of binding context. (block-scoped-var)
(#188) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#188) 'i' used outside of binding context. (block-scoped-var)
(#197) Identifier 'linear_data' is not in camel case. (camelcase)
(#197) 'RGraph' is not defined. (no-undef)
(#198) Infix operators must be spaced. (space-infix-ops)
(#198) Infix operators must be spaced. (space-infix-ops)
(#198) Identifier 'linear_data' is not in camel case. (camelcase)
(#203) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#207) Identifier 'data_arr' is not in camel case. (camelcase)
(#207) 'RGraph' is not defined. (no-undef)
(#215) A space is required after ','. (comma-spacing)
(#216) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#222) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#227) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#228) Multiple spaces found before '='. (no-multi-spaces)
(#228) 'RGraph' is not defined. (no-undef)
(#229) Multiple spaces found before '='. (no-multi-spaces)
(#230) Multiple spaces found before '='. (no-multi-spaces)
(#232) Expected space or tab after '//' in comment. (spaced-comment)
(#236) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#237) Expected space or tab after '//' in comment. (spaced-comment)
(#241) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#242) Missing JSDoc @returns for function. (valid-jsdoc)
(#242) Missing JSDoc parameter type for 'value'. (valid-jsdoc)
(#242) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#244) Trailing spaces not allowed. (no-trailing-spaces)
(#248) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#248) Unexpected space before function parentheses. (space-before-function-paren)
(#251) Trailing spaces not allowed. (no-trailing-spaces)
(#255) A space is required after ','. (comma-spacing)
(#258) Trailing spaces not allowed. (no-trailing-spaces)
(#262) Trailing spaces not allowed. (no-trailing-spaces)
(#264) Trailing spaces not allowed. (no-trailing-spaces)
(#266) Missing semicolon. (semi)
(#270) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#271) Missing JSDoc parameter type for 'name'. (valid-jsdoc)
(#271) Missing JSDoc @returns for function. (valid-jsdoc)
(#273) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#276) Unexpected space before function parentheses. (space-before-function-paren)
(#281) A space is required after ','. (comma-spacing)
(#284) Trailing spaces not allowed. (no-trailing-spaces)
(#288) Trailing spaces not allowed. (no-trailing-spaces)
(#290) Missing semicolon. (semi)
(#294) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#295) Missing JSDoc @returns for function. (valid-jsdoc)
(#298) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#298) Unexpected space before function parentheses. (space-before-function-paren)
(#304) Trailing spaces not allowed. (no-trailing-spaces)
(#305) Trailing spaces not allowed. (no-trailing-spaces)
(#311) Trailing spaces not allowed. (no-trailing-spaces)
(#315) Trailing spaces not allowed. (no-trailing-spaces)
(#316) Trailing spaces not allowed. (no-trailing-spaces)
(#321) Multiple spaces found before '='. (no-multi-spaces)
(#322) Multiple spaces found before '='. (no-multi-spaces)
(#323) Multiple spaces found before '='. (no-multi-spaces)
(#325) Trailing spaces not allowed. (no-trailing-spaces)
(#329) Multiple spaces found before '='. (no-multi-spaces)
(#331) Multiple spaces found before '='. (no-multi-spaces)
(#332) Trailing spaces not allowed. (no-trailing-spaces)
(#337) Unexpected alert. (no-alert)
(#340) Trailing spaces not allowed. (no-trailing-spaces)
(#345) Multiple spaces found before '='. (no-multi-spaces)
(#346) Multiple spaces found before '='. (no-multi-spaces)
(#347) Multiple spaces found before '='. (no-multi-spaces)
(#349) Trailing spaces not allowed. (no-trailing-spaces)
(#350) Trailing spaces not allowed. (no-trailing-spaces)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#352) Trailing spaces not allowed. (no-trailing-spaces)
(#353) Trailing spaces not allowed. (no-trailing-spaces)
(#354) Trailing spaces not allowed. (no-trailing-spaces)
(#354) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#357) Trailing spaces not allowed. (no-trailing-spaces)
(#361) Trailing spaces not allowed. (no-trailing-spaces)
(#362) Trailing spaces not allowed. (no-trailing-spaces)
(#367) Trailing spaces not allowed. (no-trailing-spaces)
(#368) Trailing spaces not allowed. (no-trailing-spaces)
(#369) Trailing spaces not allowed. (no-trailing-spaces)
(#369) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#378) Trailing spaces not allowed. (no-trailing-spaces)
(#378) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#383) Trailing spaces not allowed. (no-trailing-spaces)
(#384) Trailing spaces not allowed. (no-trailing-spaces)
(#391) Trailing spaces not allowed. (no-trailing-spaces)
(#392) Trailing spaces not allowed. (no-trailing-spaces)
(#397) Trailing spaces not allowed. (no-trailing-spaces)
(#398) Trailing spaces not allowed. (no-trailing-spaces)
(#405) Missing semicolon. (semi)
(#409) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#413) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#413) Unexpected space before function parentheses. (space-before-function-paren)
(#416) Trailing spaces not allowed. (no-trailing-spaces)
(#418) Trailing spaces not allowed. (no-trailing-spaces)
(#419) Multiple spaces found before '='. (no-multi-spaces)
(#421) Trailing spaces not allowed. (no-trailing-spaces)
(#432) Trailing spaces not allowed. (no-trailing-spaces)
(#435) Infix operators must be spaced. (space-infix-ops)
(#438) Trailing spaces not allowed. (no-trailing-spaces)
(#440) There should be no spaces inside this paren. (space-in-parens)
(#440) Multiple spaces found before 'prop'. (no-multi-spaces)
(#445) Trailing spaces not allowed. (no-trailing-spaces)
(#446) Line 446 exceeds the maximum line length of 132. (max-len)
(#447) Trailing spaces not allowed. (no-trailing-spaces)
(#448) 'y' is not defined. (no-undef)
(#448) Infix operators must be spaced. (space-infix-ops)
(#448) 'y' is not defined. (no-undef)
(#448) Infix operators must be spaced. (space-infix-ops)
(#448) 'y' is not defined. (no-undef)
(#448) Infix operators must be spaced. (space-infix-ops)
(#450) 'y' is not defined. (no-undef)
(#451) Multiple spaces found before '-'. (no-multi-spaces)
(#451) 'y' is not defined. (no-undef)
(#453) 'y' is not defined. (no-undef)
(#454) There should be no spaces inside this paren. (space-in-parens)
(#454) Multiple spaces found before '-'. (no-multi-spaces)
(#454) 'y' is not defined. (no-undef)
(#457) Trailing spaces not allowed. (no-trailing-spaces)
(#461) 'y' is not defined. (no-undef)
(#462) Multiple spaces found before '-'. (no-multi-spaces)
(#462) 'y' is not defined. (no-undef)
(#464) 'y' is not defined. (no-undef)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#465) Multiple spaces found before '-'. (no-multi-spaces)
(#465) 'y' is not defined. (no-undef)
(#469) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Trailing spaces not allowed. (no-trailing-spaces)
(#472) There should be no spaces inside this paren. (space-in-parens)
(#472) Multiple spaces found before 'prop'. (no-multi-spaces)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#477) 'xTickGap' is not defined. (no-undef)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#478) Trailing spaces not allowed. (no-trailing-spaces)
(#479) 'yStart' is not defined. (no-undef)
(#479) Multiple spaces found before '='. (no-multi-spaces)
(#480) 'yEnd' is not defined. (no-undef)
(#480) Multiple spaces found before '='. (no-multi-spaces)
(#481) Trailing spaces not allowed. (no-trailing-spaces)
(#482) Line 482 exceeds the maximum line length of 132. (max-len)
(#482) 'x' is not defined. (no-undef)
(#482) Infix operators must be spaced. (space-infix-ops)
(#482) 'i' used outside of binding context. (block-scoped-var)
(#482) Infix operators must be spaced. (space-infix-ops)
(#482) 'x' is not defined. (no-undef)
(#482) Infix operators must be spaced. (space-infix-ops)
(#482) 'x' is not defined. (no-undef)
(#482) Infix operators must be spaced. (space-infix-ops)
(#482) Expected space(s) before "this". (keyword-spacing)
(#482) 'x' is not defined. (no-undef)
(#482) Infix operators must be spaced. (space-infix-ops)
(#482) 'xTickGap' is not defined. (no-undef)
(#483) Trailing spaces not allowed. (no-trailing-spaces)
(#484) 'i' used outside of binding context. (block-scoped-var)
(#485) 'x' is not defined. (no-undef)
(#485) 'yStart' is not defined. (no-undef)
(#486) 'x' is not defined. (no-undef)
(#486) 'yEnd' is not defined. (no-undef)
(#488) 'i' used outside of binding context. (block-scoped-var)
(#490) Trailing spaces not allowed. (no-trailing-spaces)
(#493) 'yStart' is not defined. (no-undef)
(#494) There should be no spaces inside this paren. (space-in-parens)
(#494) 'yEnd' is not defined. (no-undef)
(#498) Trailing spaces not allowed. (no-trailing-spaces)
(#503) Missing semicolon. (semi)
(#507) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#511) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#511) Unexpected space before function parentheses. (space-before-function-paren)
(#513) Identifier 'units_pre' is not in camel case. (camelcase)
(#513) Multiple spaces found before '='. (no-multi-spaces)
(#514) Identifier 'units_post' is not in camel case. (camelcase)
(#515) Identifier 'text_size' is not in camel case. (camelcase)
(#515) Multiple spaces found before '='. (no-multi-spaces)
(#516) 'font' used outside of binding context. (block-scoped-var)
(#516) Multiple spaces found before '='. (no-multi-spaces)
(#517) Trailing spaces not allowed. (no-trailing-spaces)
(#518) Trailing spaces not allowed. (no-trailing-spaces)
(#519) Trailing spaces not allowed. (no-trailing-spaces)
(#519) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#524) Identifier 'units_pre' is not in camel case. (camelcase)
(#524) Multiple spaces found before '='. (no-multi-spaces)
(#525) Identifier 'units_post' is not in camel case. (camelcase)
(#527) Trailing spaces not allowed. (no-trailing-spaces)
(#528) Trailing spaces not allowed. (no-trailing-spaces)
(#533) Trailing spaces not allowed. (no-trailing-spaces)
(#537) 'RGraph' is not defined. (no-undef)
(#538) Trailing spaces not allowed. (no-trailing-spaces)
(#542) 'labels' used outside of binding context. (block-scoped-var)
(#542) Multiple spaces found before '='. (no-multi-spaces)
(#543) 'interval' used outside of binding context. (block-scoped-var)
(#543) Multiple spaces found before '='. (no-multi-spaces)
(#543) 'labels' used outside of binding context. (block-scoped-var)
(#546) Trailing spaces not allowed. (no-trailing-spaces)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) Infix operators must be spaced. (space-infix-ops)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) Infix operators must be spaced. (space-infix-ops)
(#547) 'labels' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) 'i' used outside of binding context. (block-scoped-var)
(#547) Infix operators must be spaced. (space-infix-ops)
(#548) 'font' used outside of binding context. (block-scoped-var)
(#548) Missing space before value for key 'font'. (key-spacing)
(#549) Identifier 'text_size' is not in camel case. (camelcase)
(#549) Missing space before value for key 'size'. (key-spacing)
(#550) Missing space before value for key 'x'. (key-spacing)
(#550) 'interval' used outside of binding context. (block-scoped-var)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#551) Missing space before value for key 'y'. (key-spacing)
(#552) Missing space before value for key 'text'. (key-spacing)
(#552) 'labels' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#553) Missing space before value for key 'valign'. (key-spacing)
(#554) Missing space before value for key 'halign'. (key-spacing)
(#557) Trailing spaces not allowed. (no-trailing-spaces)
(#558) 'i' is already defined (no-redeclare)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) Infix operators must be spaced. (space-infix-ops)
(#558) 'labels' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) Infix operators must be spaced. (space-infix-ops)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) 'i' used outside of binding context. (block-scoped-var)
(#558) Infix operators must be spaced. (space-infix-ops)
(#559) 'font' used outside of binding context. (block-scoped-var)
(#559) Missing space before value for key 'font'. (key-spacing)
(#560) Identifier 'text_size' is not in camel case. (camelcase)
(#560) Missing space before value for key 'size'. (key-spacing)
(#561) Missing space before value for key 'x'. (key-spacing)
(#561) 'interval' used outside of binding context. (block-scoped-var)
(#561) 'labels' used outside of binding context. (block-scoped-var)
(#561) 'i' used outside of binding context. (block-scoped-var)
(#561) 'i' used outside of binding context. (block-scoped-var)
(#561) 'i' used outside of binding context. (block-scoped-var)
(#561) 'i' used outside of binding context. (block-scoped-var)
(#561) 'i' used outside of binding context. (block-scoped-var)
(#561) 'i' used outside of binding context. (block-scoped-var)
(#562) Missing space before value for key 'y'. (key-spacing)
(#563) 'labels' used outside of binding context. (block-scoped-var)
(#563) Missing space before value for key 'text'. (key-spacing)
(#563) 'i' used outside of binding context. (block-scoped-var)
(#563) 'i' used outside of binding context. (block-scoped-var)
(#563) 'i' used outside of binding context. (block-scoped-var)
(#563) 'i' used outside of binding context. (block-scoped-var)
(#563) 'i' used outside of binding context. (block-scoped-var)
(#563) 'i' used outside of binding context. (block-scoped-var)
(#564) Missing space before value for key 'valign'. (key-spacing)
(#565) Missing space before value for key 'halign'. (key-spacing)
(#571) 'labels' used outside of binding context. (block-scoped-var)
(#571) 'labels' is already defined (no-redeclare)
(#571) Multiple spaces found before '='. (no-multi-spaces)
(#572) 'interval' is already defined (no-redeclare)
(#572) 'interval' used outside of binding context. (block-scoped-var)
(#572) 'labels' used outside of binding context. (block-scoped-var)
(#573) Trailing spaces not allowed. (no-trailing-spaces)
(#575) Trailing spaces not allowed. (no-trailing-spaces)
(#576) 'i' is already defined (no-redeclare)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) Infix operators must be spaced. (space-infix-ops)
(#576) 'labels' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) 'i' used outside of binding context. (block-scoped-var)
(#576) Infix operators must be spaced. (space-infix-ops)
(#577) Missing space before value for key 'font'. (key-spacing)
(#577) 'font' used outside of binding context. (block-scoped-var)
(#578) Identifier 'text_size' is not in camel case. (camelcase)
(#578) Missing space before value for key 'size'. (key-spacing)
(#579) Missing space before value for key 'x'. (key-spacing)
(#579) 'interval' used outside of binding context. (block-scoped-var)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#580) Missing space before value for key 'y'. (key-spacing)
(#581) 'labels' used outside of binding context. (block-scoped-var)
(#581) Missing space before value for key 'text'. (key-spacing)
(#581) 'i' used outside of binding context. (block-scoped-var)
(#581) 'i' used outside of binding context. (block-scoped-var)
(#581) 'i' used outside of binding context. (block-scoped-var)
(#581) 'i' used outside of binding context. (block-scoped-var)
(#581) 'i' used outside of binding context. (block-scoped-var)
(#581) 'i' used outside of binding context. (block-scoped-var)
(#582) Missing space before value for key 'valign'. (key-spacing)
(#583) Missing space before value for key 'halign'. (key-spacing)
(#592) Trailing spaces not allowed. (no-trailing-spaces)
(#594) Trailing spaces not allowed. (no-trailing-spaces)
(#597) Trailing spaces not allowed. (no-trailing-spaces)
(#598) Trailing spaces not allowed. (no-trailing-spaces)
(#600) Trailing spaces not allowed. (no-trailing-spaces)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' is already defined (no-redeclare)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) Infix operators must be spaced. (space-infix-ops)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) Infix operators must be spaced. (space-infix-ops)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#601) 'i' used outside of binding context. (block-scoped-var)
(#602) 'font' used outside of binding context. (block-scoped-var)
(#602) Missing space before value for key 'font'. (key-spacing)
(#603) Identifier 'text_size' is not in camel case. (camelcase)
(#603) Missing space before value for key 'size'. (key-spacing)
(#604) Line 604 exceeds the maximum line length of 132. (max-len)
(#604) Missing space before value for key 'x'. (key-spacing)
(#604) 'i' used outside of binding context. (block-scoped-var)
(#604) 'i' used outside of binding context. (block-scoped-var)
(#604) 'i' used outside of binding context. (block-scoped-var)
(#604) 'i' used outside of binding context. (block-scoped-var)
(#604) 'i' used outside of binding context. (block-scoped-var)
(#604) 'i' used outside of binding context. (block-scoped-var)
(#604) Infix operators must be spaced. (space-infix-ops)
(#604) Infix operators must be spaced. (space-infix-ops)
(#605) Missing space before value for key 'y'. (key-spacing)
(#606) Missing space before value for key 'text'. (key-spacing)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#607) Missing space before value for key 'valign'. (key-spacing)
(#608) Missing space before value for key 'halign'. (key-spacing)
(#611) Trailing spaces not allowed. (no-trailing-spaces)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' is already defined (no-redeclare)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) Infix operators must be spaced. (space-infix-ops)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#612) 'i' used outside of binding context. (block-scoped-var)
(#613) Missing space before value for key 'font'. (key-spacing)
(#613) 'font' used outside of binding context. (block-scoped-var)
(#614) Identifier 'text_size' is not in camel case. (camelcase)
(#614) Missing space before value for key 'size'. (key-spacing)
(#615) Line 615 exceeds the maximum line length of 132. (max-len)
(#615) Missing space before value for key 'x'. (key-spacing)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) 'i' used outside of binding context. (block-scoped-var)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) Infix operators must be spaced. (space-infix-ops)
(#616) Missing space before value for key 'y'. (key-spacing)
(#617) Missing space before value for key 'text'. (key-spacing)
(#617) 'i' used outside of binding context. (block-scoped-var)
(#617) 'i' used outside of binding context. (block-scoped-var)
(#617) 'i' used outside of binding context. (block-scoped-var)
(#617) 'i' used outside of binding context. (block-scoped-var)
(#617) 'i' used outside of binding context. (block-scoped-var)
(#617) 'i' used outside of binding context. (block-scoped-var)
(#618) Missing space before value for key 'valign'. (key-spacing)
(#619) Missing space before value for key 'halign'. (key-spacing)
(#622) Trailing spaces not allowed. (no-trailing-spaces)
(#624) Trailing spaces not allowed. (no-trailing-spaces)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' is already defined (no-redeclare)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) Infix operators must be spaced. (space-infix-ops)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#625) 'i' used outside of binding context. (block-scoped-var)
(#626) 'font' used outside of binding context. (block-scoped-var)
(#626) Missing space before value for key 'font'. (key-spacing)
(#627) Missing space before value for key 'size'. (key-spacing)
(#627) Identifier 'text_size' is not in camel case. (camelcase)
(#628) Missing space before value for key 'x'. (key-spacing)
(#628) 'i' used outside of binding context. (block-scoped-var)
(#628) 'i' used outside of binding context. (block-scoped-var)
(#628) 'i' used outside of binding context. (block-scoped-var)
(#628) 'i' used outside of binding context. (block-scoped-var)
(#628) 'i' used outside of binding context. (block-scoped-var)
(#628) 'i' used outside of binding context. (block-scoped-var)
(#628) Infix operators must be spaced. (space-infix-ops)
(#628) Infix operators must be spaced. (space-infix-ops)
(#629) Missing space before value for key 'y'. (key-spacing)
(#630) Missing space before value for key 'text'. (key-spacing)
(#630) 'i' used outside of binding context. (block-scoped-var)
(#630) 'i' used outside of binding context. (block-scoped-var)
(#630) 'i' used outside of binding context. (block-scoped-var)
(#630) 'i' used outside of binding context. (block-scoped-var)
(#630) 'i' used outside of binding context. (block-scoped-var)
(#630) 'i' used outside of binding context. (block-scoped-var)
(#631) Missing space before value for key 'valign'. (key-spacing)
(#632) Missing space before value for key 'halign'. (key-spacing)
(#637) Trailing spaces not allowed. (no-trailing-spaces)
(#642) Trailing spaces not allowed. (no-trailing-spaces)
(#643) Multiple spaces found before 'this'. (no-multi-spaces)
(#643) Infix operators must be spaced. (space-infix-ops)
(#644) Trailing spaces not allowed. (no-trailing-spaces)
(#645) 'font' used outside of binding context. (block-scoped-var)
(#645) Missing space before value for key 'font'. (key-spacing)
(#646) Identifier 'text_size' is not in camel case. (camelcase)
(#646) Missing space before value for key 'size'. (key-spacing)
(#647) Missing space before value for key 'x'. (key-spacing)
(#648) Missing space before value for key 'y'. (key-spacing)
(#649) Line 649 exceeds the maximum line length of 132. (max-len)
(#649) Missing space before value for key 'text'. (key-spacing)
(#650) Missing space before value for key 'valign'. (key-spacing)
(#651) Missing space before value for key 'halign'. (key-spacing)
(#655) Trailing spaces not allowed. (no-trailing-spaces)
(#660) Trailing spaces not allowed. (no-trailing-spaces)
(#664) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#665) Trailing spaces not allowed. (no-trailing-spaces)
(#667) 'font' is already defined (no-redeclare)
(#667) Multiple spaces found before '='. (no-multi-spaces)
(#668) Trailing spaces not allowed. (no-trailing-spaces)
(#671) Trailing spaces not allowed. (no-trailing-spaces)
(#673) 'barHeight' is defined but never used (no-unused-vars)
(#673) There should be no spaces inside this paren. (space-in-parens)
(#674) Trailing spaces not allowed. (no-trailing-spaces)
(#676) 'yTickGap' is not defined. (no-undef)
(#676) Missing semicolon. (semi)
(#677) Trailing spaces not allowed. (no-trailing-spaces)
(#679) 'i' is already defined (no-redeclare)
(#679) 'i' used outside of binding context. (block-scoped-var)
(#679) 'i' used outside of binding context. (block-scoped-var)
(#679) 'i' used outside of binding context. (block-scoped-var)
(#679) 'i' used outside of binding context. (block-scoped-var)
(#679) 'i' used outside of binding context. (block-scoped-var)
(#679) 'i' used outside of binding context. (block-scoped-var)
(#679) Infix operators must be spaced. (space-infix-ops)
(#680) 'y' is not defined. (no-undef)
(#680) Infix operators must be spaced. (space-infix-ops)
(#680) 'yTickGap' is not defined. (no-undef)
(#680) 'y' is not defined. (no-undef)
(#680) Infix operators must be spaced. (space-infix-ops)
(#680) 'y' is not defined. (no-undef)
(#680) Infix operators must be spaced. (space-infix-ops)
(#680) 'yTickGap' is not defined. (no-undef)
(#681) Trailing spaces not allowed. (no-trailing-spaces)
(#682) Missing space before value for key 'font'. (key-spacing)
(#683) Missing space before value for key 'size'. (key-spacing)
(#684) Missing space before value for key 'x'. (key-spacing)
(#685) Missing space before value for key 'y'. (key-spacing)
(#685) 'y' is not defined. (no-undef)
(#686) Missing space before value for key 'text'. (key-spacing)
(#686) 'i' used outside of binding context. (block-scoped-var)
(#686) 'i' used outside of binding context. (block-scoped-var)
(#686) 'i' used outside of binding context. (block-scoped-var)
(#686) 'i' used outside of binding context. (block-scoped-var)
(#686) 'i' used outside of binding context. (block-scoped-var)
(#686) 'i' used outside of binding context. (block-scoped-var)
(#687) Missing space before value for key 'halign'. (key-spacing)
(#688) Missing space before value for key 'valign'. (key-spacing)
(#693) Missing semicolon. (semi)
(#697) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#701) Function 'anonymous' has a complexity of 25. (complexity)
(#701) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#701) Unexpected space before function parentheses. (space-before-function-paren)
(#703) Multiple spaces found before '='. (no-multi-spaces)
(#705) Multiple spaces found before '='. (no-multi-spaces)
(#706) 'prevX' is defined but never used (no-unused-vars)
(#706) Multiple spaces found before '='. (no-multi-spaces)
(#707) 'prevY' is defined but never used (no-unused-vars)
(#707) Multiple spaces found before '='. (no-multi-spaces)
(#708) Trailing spaces not allowed. (no-trailing-spaces)
(#713) Missing space before value for key 'max'. (key-spacing)
(#714) Missing space before value for key 'min'. (key-spacing)
(#715) Missing space before value for key 'scale.decimals'. (key-spacing)
(#716) Missing space before value for key 'scale.point'. (key-spacing)
(#717) Missing space before value for key 'scale.thousand'. (key-spacing)
(#718) Missing space before value for key 'scale.round'. (key-spacing)
(#719) Missing space before value for key 'units.pre'. (key-spacing)
(#720) Missing space before value for key 'units.post'. (key-spacing)
(#721) Missing space before value for key 'ylabels.count'. (key-spacing)
(#722) Missing space before value for key 'strict'. (key-spacing)
(#725) Trailing spaces not allowed. (no-trailing-spaces)
(#727) Trailing spaces not allowed. (no-trailing-spaces)
(#729) Trailing spaces not allowed. (no-trailing-spaces)
(#730) 'i' used outside of binding context. (block-scoped-var)
(#730) Infix operators must be spaced. (space-infix-ops)
(#730) 'i' used outside of binding context. (block-scoped-var)
(#730) Infix operators must be spaced. (space-infix-ops)
(#730) 'i' used outside of binding context. (block-scoped-var)
(#731) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#731) 'i' used outside of binding context. (block-scoped-var)
(#732) Line 732 exceeds the maximum line length of 132. (max-len)
(#732) 'value' used outside of binding context. (block-scoped-var)
(#732) 'i' used outside of binding context. (block-scoped-var)
(#732) 'i' used outside of binding context. (block-scoped-var)
(#732) Unexpected whitespace before semicolon. (semi-spacing)
(#734) 'value' used outside of binding context. (block-scoped-var)
(#734) 'value' is already defined (no-redeclare)
(#734) 'i' used outside of binding context. (block-scoped-var)
(#736) Trailing spaces not allowed. (no-trailing-spaces)
(#737) 'value' used outside of binding context. (block-scoped-var)
(#737) 'value' used outside of binding context. (block-scoped-var)
(#739) Trailing spaces not allowed. (no-trailing-spaces)
(#740) Missing space before value for key 'max'. (key-spacing)
(#741) Missing space before value for key 'min'. (key-spacing)
(#742) Missing space before value for key 'scale.decimals'. (key-spacing)
(#743) Missing space before value for key 'scale.point'. (key-spacing)
(#744) Missing space before value for key 'scale.thousand'. (key-spacing)
(#745) Missing space before value for key 'scale.round'. (key-spacing)
(#746) Missing space before value for key 'units.pre'. (key-spacing)
(#747) Missing space before value for key 'units.post'. (key-spacing)
(#748) Missing space before value for key 'ylabels.count'. (key-spacing)
(#750) Trailing spaces not allowed. (no-trailing-spaces)
(#751) Trailing spaces not allowed. (no-trailing-spaces)
(#755) Trailing spaces not allowed. (no-trailing-spaces)
(#756) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#759) Trailing spaces not allowed. (no-trailing-spaces)
(#764) Trailing spaces not allowed. (no-trailing-spaces)
(#769) Multiple spaces found before '='. (no-multi-spaces)
(#770) Trailing spaces not allowed. (no-trailing-spaces)
(#771) 'i' used outside of binding context. (block-scoped-var)
(#771) Infix operators must be spaced. (space-infix-ops)
(#771) 'i' used outside of binding context. (block-scoped-var)
(#771) Infix operators must be spaced. (space-infix-ops)
(#771) 'i' used outside of binding context. (block-scoped-var)
(#772) Trailing spaces not allowed. (no-trailing-spaces)
(#774) 'width' used outside of binding context. (block-scoped-var)
(#774) 'width' used outside of binding context. (block-scoped-var)
(#774) Multiple spaces found before '='. (no-multi-spaces)
(#774) 'i' used outside of binding context. (block-scoped-var)
(#774) Multiple spaces found before 'graphwidth'. (no-multi-spaces)
(#776) Trailing spaces not allowed. (no-trailing-spaces)
(#777) 'orig_height' is defined but never used (no-unused-vars)
(#777) Identifier 'orig_height' is not in camel case. (camelcase)
(#778) Trailing spaces not allowed. (no-trailing-spaces)
(#779) Multiple spaces found before '='. (no-multi-spaces)
(#780) Multiple spaces found before '='. (no-multi-spaces)
(#780) 'i' used outside of binding context. (block-scoped-var)
(#782) Trailing spaces not allowed. (no-trailing-spaces)
(#784) 'width' used outside of binding context. (block-scoped-var)
(#784) 'width' used outside of binding context. (block-scoped-var)
(#785) 'width' used outside of binding context. (block-scoped-var)
(#785) 'width' used outside of binding context. (block-scoped-var)
(#786) 'width' used outside of binding context. (block-scoped-var)
(#786) 'width' used outside of binding context. (block-scoped-var)
(#786) 'width' used outside of binding context. (block-scoped-var)
(#786) 'width' used outside of binding context. (block-scoped-var)
(#788) Trailing spaces not allowed. (no-trailing-spaces)
(#793) Multiple spaces found before '='. (no-multi-spaces)
(#794) Multiple spaces found before '='. (no-multi-spaces)
(#798) Trailing spaces not allowed. (no-trailing-spaces)
(#803) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#803) 'i' used outside of binding context. (block-scoped-var)
(#804) Trailing spaces not allowed. (no-trailing-spaces)
(#805) 'barHeight' used outside of binding context. (block-scoped-var)
(#806) Multiple spaces found before '='. (no-multi-spaces)
(#806) 'i' used outside of binding context. (block-scoped-var)
(#807) Multiple spaces found before '='. (no-multi-spaces)
(#808) Trailing spaces not allowed. (no-trailing-spaces)
(#813) Trailing spaces not allowed. (no-trailing-spaces)
(#814) 'i' used outside of binding context. (block-scoped-var)
(#815) 'i' used outside of binding context. (block-scoped-var)
(#820) Trailing spaces not allowed. (no-trailing-spaces)
(#824) Trailing spaces not allowed. (no-trailing-spaces)
(#829) Trailing spaces not allowed. (no-trailing-spaces)
(#830) 'i' used outside of binding context. (block-scoped-var)
(#830) 'barHeight' used outside of binding context. (block-scoped-var)
(#831) 'i' used outside of binding context. (block-scoped-var)
(#831) 'barHeight' used outside of binding context. (block-scoped-var)
(#832) Trailing spaces not allowed. (no-trailing-spaces)
(#838) 'i' used outside of binding context. (block-scoped-var)
(#840) Trailing spaces not allowed. (no-trailing-spaces)
(#844) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#844) 'i' used outside of binding context. (block-scoped-var)
(#845) Trailing spaces not allowed. (no-trailing-spaces)
(#847) Unexpected alert. (no-alert)
(#849) Trailing spaces not allowed. (no-trailing-spaces)
(#850) 'barHeight' is already defined (no-redeclare)
(#850) 'barHeight' used outside of binding context. (block-scoped-var)
(#852) 'i' used outside of binding context. (block-scoped-var)
(#853) 'i' used outside of binding context. (block-scoped-var)
(#855) Trailing spaces not allowed. (no-trailing-spaces)
(#856) 'j' is not defined. (no-undef)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) 'j' is not defined. (no-undef)
(#856) Infix operators must be spaced. (space-infix-ops)
(#856) 'i' used outside of binding context. (block-scoped-var)
(#856) 'j' is not defined. (no-undef)
(#857) Trailing spaces not allowed. (no-trailing-spaces)
(#858) Trailing spaces not allowed. (no-trailing-spaces)
(#861) 'j' is not defined. (no-undef)
(#862) Trailing spaces not allowed. (no-trailing-spaces)
(#863) Trailing spaces not allowed. (no-trailing-spaces)
(#868) Trailing spaces not allowed. (no-trailing-spaces)
(#869) Trailing spaces not allowed. (no-trailing-spaces)
(#870) 'width' is already defined (no-redeclare)
(#870) 'width' used outside of binding context. (block-scoped-var)
(#870) 'i' used outside of binding context. (block-scoped-var)
(#870) 'j' is not defined. (no-undef)
(#871) 'totalWidth' is defined but never used (no-unused-vars)
(#871) 'i' used outside of binding context. (block-scoped-var)
(#872) Trailing spaces not allowed. (no-trailing-spaces)
(#873) Line 873 exceeds the maximum line length of 132. (max-len)
(#873) 'i' used outside of binding context. (block-scoped-var)
(#873) 'width' used outside of binding context. (block-scoped-var)
(#873) There should be no spaces inside this paren. (space-in-parens)
(#874) Line 874 exceeds the maximum line length of 132. (max-len)
(#874) 'i' used outside of binding context. (block-scoped-var)
(#874) 'width' used outside of binding context. (block-scoped-var)
(#874) There should be no spaces inside this paren. (space-in-parens)
(#875) Trailing spaces not allowed. (no-trailing-spaces)
(#879) Trailing spaces not allowed. (no-trailing-spaces)
(#883) 'width' used outside of binding context. (block-scoped-var)
(#886) 'i' used outside of binding context. (block-scoped-var)
(#887) 'j' is not defined. (no-undef)
(#887) 'i' used outside of binding context. (block-scoped-var)
(#889) 'i' used outside of binding context. (block-scoped-var)
(#891) 'width' used outside of binding context. (block-scoped-var)
(#894) 'i' used outside of binding context. (block-scoped-var)
(#895) 'j' is not defined. (no-undef)
(#895) 'i' used outside of binding context. (block-scoped-var)
(#897) Trailing spaces not allowed. (no-trailing-spaces)
(#898) 'width' used outside of binding context. (block-scoped-var)
(#900) Trailing spaces not allowed. (no-trailing-spaces)
(#904) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#904) 'i' used outside of binding context. (block-scoped-var)
(#905) Trailing spaces not allowed. (no-trailing-spaces)
(#906) Multiple spaces found before '='. (no-multi-spaces)
(#907) Line 907 exceeds the maximum line length of 132. (max-len)
(#907) 'i' used outside of binding context. (block-scoped-var)
(#907) 'i' used outside of binding context. (block-scoped-var)
(#907) Missing semicolon. (semi)
(#908) Trailing spaces not allowed. (no-trailing-spaces)
(#909) 'i' used outside of binding context. (block-scoped-var)
(#910) 'i' used outside of binding context. (block-scoped-var)
(#912) Trailing spaces not allowed. (no-trailing-spaces)
(#913) 'j' is not defined. (no-undef)
(#913) Infix operators must be spaced. (space-infix-ops)
(#913) 'j' is not defined. (no-undef)
(#913) Infix operators must be spaced. (space-infix-ops)
(#913) 'i' used outside of binding context. (block-scoped-var)
(#913) 'j' is not defined. (no-undef)
(#914) Trailing spaces not allowed. (no-trailing-spaces)
(#915) Trailing spaces not allowed. (no-trailing-spaces)
(#920) Line 920 exceeds the maximum line length of 132. (max-len)
(#922) Trailing spaces not allowed. (no-trailing-spaces)
(#925) Multiple spaces found before '='. (no-multi-spaces)
(#925) 'j' is not defined. (no-undef)
(#926) Trailing spaces not allowed. (no-trailing-spaces)
(#931) Trailing spaces not allowed. (no-trailing-spaces)
(#932) Trailing spaces not allowed. (no-trailing-spaces)
(#933) Trailing spaces not allowed. (no-trailing-spaces)
(#933) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#934) 'i' used outside of binding context. (block-scoped-var)
(#934) 'j' is not defined. (no-undef)
(#934) 'j' is not defined. (no-undef)
(#935) Line 935 exceeds the maximum line length of 132. (max-len)
(#935) 'width' is already defined (no-redeclare)
(#935) 'width' used outside of binding context. (block-scoped-var)
(#935) 'i' used outside of binding context. (block-scoped-var)
(#935) 'j' is not defined. (no-undef)
(#935) There should be no spaces inside this paren. (space-in-parens)
(#937) Trailing spaces not allowed. (no-trailing-spaces)
(#938) Trailing spaces not allowed. (no-trailing-spaces)
(#939) Trailing spaces not allowed. (no-trailing-spaces)
(#940) Trailing spaces not allowed. (no-trailing-spaces)
(#940) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#943) 'width' used outside of binding context. (block-scoped-var)
(#943) Multiple spaces found before '/='. (no-multi-spaces)
(#946) Trailing spaces not allowed. (no-trailing-spaces)
(#947) 'width' used outside of binding context. (block-scoped-var)
(#948) 'width' used outside of binding context. (block-scoped-var)
(#949) 'width' used outside of binding context. (block-scoped-var)
(#951) Trailing spaces not allowed. (no-trailing-spaces)
(#952) 'width' used outside of binding context. (block-scoped-var)
(#953) 'width' used outside of binding context. (block-scoped-var)
(#954) Trailing spaces not allowed. (no-trailing-spaces)
(#957) 'width' used outside of binding context. (block-scoped-var)
(#960) 'i' used outside of binding context. (block-scoped-var)
(#960) 'j' is not defined. (no-undef)
(#962) Trailing spaces not allowed. (no-trailing-spaces)
(#963) 'i' used outside of binding context. (block-scoped-var)
(#965) 'width' used outside of binding context. (block-scoped-var)
(#968) 'i' used outside of binding context. (block-scoped-var)
(#968) 'j' is not defined. (no-undef)
(#971) Trailing spaces not allowed. (no-trailing-spaces)
(#972) 'startY' used outside of binding context. (block-scoped-var)
(#974) Trailing spaces not allowed. (no-trailing-spaces)
(#977) Trailing spaces not allowed. (no-trailing-spaces)
(#980) Trailing spaces not allowed. (no-trailing-spaces)
(#981) Trailing spaces not allowed. (no-trailing-spaces)
(#982) Trailing spaces not allowed. (no-trailing-spaces)
(#982) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#987) Trailing spaces not allowed. (no-trailing-spaces)
(#989) Missing semicolon. (semi)
(#993) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#997) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#997) Unexpected space before function parentheses. (space-before-function-paren)
(#1002) Trailing spaces not allowed. (no-trailing-spaces)
(#1004) Trailing spaces not allowed. (no-trailing-spaces)
(#1005) Multiple spaces found before '='. (no-multi-spaces)
(#1006) Multiple spaces found before '='. (no-multi-spaces)
(#1007) 'color' is defined but never used (no-unused-vars)
(#1007) Multiple spaces found before '='. (no-multi-spaces)
(#1008) Trailing spaces not allowed. (no-trailing-spaces)
(#1011) Trailing spaces not allowed. (no-trailing-spaces)
(#1012) Infix operators must be spaced. (space-infix-ops)
(#1012) Infix operators must be spaced. (space-infix-ops)
(#1013) Trailing spaces not allowed. (no-trailing-spaces)
(#1024) Trailing spaces not allowed. (no-trailing-spaces)
(#1029) Trailing spaces not allowed. (no-trailing-spaces)
(#1030) Multiple spaces found before '='. (no-multi-spaces)
(#1033) Trailing spaces not allowed. (no-trailing-spaces)
(#1034) Line 1034 exceeds the maximum line length of 132. (max-len)
(#1034) 'border' is defined but never used (no-unused-vars)
(#1035) Trailing spaces not allowed. (no-trailing-spaces)
(#1039) Line 1039 exceeds the maximum line length of 132. (max-len)
(#1040) Line 1040 exceeds the maximum line length of 132. (max-len)
(#1044) Missing space before value for key 'font'. (key-spacing)
(#1045) Missing space before value for key 'size'. (key-spacing)
(#1046) Missing space before value for key 'x'. (key-spacing)
(#1047) Missing space before value for key 'y'. (key-spacing)
(#1049) Missing space before value for key 'valign'. (key-spacing)
(#1050) Missing space before value for key 'halign'. (key-spacing)
(#1055) Missing semicolon. (semi)
(#1059) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1060) Missing JSDoc return type. (valid-jsdoc)
(#1060) Missing JSDoc parameter type for 'e'. (valid-jsdoc)
(#1062) Trailing spaces not allowed. (no-trailing-spaces)
(#1067) Expected to return a value at the end of this function. (consistent-return)
(#1067) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1067) Unexpected space before function parentheses. (space-before-function-paren)
(#1070) Trailing spaces not allowed. (no-trailing-spaces)
(#1074) Infix operators must be spaced. (space-infix-ops)
(#1074) A space is required after ','. (comma-spacing)
(#1074) Infix operators must be spaced. (space-infix-ops)
(#1074) Infix operators must be spaced. (space-infix-ops)
(#1075) Trailing spaces not allowed. (no-trailing-spaces)
(#1078) Multiple spaces found before '='. (no-multi-spaces)
(#1079) Multiple spaces found before '='. (no-multi-spaces)
(#1080) Multiple spaces found before '='. (no-multi-spaces)
(#1082) Multiple spaces found before '='. (no-multi-spaces)
(#1083) Trailing spaces not allowed. (no-trailing-spaces)
(#1084) There should be no spaces inside this paren. (space-in-parens)
(#1085) Trailing spaces not allowed. (no-trailing-spaces)
(#1087) Trailing spaces not allowed. (no-trailing-spaces)
(#1089) Unquoted number literal '0' used as key. (quote-props)
(#1089) Multiple spaces found before ''object''. (no-multi-spaces)
(#1090) Unquoted number literal '1' used as key. (quote-props)
(#1090) Multiple spaces found before ''x''. (no-multi-spaces)
(#1091) Unquoted number literal '2' used as key. (quote-props)
(#1091) Multiple spaces found before ''y''. (no-multi-spaces)
(#1092) Unquoted number literal '3' used as key. (quote-props)
(#1092) Multiple spaces found before ''width''. (no-multi-spaces)
(#1093) Unquoted number literal '4' used as key. (quote-props)
(#1094) Unquoted number literal '5' used as key. (quote-props)
(#1094) Multiple spaces found before ''index''. (no-multi-spaces)
(#1099) Missing semicolon. (semi)
(#1103) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1104) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1104) Missing JSDoc @returns for function. (valid-jsdoc)
(#1104) Expected JSDoc for 'arg' but found 'object'. (valid-jsdoc)
(#1107) Trailing spaces not allowed. (no-trailing-spaces)
(#1110) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1110) Unexpected space before function parentheses. (space-before-function-paren)
(#1113) 'mouseX' used outside of binding context. (block-scoped-var)
(#1114) 'mouseY' used outside of binding context. (block-scoped-var)
(#1117) 'mouseX' is already defined (no-redeclare)
(#1117) 'mouseX' used outside of binding context. (block-scoped-var)
(#1117) Multiple spaces found before '='. (no-multi-spaces)
(#1118) 'mouseY' used outside of binding context. (block-scoped-var)
(#1118) 'mouseY' is already defined (no-redeclare)
(#1118) Multiple spaces found before '='. (no-multi-spaces)
(#1120) Trailing spaces not allowed. (no-trailing-spaces)
(#1121) There should be no spaces inside this paren. (space-in-parens)
(#1121) 'mouseY' used outside of binding context. (block-scoped-var)
(#1121) 'mouseY' used outside of binding context. (block-scoped-var)
(#1121) Multiple spaces found before 'mouseY'. (no-multi-spaces)
(#1122) 'mouseY' used outside of binding context. (block-scoped-var)
(#1122) 'mouseY' used outside of binding context. (block-scoped-var)
(#1123) 'mouseX' used outside of binding context. (block-scoped-var)
(#1123) 'mouseX' used outside of binding context. (block-scoped-var)
(#1124) 'mouseX' used outside of binding context. (block-scoped-var)
(#1124) 'mouseX' used outside of binding context. (block-scoped-var)
(#1128) Trailing spaces not allowed. (no-trailing-spaces)
(#1130) 'value' used outside of binding context. (block-scoped-var)
(#1130) 'mouseX' used outside of binding context. (block-scoped-var)
(#1130) 'mouseX' used outside of binding context. (block-scoped-var)
(#1131) 'value' used outside of binding context. (block-scoped-var)
(#1131) 'value' used outside of binding context. (block-scoped-var)
(#1131) Missing semicolon. (semi)
(#1132) Trailing spaces not allowed. (no-trailing-spaces)
(#1135) Line 1135 exceeds the maximum line length of 132. (max-len)
(#1135) 'value' used outside of binding context. (block-scoped-var)
(#1135) 'mouseX' used outside of binding context. (block-scoped-var)
(#1135) 'mouseX' used outside of binding context. (block-scoped-var)
(#1136) 'value' used outside of binding context. (block-scoped-var)
(#1137) Trailing spaces not allowed. (no-trailing-spaces)
(#1138) 'mouseX' used outside of binding context. (block-scoped-var)
(#1138) 'mouseX' used outside of binding context. (block-scoped-var)
(#1139) 'value' used outside of binding context. (block-scoped-var)
(#1143) 'value' used outside of binding context. (block-scoped-var)
(#1143) 'value' is already defined (no-redeclare)
(#1143) 'mouseX' used outside of binding context. (block-scoped-var)
(#1143) 'mouseX' used outside of binding context. (block-scoped-var)
(#1144) 'value' used outside of binding context. (block-scoped-var)
(#1146) Trailing spaces not allowed. (no-trailing-spaces)
(#1147) 'value' used outside of binding context. (block-scoped-var)
(#1147) 'value' used outside of binding context. (block-scoped-var)
(#1148) Missing semicolon. (semi)
(#1152) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1153) Expected JSDoc for 'shape' but found 'object'. (valid-jsdoc)
(#1153) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1155) Trailing spaces not allowed. (no-trailing-spaces)
(#1158) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1158) Unexpected space before function parentheses. (space-before-function-paren)
(#1162) Missing semicolon. (semi)
(#1166) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1167) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1167) Missing JSDoc @returns for function. (valid-jsdoc)
(#1167) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#1169) Trailing spaces not allowed. (no-trailing-spaces)
(#1171) Trailing spaces not allowed. (no-trailing-spaces)
(#1174) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1174) Expected to return a value at the end of this function. (consistent-return)
(#1174) Unexpected space before function parentheses. (space-before-function-paren)
(#1177) Trailing spaces not allowed. (no-trailing-spaces)
(#1184) Trailing spaces not allowed. (no-trailing-spaces)
(#1187) Missing semicolon. (semi)
(#1191) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1192) Missing JSDoc for parameter 'tooltip'. (valid-jsdoc)
(#1192) Missing JSDoc for parameter 'idx'. (valid-jsdoc)
(#1192) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1192) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1192) Missing JSDoc parameter type for 'objec'. (valid-jsdoc)
(#1192) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#1192) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#1192) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#1192) Expected JSDoc for 'y' but found 'objec'. (valid-jsdoc)
(#1194) Trailing spaces not allowed. (no-trailing-spaces)
(#1200) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1200) Unexpected space before function parentheses. (space-before-function-paren)
(#1200) 'idx' is defined but never used (no-unused-vars)
(#1202) Multiple spaces found before '='. (no-multi-spaces)
(#1203) Multiple spaces found before '='. (no-multi-spaces)
(#1204) Multiple spaces found before '='. (no-multi-spaces)
(#1205) Multiple spaces found before '='. (no-multi-spaces)
(#1206) Multiple spaces found before '='. (no-multi-spaces)
(#1207) 'gutterLeft' is defined but never used (no-unused-vars)
(#1208) 'gutterTop' is defined but never used (no-unused-vars)
(#1208) Multiple spaces found before '='. (no-multi-spaces)
(#1209) Multiple spaces found before '='. (no-multi-spaces)
(#1210) Multiple spaces found before '='. (no-multi-spaces)
(#1211) Trailing spaces not allowed. (no-trailing-spaces)
(#1214) Multiple spaces found before '='. (no-multi-spaces)
(#1215) Trailing spaces not allowed. (no-trailing-spaces)
(#1218) Trailing spaces not allowed. (no-trailing-spaces)
(#1221) Line 1221 exceeds the maximum line length of 132. (max-len)
(#1226) Trailing spaces not allowed. (no-trailing-spaces)
(#1228) Trailing spaces not allowed. (no-trailing-spaces)
(#1230) Multiple spaces found before '+'. (no-multi-spaces)
(#1233) Trailing spaces not allowed. (no-trailing-spaces)
(#1238) Trailing spaces not allowed. (no-trailing-spaces)
(#1244) Missing semicolon. (semi)
(#1248) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1249) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1249) Missing JSDoc @returns for function. (valid-jsdoc)
(#1249) Expected JSDoc for 'value' but found 'number'. (valid-jsdoc)
(#1251) Trailing spaces not allowed. (no-trailing-spaces)
(#1254) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1254) Unexpected space before function parentheses. (space-before-function-paren)
(#1256) Trailing spaces not allowed. (no-trailing-spaces)
(#1258) Trailing spaces not allowed. (no-trailing-spaces)
(#1263) Trailing spaces not allowed. (no-trailing-spaces)
(#1264) 'width' used outside of binding context. (block-scoped-var)
(#1265) 'coord' used outside of binding context. (block-scoped-var)
(#1265) 'width' used outside of binding context. (block-scoped-var)
(#1265) 'width' used outside of binding context. (block-scoped-var)
(#1266) Trailing spaces not allowed. (no-trailing-spaces)
(#1267) 'coord' used outside of binding context. (block-scoped-var)
(#1267) 'coord' used outside of binding context. (block-scoped-var)
(#1269) Trailing spaces not allowed. (no-trailing-spaces)
(#1274) Trailing spaces not allowed. (no-trailing-spaces)
(#1275) 'width' used outside of binding context. (block-scoped-var)
(#1275) 'width' is already defined (no-redeclare)
(#1276) 'coord' is already defined (no-redeclare)
(#1276) 'coord' used outside of binding context. (block-scoped-var)
(#1276) 'width' used outside of binding context. (block-scoped-var)
(#1277) Trailing spaces not allowed. (no-trailing-spaces)
(#1278) 'coord' used outside of binding context. (block-scoped-var)
(#1278) 'coord' used outside of binding context. (block-scoped-var)
(#1280) Trailing spaces not allowed. (no-trailing-spaces)
(#1281) 'coord' used outside of binding context. (block-scoped-var)
(#1281) 'coord' used outside of binding context. (block-scoped-var)
(#1282) Missing semicolon. (semi)
(#1286) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1288) Trailing spaces not allowed. (no-trailing-spaces)
(#1290) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1290) Unexpected space before function parentheses. (space-before-function-paren)
(#1293) Trailing spaces not allowed. (no-trailing-spaces)
(#1294) Infix operators must be spaced. (space-infix-ops)
(#1294) Infix operators must be spaced. (space-infix-ops)
(#1297) Trailing spaces not allowed. (no-trailing-spaces)
(#1299) Multiple spaces found before '='. (no-multi-spaces)
(#1300) Multiple spaces found before '='. (no-multi-spaces)
(#1301) Multiple spaces found before '='. (no-multi-spaces)
(#1302) Multiple spaces found before '='. (no-multi-spaces)
(#1303) Multiple spaces found before '='. (no-multi-spaces)
(#1304) Multiple spaces found before '='. (no-multi-spaces)
(#1305) Multiple spaces found before '='. (no-multi-spaces)
(#1306) Multiple spaces found before '='. (no-multi-spaces)
(#1307) Missing semicolon. (semi)
(#1310) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1311) Missing JSDoc @returns for function. (valid-jsdoc)
(#1311) Missing JSDoc for parameter 'color'. (valid-jsdoc)
(#1314) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1314) Unexpected space before function parentheses. (space-before-function-paren)
(#1316) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1319) Trailing spaces not allowed. (no-trailing-spaces)
(#1321) Trailing spaces not allowed. (no-trailing-spaces)
(#1323) Trailing spaces not allowed. (no-trailing-spaces)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1325) A space is required after ','. (comma-spacing)
(#1326) Trailing spaces not allowed. (no-trailing-spaces)
(#1328) Trailing spaces not allowed. (no-trailing-spaces)
(#1330) Trailing spaces not allowed. (no-trailing-spaces)
(#1331) Infix operators must be spaced. (space-infix-ops)
(#1331) Infix operators must be spaced. (space-infix-ops)
(#1335) Trailing spaces not allowed. (no-trailing-spaces)
(#1336) 'grad' used outside of binding context. (block-scoped-var)
(#1336) 'grad' used outside of binding context. (block-scoped-var)
(#1337) Missing semicolon. (semi)
(#1341) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1342) Expected JSDoc for 'index' but found 'int'. (valid-jsdoc)
(#1342) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1345) Trailing spaces not allowed. (no-trailing-spaces)
(#1348) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1348) Unexpected space before function parentheses. (space-before-function-paren)
(#1352) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1352) Unexpected space before function parentheses. (space-before-function-paren)
(#1352) 'arr' is defined but never used (no-unused-vars)
(#1354) Missing semicolon. (semi)
(#1355) Identifier 'pre_linewidth' is not in camel case. (camelcase)
(#1357) Multiple spaces found before '='. (no-multi-spaces)
(#1361) Trailing spaces not allowed. (no-trailing-spaces)
(#1363) Identifier 'pre_linewidth' is not in camel case. (camelcase)
(#1365) Missing semicolon. (semi)
(#1369) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1374) Missing semicolon. (semi)
mod/questionnaire/javascript/RGraph/RGraph.radar.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Expected { after 'if' condition. (curly)
(#11) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#11) 'RGraph' is not defined. (no-undef)
(#13) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#13) Expected JSDoc for 'id' but found 'string'. (valid-jsdoc)
(#13) Expected JSDoc for 'data' but found 'array'. (valid-jsdoc)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#19) 'RGraph' is not defined. (no-undef)
(#19) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#19) 'data' is defined but never used (no-unused-vars)
(#21) Multiple spaces found before '='. (no-multi-spaces)
(#22) Multiple spaces found before '='. (no-multi-spaces)
(#23) Multiple spaces found before '='. (no-multi-spaces)
(#25) Multiple spaces found before '='. (no-multi-spaces)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#30) Identifier 'original_data' is not in camel case. (camelcase)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#31) 'RGraph' is not defined. (no-undef)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) 'RGraph' is not defined. (no-undef)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#34) Multiple spaces found before '='. (no-multi-spaces)
(#40) 'i' used outside of binding context. (block-scoped-var)
(#40) 'i' used outside of binding context. (block-scoped-var)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) 'len' used outside of binding context. (block-scoped-var)
(#40) 'len' used outside of binding context. (block-scoped-var)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'i' used outside of binding context. (block-scoped-var)
(#40) 'i' used outside of binding context. (block-scoped-var)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) 'len' used outside of binding context. (block-scoped-var)
(#40) 'len' used outside of binding context. (block-scoped-var)
(#40) 'i' used outside of binding context. (block-scoped-var)
(#40) 'i' used outside of binding context. (block-scoped-var)
(#41) 'RGraph' is not defined. (no-undef)
(#41) 'i' used outside of binding context. (block-scoped-var)
(#41) 'i' used outside of binding context. (block-scoped-var)
(#42) 'RGraph' is not defined. (no-undef)
(#42) 'i' used outside of binding context. (block-scoped-var)
(#42) 'i' used outside of binding context. (block-scoped-var)
(#43) 'RGraph' is not defined. (no-undef)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#48) 'i' is already defined (no-redeclare)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) 'len' used outside of binding context. (block-scoped-var)
(#48) 'len' is already defined (no-redeclare)
(#48) 'len' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) 'len' used outside of binding context. (block-scoped-var)
(#48) 'len' used outside of binding context. (block-scoped-var)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#48) 'i' used outside of binding context. (block-scoped-var)
(#49) 'RGraph' is not defined. (no-undef)
(#49) 'i' used outside of binding context. (block-scoped-var)
(#49) 'i' used outside of binding context. (block-scoped-var)
(#50) 'RGraph' is not defined. (no-undef)
(#50) 'i' used outside of binding context. (block-scoped-var)
(#50) 'i' used outside of binding context. (block-scoped-var)
(#51) 'RGraph' is not defined. (no-undef)
(#51) 'i' used outside of binding context. (block-scoped-var)
(#51) 'i' used outside of binding context. (block-scoped-var)
(#58) 'RGraph' is not defined. (no-undef)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#94) Duplicate key 'chart.linewidth'. (no-dupe-keys)
(#136) A space is required after ','. (comma-spacing)
(#157) Duplicate key 'chart.tooltips.event'. (no-dupe-keys)
(#160) Duplicate key 'chart.radius'. (no-dupe-keys)
(#175) Missing semicolon. (semi)
(#178) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#180) 'dataset' used outside of binding context. (block-scoped-var)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) 'dataset' used outside of binding context. (block-scoped-var)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) 'dataset' used outside of binding context. (block-scoped-var)
(#181) 'dataset' used outside of binding context. (block-scoped-var)
(#182) Unexpected alert. (no-alert)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#187) Trailing spaces not allowed. (no-trailing-spaces)
(#192) 'dataset' used outside of binding context. (block-scoped-var)
(#192) 'dataset' is already defined (no-redeclare)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) 'dataset' used outside of binding context. (block-scoped-var)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) 'dataset' used outside of binding context. (block-scoped-var)
(#193) 'i' used outside of binding context. (block-scoped-var)
(#193) 'i' used outside of binding context. (block-scoped-var)
(#193) 'i' is already defined (no-redeclare)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) A space is required after ','. (comma-spacing)
(#193) 'len' is already defined (no-redeclare)
(#193) 'len' used outside of binding context. (block-scoped-var)
(#193) 'len' used outside of binding context. (block-scoped-var)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) 'dataset' used outside of binding context. (block-scoped-var)
(#193) 'i' used outside of binding context. (block-scoped-var)
(#193) 'i' used outside of binding context. (block-scoped-var)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) 'len' used outside of binding context. (block-scoped-var)
(#193) 'len' used outside of binding context. (block-scoped-var)
(#193) 'i' used outside of binding context. (block-scoped-var)
(#193) 'i' used outside of binding context. (block-scoped-var)
(#199) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#205) A space is required after ','. (comma-spacing)
(#206) Trailing spaces not allowed. (no-trailing-spaces)
(#207) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#212) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#217) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#218) Multiple spaces found before '='. (no-multi-spaces)
(#218) 'RGraph' is not defined. (no-undef)
(#219) Multiple spaces found before '='. (no-multi-spaces)
(#220) Multiple spaces found before '='. (no-multi-spaces)
(#222) Expected space or tab after '//' in comment. (spaced-comment)
(#226) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#227) Expected space or tab after '//' in comment. (spaced-comment)
(#231) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#232) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#232) Missing JSDoc @returns for function. (valid-jsdoc)
(#232) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#232) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#232) Missing JSDoc for parameter 'value'. (valid-jsdoc)
(#232) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#234) Trailing spaces not allowed. (no-trailing-spaces)
(#238) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#238) Unexpected space before function parentheses. (space-before-function-paren)
(#241) Trailing spaces not allowed. (no-trailing-spaces)
(#245) A space is required after ','. (comma-spacing)
(#248) Trailing spaces not allowed. (no-trailing-spaces)
(#252) Trailing spaces not allowed. (no-trailing-spaces)
(#259) Trailing spaces not allowed. (no-trailing-spaces)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#263) Missing semicolon. (semi)
(#268) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#269) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#269) Missing JSDoc @returns for function. (valid-jsdoc)
(#269) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#274) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#274) Unexpected space before function parentheses. (space-before-function-paren)
(#279) A space is required after ','. (comma-spacing)
(#282) Trailing spaces not allowed. (no-trailing-spaces)
(#286) Trailing spaces not allowed. (no-trailing-spaces)
(#288) Missing semicolon. (semi)
(#292) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#293) Missing JSDoc @returns for function. (valid-jsdoc)
(#296) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#296) Function 'anonymous' has a complexity of 26. (complexity)
(#296) Unexpected space before function parentheses. (space-before-function-paren)
(#302) Trailing spaces not allowed. (no-trailing-spaces)
(#304) Trailing spaces not allowed. (no-trailing-spaces)
(#306) Multiple spaces found before '='. (no-multi-spaces)
(#308) Trailing spaces not allowed. (no-trailing-spaces)
(#317) 'i' used outside of binding context. (block-scoped-var)
(#317) 'i' used outside of binding context. (block-scoped-var)
(#317) Infix operators must be spaced. (space-infix-ops)
(#317) 'i' used outside of binding context. (block-scoped-var)
(#317) 'i' used outside of binding context. (block-scoped-var)
(#317) Infix operators must be spaced. (space-infix-ops)
(#317) 'i' used outside of binding context. (block-scoped-var)
(#317) 'i' used outside of binding context. (block-scoped-var)
(#318) 'i' used outside of binding context. (block-scoped-var)
(#318) 'i' used outside of binding context. (block-scoped-var)
(#319) Line 319 exceeds the maximum line length of 132. (max-len)
(#319) Unexpected alert. (no-alert)
(#323) Trailing spaces not allowed. (no-trailing-spaces)
(#324) Trailing spaces not allowed. (no-trailing-spaces)
(#331) 'i' used outside of binding context. (block-scoped-var)
(#331) 'i' is already defined (no-redeclare)
(#331) 'i' used outside of binding context. (block-scoped-var)
(#331) Infix operators must be spaced. (space-infix-ops)
(#331) 'i' used outside of binding context. (block-scoped-var)
(#331) 'i' used outside of binding context. (block-scoped-var)
(#331) Infix operators must be spaced. (space-infix-ops)
(#331) 'i' used outside of binding context. (block-scoped-var)
(#331) 'i' used outside of binding context. (block-scoped-var)
(#332) 'i' used outside of binding context. (block-scoped-var)
(#332) 'i' used outside of binding context. (block-scoped-var)
(#338) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#343) Multiple spaces found before '='. (no-multi-spaces)
(#344) Multiple spaces found before '='. (no-multi-spaces)
(#345) Multiple spaces found before '='. (no-multi-spaces)
(#347) Trailing spaces not allowed. (no-trailing-spaces)
(#348) Multiple spaces found before '='. (no-multi-spaces)
(#349) Multiple spaces found before '='. (no-multi-spaces)
(#350) Line 350 exceeds the maximum line length of 132. (max-len)
(#350) Multiple spaces found before '='. (no-multi-spaces)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#352) Trailing spaces not allowed. (no-trailing-spaces)
(#353) Trailing spaces not allowed. (no-trailing-spaces)
(#353) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#357) Expected { after 'if' condition. (curly)
(#357) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#358) Expected { after 'if' condition. (curly)
(#358) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#359) Expected { after 'if' condition. (curly)
(#359) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#359) Multiple spaces found before '='. (no-multi-spaces)
(#360) Trailing spaces not allowed. (no-trailing-spaces)
(#361) Trailing spaces not allowed. (no-trailing-spaces)
(#366) Trailing spaces not allowed. (no-trailing-spaces)
(#368) Trailing spaces not allowed. (no-trailing-spaces)
(#372) Trailing spaces not allowed. (no-trailing-spaces)
(#373) Trailing spaces not allowed. (no-trailing-spaces)
(#374) Trailing spaces not allowed. (no-trailing-spaces)
(#374) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#377) Trailing spaces not allowed. (no-trailing-spaces)
(#379) Trailing spaces not allowed. (no-trailing-spaces)
(#382) Trailing spaces not allowed. (no-trailing-spaces)
(#383) 'accumulation' is defined but never used (no-unused-vars)
(#384) Missing semicolon. (semi)
(#385) Trailing spaces not allowed. (no-trailing-spaces)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) 'i' is already defined (no-redeclare)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#386) 'i' used outside of binding context. (block-scoped-var)
(#387) 'i' used outside of binding context. (block-scoped-var)
(#387) 'i' used outside of binding context. (block-scoped-var)
(#388) Unexpected alert. (no-alert)
(#390) Trailing spaces not allowed. (no-trailing-spaces)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) Infix operators must be spaced. (space-infix-ops)
(#391) 'i' used outside of binding context. (block-scoped-var)
(#391) 'i' used outside of binding context. (block-scoped-var)
(#392) 'i' used outside of binding context. (block-scoped-var)
(#392) 'i' used outside of binding context. (block-scoped-var)
(#392) 'i' used outside of binding context. (block-scoped-var)
(#392) 'i' used outside of binding context. (block-scoped-var)
(#393) 'i' used outside of binding context. (block-scoped-var)
(#393) 'i' used outside of binding context. (block-scoped-var)
(#397) Trailing spaces not allowed. (no-trailing-spaces)
(#398) Trailing spaces not allowed. (no-trailing-spaces)
(#399) Missing space before value for key 'max'. (key-spacing)
(#399) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#400) Missing space before value for key 'min'. (key-spacing)
(#401) Missing space before value for key 'scale.decimals'. (key-spacing)
(#402) Missing space before value for key 'scale.point'. (key-spacing)
(#403) Missing space before value for key 'scale.thousand'. (key-spacing)
(#404) Missing space before value for key 'scale.round'. (key-spacing)
(#405) Missing space before value for key 'units.pre'. (key-spacing)
(#406) Missing space before value for key 'units.post'. (key-spacing)
(#407) Missing space before value for key 'ylabels.count'. (key-spacing)
(#410) Trailing spaces not allowed. (no-trailing-spaces)
(#413) Trailing spaces not allowed. (no-trailing-spaces)
(#414) Missing space before value for key 'max'. (key-spacing)
(#415) Missing space before value for key 'min'. (key-spacing)
(#416) Missing space before value for key 'strict'. (key-spacing)
(#417) Missing space before value for key 'scale.decimals'. (key-spacing)
(#418) Missing space before value for key 'scale.point'. (key-spacing)
(#419) Missing space before value for key 'scale.thousand'. (key-spacing)
(#420) Missing space before value for key 'scale.round'. (key-spacing)
(#421) Missing space before value for key 'units.pre'. (key-spacing)
(#422) Missing space before value for key 'units.post'. (key-spacing)
(#423) Missing space before value for key 'ylabels.count'. (key-spacing)
(#427) Trailing spaces not allowed. (no-trailing-spaces)
(#433) Trailing spaces not allowed. (no-trailing-spaces)
(#439) Line 439 exceeds the maximum line length of 132. (max-len)
(#439) 'HALFPI' is not defined. (no-undef)
(#439) 'TWOPI' is not defined. (no-undef)
(#439) 'HALFPI' is not defined. (no-undef)
(#443) Trailing spaces not allowed. (no-trailing-spaces)
(#446) Trailing spaces not allowed. (no-trailing-spaces)
(#448) Trailing spaces not allowed. (no-trailing-spaces)
(#451) Line 451 exceeds the maximum line length of 132. (max-len)
(#451) Missing semicolon. (semi)
(#453) Trailing spaces not allowed. (no-trailing-spaces)
(#459) Trailing spaces not allowed. (no-trailing-spaces)
(#466) Trailing spaces not allowed. (no-trailing-spaces)
(#467) Trailing spaces not allowed. (no-trailing-spaces)
(#474) Trailing spaces not allowed. (no-trailing-spaces)
(#475) Trailing spaces not allowed. (no-trailing-spaces)
(#484) Line 484 exceeds the maximum line length of 132. (max-len)
(#484) There should be no spaces inside this paren. (space-in-parens)
(#486) Identifier '__fill_click_listeners_installed__' is not in camel case. (camelcase)
(#492) 'RGraph' is not defined. (no-undef)
(#493) Trailing spaces not allowed. (no-trailing-spaces)
(#495) Missing semicolon. (semi)
(#499) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#503) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#503) Unexpected space before function parentheses. (space-before-function-paren)
(#505) Multiple spaces found before '='. (no-multi-spaces)
(#506) Multiple spaces found before '='. (no-multi-spaces)
(#507) 'spacing' is defined but never used (no-unused-vars)
(#508) Trailing spaces not allowed. (no-trailing-spaces)
(#509) Trailing spaces not allowed. (no-trailing-spaces)
(#510) Trailing spaces not allowed. (no-trailing-spaces)
(#511) Trailing spaces not allowed. (no-trailing-spaces)
(#512) Trailing spaces not allowed. (no-trailing-spaces)
(#512) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#515) Trailing spaces not allowed. (no-trailing-spaces)
(#516) Trailing spaces not allowed. (no-trailing-spaces)
(#517) Trailing spaces not allowed. (no-trailing-spaces)
(#518) Trailing spaces not allowed. (no-trailing-spaces)
(#518) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#523) Trailing spaces not allowed. (no-trailing-spaces)
(#524) Trailing spaces not allowed. (no-trailing-spaces)
(#525) Trailing spaces not allowed. (no-trailing-spaces)
(#526) Trailing spaces not allowed. (no-trailing-spaces)
(#527) Trailing spaces not allowed. (no-trailing-spaces)
(#527) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#531) Trailing spaces not allowed. (no-trailing-spaces)
(#532) Line 532 exceeds the maximum line length of 132. (max-len)
(#532) 'numrings' used outside of binding context. (block-scoped-var)
(#532) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#535) 'r' used outside of binding context. (block-scoped-var)
(#535) Infix operators must be spaced. (space-infix-ops)
(#535) 'r' used outside of binding context. (block-scoped-var)
(#535) Infix operators must be spaced. (space-infix-ops)
(#535) 'r' used outside of binding context. (block-scoped-var)
(#535) Infix operators must be spaced. (space-infix-ops)
(#535) 'numrings' used outside of binding context. (block-scoped-var)
(#537) A space is required after ','. (comma-spacing)
(#537) 'r' used outside of binding context. (block-scoped-var)
(#537) 'TWOPI' is not defined. (no-undef)
(#540) Trailing spaces not allowed. (no-trailing-spaces)
(#541) Trailing spaces not allowed. (no-trailing-spaces)
(#542) Trailing spaces not allowed. (no-trailing-spaces)
(#543) Trailing spaces not allowed. (no-trailing-spaces)
(#544) Trailing spaces not allowed. (no-trailing-spaces)
(#544) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#549) Trailing spaces not allowed. (no-trailing-spaces)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) Infix operators must be spaced. (space-infix-ops)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) Infix operators must be spaced. (space-infix-ops)
(#550) 'i' used outside of binding context. (block-scoped-var)
(#550) Infix operators must be spaced. (space-infix-ops)
(#555) 'i' used outside of binding context. (block-scoped-var)
(#555) 'TWOPI' is not defined. (no-undef)
(#556) 'i' used outside of binding context. (block-scoped-var)
(#556) Infix operators must be spaced. (space-infix-ops)
(#556) 'TWOPI' is not defined. (no-undef)
(#561) Trailing spaces not allowed. (no-trailing-spaces)
(#562) Trailing spaces not allowed. (no-trailing-spaces)
(#563) Trailing spaces not allowed. (no-trailing-spaces)
(#564) Trailing spaces not allowed. (no-trailing-spaces)
(#565) Trailing spaces not allowed. (no-trailing-spaces)
(#566) Trailing spaces not allowed. (no-trailing-spaces)
(#566) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#572) Trailing spaces not allowed. (no-trailing-spaces)
(#577) Missing semicolon. (semi)
(#578) Trailing spaces not allowed. (no-trailing-spaces)
(#579) 'i' is already defined (no-redeclare)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) Infix operators must be spaced. (space-infix-ops)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) Infix operators must be spaced. (space-infix-ops)
(#579) 'i' used outside of binding context. (block-scoped-var)
(#579) Infix operators must be spaced. (space-infix-ops)
(#584) 'i' used outside of binding context. (block-scoped-var)
(#584) 'TWOPI' is not defined. (no-undef)
(#584) 'HALFPI' is not defined. (no-undef)
(#585) 'i' used outside of binding context. (block-scoped-var)
(#585) 'TWOPI' is not defined. (no-undef)
(#585) 'HALFPI' is not defined. (no-undef)
(#590) Trailing spaces not allowed. (no-trailing-spaces)
(#591) Trailing spaces not allowed. (no-trailing-spaces)
(#596) Trailing spaces not allowed. (no-trailing-spaces)
(#597) Line 597 exceeds the maximum line length of 132. (max-len)
(#597) 'numrings' used outside of binding context. (block-scoped-var)
(#597) 'numrings' is already defined (no-redeclare)
(#597) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#599) 'r' used outside of binding context. (block-scoped-var)
(#599) 'r' is already defined (no-redeclare)
(#599) Infix operators must be spaced. (space-infix-ops)
(#599) 'r' used outside of binding context. (block-scoped-var)
(#599) Infix operators must be spaced. (space-infix-ops)
(#599) 'r' used outside of binding context. (block-scoped-var)
(#599) Infix operators must be spaced. (space-infix-ops)
(#599) 'numrings' used outside of binding context. (block-scoped-var)
(#601) Infix operators must be spaced. (space-infix-ops)
(#601) Infix operators must be spaced. (space-infix-ops)
(#601) Infix operators must be spaced. (space-infix-ops)
(#604) 'r' used outside of binding context. (block-scoped-var)
(#605) 'HALFPI' is not defined. (no-undef)
(#606) 'HALFPI' is not defined. (no-undef)
(#613) Missing semicolon. (semi)
(#617) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#621) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#621) Unexpected space before function parentheses. (space-before-function-paren)
(#624) Trailing spaces not allowed. (no-trailing-spaces)
(#625) 'halfsize' is defined but never used (no-unused-vars)
(#626) Trailing spaces not allowed. (no-trailing-spaces)
(#633) Trailing spaces not allowed. (no-trailing-spaces)
(#634) Trailing spaces not allowed. (no-trailing-spaces)
(#640) Trailing spaces not allowed. (no-trailing-spaces)
(#642) Infix operators must be spaced. (space-infix-ops)
(#642) Infix operators must be spaced. (space-infix-ops)
(#642) Infix operators must be spaced. (space-infix-ops)
(#642) Infix operators must be spaced. (space-infix-ops)
(#646) Trailing spaces not allowed. (no-trailing-spaces)
(#652) Trailing spaces not allowed. (no-trailing-spaces)
(#658) Trailing spaces not allowed. (no-trailing-spaces)
(#660) Infix operators must be spaced. (space-infix-ops)
(#660) Infix operators must be spaced. (space-infix-ops)
(#660) Infix operators must be spaced. (space-infix-ops)
(#660) Infix operators must be spaced. (space-infix-ops)
(#664) Trailing spaces not allowed. (no-trailing-spaces)
(#667) Missing semicolon. (semi)
(#671) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#675) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#675) Unexpected space before function parentheses. (space-before-function-paren)
(#678) Trailing spaces not allowed. (no-trailing-spaces)
(#679) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#683) Trailing spaces not allowed. (no-trailing-spaces)
(#684) 'numDatasets' is defined but never used (no-unused-vars)
(#685) Trailing spaces not allowed. (no-trailing-spaces)
(#686) Infix operators must be spaced. (space-infix-ops)
(#686) Infix operators must be spaced. (space-infix-ops)
(#687) Trailing spaces not allowed. (no-trailing-spaces)
(#689) Trailing spaces not allowed. (no-trailing-spaces)
(#690) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#691) Trailing spaces not allowed. (no-trailing-spaces)
(#692) 'i' used outside of binding context. (block-scoped-var)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) 'i' used outside of binding context. (block-scoped-var)
(#692) Infix operators must be spaced. (space-infix-ops)
(#692) 'i' used outside of binding context. (block-scoped-var)
(#693) Trailing spaces not allowed. (no-trailing-spaces)
(#694) 'i' used outside of binding context. (block-scoped-var)
(#695) Trailing spaces not allowed. (no-trailing-spaces)
(#696) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#696) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#697) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#699) Trailing spaces not allowed. (no-trailing-spaces)
(#700) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#703) Trailing spaces not allowed. (no-trailing-spaces)
(#704) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#705) Trailing spaces not allowed. (no-trailing-spaces)
(#706) Trailing spaces not allowed. (no-trailing-spaces)
(#712) Trailing spaces not allowed. (no-trailing-spaces)
(#713) Line 713 exceeds the maximum line length of 132. (max-len)
(#713) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#714) Multiple spaces found before '='. (no-multi-spaces)
(#715) Multiple spaces found before '='. (no-multi-spaces)
(#716) Trailing spaces not allowed. (no-trailing-spaces)
(#717) 'i' used outside of binding context. (block-scoped-var)
(#717) 'i' used outside of binding context. (block-scoped-var)
(#717) Infix operators must be spaced. (space-infix-ops)
(#717) 'i' used outside of binding context. (block-scoped-var)
(#717) 'i' used outside of binding context. (block-scoped-var)
(#717) Infix operators must be spaced. (space-infix-ops)
(#717) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#717) 'i' used outside of binding context. (block-scoped-var)
(#717) 'i' used outside of binding context. (block-scoped-var)
(#718) 'i' used outside of binding context. (block-scoped-var)
(#718) 'i' used outside of binding context. (block-scoped-var)
(#719) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#719) 'i' used outside of binding context. (block-scoped-var)
(#719) 'i' used outside of binding context. (block-scoped-var)
(#719) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#719) 'i' used outside of binding context. (block-scoped-var)
(#719) 'i' used outside of binding context. (block-scoped-var)
(#721) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#721) 'i' used outside of binding context. (block-scoped-var)
(#721) 'i' used outside of binding context. (block-scoped-var)
(#721) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#721) 'i' used outside of binding context. (block-scoped-var)
(#721) 'i' used outside of binding context. (block-scoped-var)
(#724) Trailing spaces not allowed. (no-trailing-spaces)
(#725) Trailing spaces not allowed. (no-trailing-spaces)
(#728) Trailing spaces not allowed. (no-trailing-spaces)
(#730) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#730) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#731) Trailing spaces not allowed. (no-trailing-spaces)
(#732) Expected space or tab after '//' in comment. (spaced-comment)
(#733) Identifier 'last_coords' is not in camel case. (camelcase)
(#733) Identifier 'last_coords' is not in camel case. (camelcase)
(#734) Trailing spaces not allowed. (no-trailing-spaces)
(#735) 'i' is already defined (no-redeclare)
(#735) 'i' used outside of binding context. (block-scoped-var)
(#735) Infix operators must be spaced. (space-infix-ops)
(#735) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#735) 'i' used outside of binding context. (block-scoped-var)
(#735) Infix operators must be spaced. (space-infix-ops)
(#735) 'i' used outside of binding context. (block-scoped-var)
(#736) Identifier 'last_coords' is not in camel case. (camelcase)
(#736) 'i' used outside of binding context. (block-scoped-var)
(#736) Identifier 'last_coords' is not in camel case. (camelcase)
(#736) 'i' used outside of binding context. (block-scoped-var)
(#739) Trailing spaces not allowed. (no-trailing-spaces)
(#741) Identifier 'last_coords' is not in camel case. (camelcase)
(#741) Identifier 'coords_dataset' is not in camel case. (camelcase)
(#742) Trailing spaces not allowed. (no-trailing-spaces)
(#744) Trailing spaces not allowed. (no-trailing-spaces)
(#748) Trailing spaces not allowed. (no-trailing-spaces)
(#750) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#751) 'oldAlpha' used outside of binding context. (block-scoped-var)
(#753) Missing semicolon. (semi)
(#757) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#758) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#758) Missing JSDoc return type. (valid-jsdoc)
(#758) Expected JSDoc for 'dataset' but found 'number'. (valid-jsdoc)
(#758) Missing JSDoc for parameter 'index'. (valid-jsdoc)
(#760) Trailing spaces not allowed. (no-trailing-spaces)
(#764) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#764) Unexpected space before function parentheses. (space-before-function-paren)
(#768) Trailing spaces not allowed. (no-trailing-spaces)
(#771) Trailing spaces not allowed. (no-trailing-spaces)
(#775) 'TWOPI' is not defined. (no-undef)
(#776) 'HALFPI' is not defined. (no-undef)
(#777) Trailing spaces not allowed. (no-trailing-spaces)
(#778) Trailing spaces not allowed. (no-trailing-spaces)
(#784) Trailing spaces not allowed. (no-trailing-spaces)
(#790) Trailing spaces not allowed. (no-trailing-spaces)
(#791) A space is required after ','. (comma-spacing)
(#792) Missing semicolon. (semi)
(#796) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#800) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#800) Unexpected space before function parentheses. (space-before-function-paren)
(#803) Trailing spaces not allowed. (no-trailing-spaces)
(#805) Trailing spaces not allowed. (no-trailing-spaces)
(#809) Trailing spaces not allowed. (no-trailing-spaces)
(#810) Multiple spaces found before '='. (no-multi-spaces)
(#811) Multiple spaces found before '='. (no-multi-spaces)
(#813) Multiple spaces found before '='. (no-multi-spaces)
(#814) Multiple spaces found before '='. (no-multi-spaces)
(#815) Multiple spaces found before '='. (no-multi-spaces)
(#816) Multiple spaces found before '='. (no-multi-spaces)
(#817) Trailing spaces not allowed. (no-trailing-spaces)
(#818) Infix operators must be spaced. (space-infix-ops)
(#818) Infix operators must be spaced. (space-infix-ops)
(#819) Trailing spaces not allowed. (no-trailing-spaces)
(#820) Multiple spaces found before '='. (no-multi-spaces)
(#820) 'TWOPI' is not defined. (no-undef)
(#821) 'HALFPI' is not defined. (no-undef)
(#822) Trailing spaces not allowed. (no-trailing-spaces)
(#825) Trailing spaces not allowed. (no-trailing-spaces)
(#829) Unexpected whitespace before semicolon. (semi-spacing)
(#830) Expected { after 'if' condition. (curly)
(#831) Trailing spaces not allowed. (no-trailing-spaces)
(#833) Missing space before value for key 'font'. (key-spacing)
(#834) Missing space before value for key 'size'. (key-spacing)
(#835) Missing space before value for key 'x'. (key-spacing)
(#836) Missing space before value for key 'y'. (key-spacing)
(#837) Missing space before value for key 'text'. (key-spacing)
(#838) Missing space before value for key 'valign'. (key-spacing)
(#839) Missing space before value for key 'halign'. (key-spacing)
(#840) Missing space before value for key 'bounding'. (key-spacing)
(#841) Missing space before value for key 'boundingFill'. (key-spacing)
(#842) Missing space before value for key 'bold'. (key-spacing)
(#848) Missing semicolon. (semi)
(#852) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#856) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#858) Multiple spaces found before '='. (no-multi-spaces)
(#859) Multiple spaces found before '='. (no-multi-spaces)
(#860) Multiple spaces found before '='. (no-multi-spaces)
(#861) Multiple spaces found before '='. (no-multi-spaces)
(#862) Trailing spaces not allowed. (no-trailing-spaces)
(#864) Trailing spaces not allowed. (no-trailing-spaces)
(#866) Trailing spaces not allowed. (no-trailing-spaces)
(#869) Trailing spaces not allowed. (no-trailing-spaces)
(#871) 'TWOPI' is not defined. (no-undef)
(#875) Missing semicolon. (semi)
(#879) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#883) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#883) Unexpected space before function parentheses. (space-before-function-paren)
(#892) Trailing spaces not allowed. (no-trailing-spaces)
(#894) Trailing spaces not allowed. (no-trailing-spaces)
(#898) Trailing spaces not allowed. (no-trailing-spaces)
(#899) Multiple spaces found before '='. (no-multi-spaces)
(#900) Multiple spaces found before '='. (no-multi-spaces)
(#901) Line 901 exceeds the maximum line length of 132. (max-len)
(#901) Multiple spaces found before '='. (no-multi-spaces)
(#901) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#902) Multiple spaces found before '='. (no-multi-spaces)
(#903) Multiple spaces found before '='. (no-multi-spaces)
(#904) Multiple spaces found before '='. (no-multi-spaces)
(#905) Identifier 'units_pre' is not in camel case. (camelcase)
(#905) Multiple spaces found before '='. (no-multi-spaces)
(#906) Identifier 'units_post' is not in camel case. (camelcase)
(#907) Multiple spaces found before '='. (no-multi-spaces)
(#908) Multiple spaces found before '='. (no-multi-spaces)
(#909) Multiple spaces found before '='. (no-multi-spaces)
(#910) Multiple spaces found before '='. (no-multi-spaces)
(#911) Multiple spaces found before '='. (no-multi-spaces)
(#912) 'scale' is defined but never used (no-unused-vars)
(#912) Multiple spaces found before '='. (no-multi-spaces)
(#913) Trailing spaces not allowed. (no-trailing-spaces)
(#915) Trailing spaces not allowed. (no-trailing-spaces)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) Infix operators must be spaced. (space-infix-ops)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) Infix operators must be spaced. (space-infix-ops)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#918) 'i' used outside of binding context. (block-scoped-var)
(#919) Missing space before value for key 'bold'. (key-spacing)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#919) 'i' used outside of binding context. (block-scoped-var)
(#920) Missing space before value for key 'font'. (key-spacing)
(#921) Missing space before value for key 'size'. (key-spacing)
(#922) Missing space before value for key 'x'. (key-spacing)
(#923) Missing space before value for key 'y'. (key-spacing)
(#923) 'i' used outside of binding context. (block-scoped-var)
(#923) 'i' used outside of binding context. (block-scoped-var)
(#923) 'i' used outside of binding context. (block-scoped-var)
(#923) Infix operators must be spaced. (space-infix-ops)
(#923) Infix operators must be spaced. (space-infix-ops)
(#924) Missing space before value for key 'text'. (key-spacing)
(#924) 'i' used outside of binding context. (block-scoped-var)
(#924) 'i' used outside of binding context. (block-scoped-var)
(#924) 'i' used outside of binding context. (block-scoped-var)
(#925) Missing space before value for key 'valign'. (key-spacing)
(#926) Missing space before value for key 'halign'. (key-spacing)
(#927) Missing space before value for key 'bounding'. (key-spacing)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#927) 'i' used outside of binding context. (block-scoped-var)
(#928) Missing space before value for key 'boundingFill'. (key-spacing)
(#932) Trailing spaces not allowed. (no-trailing-spaces)
(#935) Trailing spaces not allowed. (no-trailing-spaces)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) 'i' is already defined (no-redeclare)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) Infix operators must be spaced. (space-infix-ops)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) Infix operators must be spaced. (space-infix-ops)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#938) 'i' used outside of binding context. (block-scoped-var)
(#939) Missing space before value for key 'bold'. (key-spacing)
(#939) 'i' used outside of binding context. (block-scoped-var)
(#939) 'i' used outside of binding context. (block-scoped-var)
(#939) 'i' used outside of binding context. (block-scoped-var)
(#940) Missing space before value for key 'font'. (key-spacing)
(#941) Missing space before value for key 'size'. (key-spacing)
(#942) Missing space before value for key 'x'. (key-spacing)
(#943) Missing space before value for key 'y'. (key-spacing)
(#943) 'i' used outside of binding context. (block-scoped-var)
(#943) 'i' used outside of binding context. (block-scoped-var)
(#943) 'i' used outside of binding context. (block-scoped-var)
(#943) Infix operators must be spaced. (space-infix-ops)
(#943) Infix operators must be spaced. (space-infix-ops)
(#944) Missing space before value for key 'text'. (key-spacing)
(#944) 'i' used outside of binding context. (block-scoped-var)
(#944) 'i' used outside of binding context. (block-scoped-var)
(#944) 'i' used outside of binding context. (block-scoped-var)
(#945) Missing space before value for key 'valign'. (key-spacing)
(#946) Missing space before value for key 'halign'. (key-spacing)
(#947) Missing space before value for key 'bounding'. (key-spacing)
(#947) 'i' used outside of binding context. (block-scoped-var)
(#947) 'i' used outside of binding context. (block-scoped-var)
(#947) 'i' used outside of binding context. (block-scoped-var)
(#948) Missing space before value for key 'boundingFill'. (key-spacing)
(#952) Trailing spaces not allowed. (no-trailing-spaces)
(#955) Trailing spaces not allowed. (no-trailing-spaces)
(#958) Trailing spaces not allowed. (no-trailing-spaces)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) 'i' is already defined (no-redeclare)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) Infix operators must be spaced. (space-infix-ops)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) Infix operators must be spaced. (space-infix-ops)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#959) 'i' used outside of binding context. (block-scoped-var)
(#960) Missing space before value for key 'bold'. (key-spacing)
(#960) 'i' used outside of binding context. (block-scoped-var)
(#960) 'i' used outside of binding context. (block-scoped-var)
(#960) 'i' used outside of binding context. (block-scoped-var)
(#961) Missing space before value for key 'font'. (key-spacing)
(#962) Missing space before value for key 'size'. (key-spacing)
(#963) Missing space before value for key 'x'. (key-spacing)
(#963) 'i' used outside of binding context. (block-scoped-var)
(#963) 'i' used outside of binding context. (block-scoped-var)
(#963) 'i' used outside of binding context. (block-scoped-var)
(#963) Infix operators must be spaced. (space-infix-ops)
(#963) Infix operators must be spaced. (space-infix-ops)
(#964) Missing space before value for key 'y'. (key-spacing)
(#965) Missing space before value for key 'text'. (key-spacing)
(#965) 'i' used outside of binding context. (block-scoped-var)
(#965) 'i' used outside of binding context. (block-scoped-var)
(#965) 'i' used outside of binding context. (block-scoped-var)
(#966) Missing space before value for key 'valign'. (key-spacing)
(#967) Missing space before value for key 'halign'. (key-spacing)
(#968) Missing space before value for key 'bounding'. (key-spacing)
(#968) 'i' used outside of binding context. (block-scoped-var)
(#968) 'i' used outside of binding context. (block-scoped-var)
(#968) 'i' used outside of binding context. (block-scoped-var)
(#969) Missing space before value for key 'boundingFill'. (key-spacing)
(#973) Trailing spaces not allowed. (no-trailing-spaces)
(#976) Trailing spaces not allowed. (no-trailing-spaces)
(#979) Trailing spaces not allowed. (no-trailing-spaces)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) 'i' is already defined (no-redeclare)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) Infix operators must be spaced. (space-infix-ops)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) Infix operators must be spaced. (space-infix-ops)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#980) 'i' used outside of binding context. (block-scoped-var)
(#981) Missing space before value for key 'bold'. (key-spacing)
(#981) 'i' used outside of binding context. (block-scoped-var)
(#981) 'i' used outside of binding context. (block-scoped-var)
(#981) 'i' used outside of binding context. (block-scoped-var)
(#982) Missing space before value for key 'font'. (key-spacing)
(#983) Missing space before value for key 'size'. (key-spacing)
(#984) Missing space before value for key 'x'. (key-spacing)
(#984) 'i' used outside of binding context. (block-scoped-var)
(#984) 'i' used outside of binding context. (block-scoped-var)
(#984) 'i' used outside of binding context. (block-scoped-var)
(#984) Infix operators must be spaced. (space-infix-ops)
(#984) Infix operators must be spaced. (space-infix-ops)
(#985) Missing space before value for key 'y'. (key-spacing)
(#986) Missing space before value for key 'text'. (key-spacing)
(#986) 'i' used outside of binding context. (block-scoped-var)
(#986) 'i' used outside of binding context. (block-scoped-var)
(#986) 'i' used outside of binding context. (block-scoped-var)
(#987) Missing space before value for key 'valign'. (key-spacing)
(#988) Missing space before value for key 'halign'. (key-spacing)
(#989) Missing space before value for key 'bounding'. (key-spacing)
(#989) 'i' used outside of binding context. (block-scoped-var)
(#989) 'i' used outside of binding context. (block-scoped-var)
(#989) 'i' used outside of binding context. (block-scoped-var)
(#990) Missing space before value for key 'boundingFill'. (key-spacing)
(#994) Trailing spaces not allowed. (no-trailing-spaces)
(#997) Trailing spaces not allowed. (no-trailing-spaces)
(#999) Missing space before value for key 'font'. (key-spacing)
(#1000) Missing space before value for key 'size'. (key-spacing)
(#1001) Missing space before value for key 'x'. (key-spacing)
(#1002) Missing space before value for key 'y'. (key-spacing)
(#1003) Missing space before value for key 'text'. (key-spacing)
(#1004) Missing space before value for key 'valign'. (key-spacing)
(#1005) Missing space before value for key 'halign'. (key-spacing)
(#1006) Missing space before value for key 'bounding'. (key-spacing)
(#1007) Missing space before value for key 'boundingFill'. (key-spacing)
(#1008) Missing space before value for key 'bold'. (key-spacing)
(#1012) Missing semicolon. (semi)
(#1016) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1020) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1020) Unexpected space before function parentheses. (space-before-function-paren)
(#1025) Multiple spaces found before '='. (no-multi-spaces)
(#1026) Multiple spaces found before '='. (no-multi-spaces)
(#1026) A space is required after ','. (comma-spacing)
(#1027) Multiple spaces found before '='. (no-multi-spaces)
(#1027) A space is required after ','. (comma-spacing)
(#1028) Identifier 'reversed_labels' is not in camel case. (camelcase)
(#1029) Identifier 'reversed_bold' is not in camel case. (camelcase)
(#1029) Multiple spaces found before '='. (no-multi-spaces)
(#1030) Identifier 'reversed_boxed' is not in camel case. (camelcase)
(#1030) Multiple spaces found before '='. (no-multi-spaces)
(#1031) Multiple spaces found before '='. (no-multi-spaces)
(#1032) Line 1032 exceeds the maximum line length of 132. (max-len)
(#1032) Multiple spaces found before '='. (no-multi-spaces)
(#1032) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1033) Multiple spaces found before '='. (no-multi-spaces)
(#1034) Trailing spaces not allowed. (no-trailing-spaces)
(#1037) Infix operators must be spaced. (space-infix-ops)
(#1037) Infix operators must be spaced. (space-infix-ops)
(#1038) Trailing spaces not allowed. (no-trailing-spaces)
(#1039) Line 1039 exceeds the maximum line length of 132. (max-len)
(#1039) Expected { after 'if' condition. (curly)
(#1039) Identifier 'reversed_bold' is not in camel case. (camelcase)
(#1039) Missing space before value for key 'bold'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'font'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'size'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'x'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'y'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'text'. (key-spacing)
(#1039) Identifier 'reversed_labels' is not in camel case. (camelcase)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'valign'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'halign'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Identifier 'reversed_boxed' is not in camel case. (camelcase)
(#1039) Missing space before value for key 'bounding'. (key-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1039) Missing space before value for key 'boundingFill'. (key-spacing)
(#1040) Line 1040 exceeds the maximum line length of 132. (max-len)
(#1040) Expected { after 'if' condition. (curly)
(#1040) Missing space before value for key 'bold'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'font'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'size'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'x'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'y'. (key-spacing)
(#1040) Infix operators must be spaced. (space-infix-ops)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'text'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'valign'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'halign'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'bounding'. (key-spacing)
(#1040) A space is required after ','. (comma-spacing)
(#1040) Missing space before value for key 'boundingFill'. (key-spacing)
(#1041) Trailing spaces not allowed. (no-trailing-spaces)
(#1042) Line 1042 exceeds the maximum line length of 132. (max-len)
(#1042) Expected { after 'if' condition. (curly)
(#1042) Missing space before value for key 'bold'. (key-spacing)
(#1042) Identifier 'reversed_bold' is not in camel case. (camelcase)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'font'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'size'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'x'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'y'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Identifier 'reversed_labels' is not in camel case. (camelcase)
(#1042) Missing space before value for key 'text'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'valign'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'halign'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Identifier 'reversed_boxed' is not in camel case. (camelcase)
(#1042) Missing space before value for key 'bounding'. (key-spacing)
(#1042) A space is required after ','. (comma-spacing)
(#1042) Missing space before value for key 'boundingFill'. (key-spacing)
(#1043) Line 1043 exceeds the maximum line length of 132. (max-len)
(#1043) Expected { after 'if' condition. (curly)
(#1043) Missing space before value for key 'bold'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'font'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'size'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'x'. (key-spacing)
(#1043) Infix operators must be spaced. (space-infix-ops)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'y'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'text'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'valign'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'halign'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'bounding'. (key-spacing)
(#1043) A space is required after ','. (comma-spacing)
(#1043) Missing space before value for key 'boundingFill'. (key-spacing)
(#1045) Missing semicolon. (semi)
(#1049) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1050) Expected JSDoc for 'e' but found 'event'. (valid-jsdoc)
(#1050) Missing JSDoc parameter type for 'event'. (valid-jsdoc)
(#1050) Missing JSDoc @returns for function. (valid-jsdoc)
(#1052) Trailing spaces not allowed. (no-trailing-spaces)
(#1056) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1056) Expected to return a value at the end of this function. (consistent-return)
(#1056) Unexpected space before function parentheses. (space-before-function-paren)
(#1058) Infix operators must be spaced. (space-infix-ops)
(#1058) Infix operators must be spaced. (space-infix-ops)
(#1059) Trailing spaces not allowed. (no-trailing-spaces)
(#1060) Multiple spaces found before '='. (no-multi-spaces)
(#1061) Multiple spaces found before '='. (no-multi-spaces)
(#1062) 'tooltips' is defined but never used (no-unused-vars)
(#1063) Multiple spaces found before '='. (no-multi-spaces)
(#1064) Multiple spaces found before '='. (no-multi-spaces)
(#1065) Multiple spaces found before '='. (no-multi-spaces)
(#1066) Multiple spaces found before '='. (no-multi-spaces)
(#1067) Trailing spaces not allowed. (no-trailing-spaces)
(#1068) There should be no spaces inside this paren. (space-in-parens)
(#1068) Multiple spaces found before 'mouseX'. (no-multi-spaces)
(#1073) Trailing spaces not allowed. (no-trailing-spaces)
(#1075) Trailing spaces not allowed. (no-trailing-spaces)
(#1076) Unquoted number literal '0' used as key. (quote-props)
(#1076) Multiple spaces found before ''object''. (no-multi-spaces)
(#1077) Unquoted number literal '1' used as key. (quote-props)
(#1077) Multiple spaces found before ''x''. (no-multi-spaces)
(#1078) Unquoted number literal '2' used as key. (quote-props)
(#1078) Multiple spaces found before ''y''. (no-multi-spaces)
(#1079) Unquoted number literal '3' used as key. (quote-props)
(#1080) Unquoted number literal '4' used as key. (quote-props)
(#1080) Multiple spaces found before ''index''. (no-multi-spaces)
(#1082) Missing semicolon. (semi)
(#1085) Missing semicolon. (semi)
(#1089) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1090) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1090) Expected JSDoc for 'shape' but found 'object'. (valid-jsdoc)
(#1092) Trailing spaces not allowed. (no-trailing-spaces)
(#1095) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1095) Unexpected space before function parentheses. (space-before-function-paren)
(#1099) Missing semicolon. (semi)
(#1103) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1104) Missing JSDoc @returns for function. (valid-jsdoc)
(#1104) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1104) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#1106) Trailing spaces not allowed. (no-trailing-spaces)
(#1108) Trailing spaces not allowed. (no-trailing-spaces)
(#1111) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1111) Expected to return a value at the end of this function. (consistent-return)
(#1111) Unexpected space before function parentheses. (space-before-function-paren)
(#1114) Trailing spaces not allowed. (no-trailing-spaces)
(#1121) Trailing spaces not allowed. (no-trailing-spaces)
(#1124) Missing semicolon. (semi)
(#1128) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1129) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1129) Missing JSDoc for parameter 'idx'. (valid-jsdoc)
(#1129) Missing JSDoc for parameter 'tooltip'. (valid-jsdoc)
(#1129) Missing JSDoc parameter type for 'objec'. (valid-jsdoc)
(#1129) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#1129) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#1129) Expected JSDoc for 'y' but found 'objec'. (valid-jsdoc)
(#1129) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1129) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#1131) Trailing spaces not allowed. (no-trailing-spaces)
(#1137) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1137) Unexpected space before function parentheses. (space-before-function-paren)
(#1137) 'idx' is defined but never used (no-unused-vars)
(#1139) 'dataset' is defined but never used (no-unused-vars)
(#1139) Multiple spaces found before '='. (no-multi-spaces)
(#1140) Multiple spaces found before '='. (no-multi-spaces)
(#1141) Multiple spaces found before '='. (no-multi-spaces)
(#1142) 'coordY' is defined but never used (no-unused-vars)
(#1142) Multiple spaces found before '='. (no-multi-spaces)
(#1143) Multiple spaces found before '='. (no-multi-spaces)
(#1144) 'gutterLeft' is defined but never used (no-unused-vars)
(#1145) 'gutterTop' is defined but never used (no-unused-vars)
(#1145) Multiple spaces found before '='. (no-multi-spaces)
(#1146) Multiple spaces found before '='. (no-multi-spaces)
(#1147) Trailing spaces not allowed. (no-trailing-spaces)
(#1150) Multiple spaces found before '='. (no-multi-spaces)
(#1151) Trailing spaces not allowed. (no-trailing-spaces)
(#1154) Trailing spaces not allowed. (no-trailing-spaces)
(#1157) Line 1157 exceeds the maximum line length of 132. (max-len)
(#1162) Trailing spaces not allowed. (no-trailing-spaces)
(#1164) Trailing spaces not allowed. (no-trailing-spaces)
(#1169) Trailing spaces not allowed. (no-trailing-spaces)
(#1174) Trailing spaces not allowed. (no-trailing-spaces)
(#1180) Missing semicolon. (semi)
(#1184) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1188) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1188) Unexpected space before function parentheses. (space-before-function-paren)
(#1191) Trailing spaces not allowed. (no-trailing-spaces)
(#1193) 'dataset' used outside of binding context. (block-scoped-var)
(#1193) Multiple spaces found before '='. (no-multi-spaces)
(#1194) 'index' used outside of binding context. (block-scoped-var)
(#1194) Multiple spaces found before '='. (no-multi-spaces)
(#1195) Multiple spaces found before '='. (no-multi-spaces)
(#1196) Trailing spaces not allowed. (no-trailing-spaces)
(#1197) Trailing spaces not allowed. (no-trailing-spaces)
(#1198) Trailing spaces not allowed. (no-trailing-spaces)
(#1198) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1199) 'dataset' is already defined (no-redeclare)
(#1199) Infix operators must be spaced. (space-infix-ops)
(#1199) Infix operators must be spaced. (space-infix-ops)
(#1200) 'index' is already defined (no-redeclare)
(#1200) Infix operators must be spaced. (space-infix-ops)
(#1200) Infix operators must be spaced. (space-infix-ops)
(#1203) Line 1203 exceeds the maximum line length of 132. (max-len)
(#1203) Do not nest ternary expressions (no-nested-ternary)
(#1203) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1204) 'TWOPI' is not defined. (no-undef)
(#1210) Trailing spaces not allowed. (no-trailing-spaces)
(#1212) Missing semicolon. (semi)
(#1216) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1217) Missing JSDoc @returns for function. (valid-jsdoc)
(#1217) Expected JSDoc for 'value' but found 'number'. (valid-jsdoc)
(#1217) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1220) Trailing spaces not allowed. (no-trailing-spaces)
(#1223) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1223) Unexpected space before function parentheses. (space-before-function-paren)
(#1228) Trailing spaces not allowed. (no-trailing-spaces)
(#1231) Trailing spaces not allowed. (no-trailing-spaces)
(#1233) Missing semicolon. (semi)
(#1237) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1238) Expected JSDoc for 'numitems' but found 'number'. (valid-jsdoc)
(#1238) Missing JSDoc @returns for function. (valid-jsdoc)
(#1238) Missing JSDoc for parameter 'index'. (valid-jsdoc)
(#1238) Duplicate JSDoc parameter 'number'. (valid-jsdoc)
(#1238) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1238) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1240) Trailing spaces not allowed. (no-trailing-spaces)
(#1244) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1244) Unexpected space before function parentheses. (space-before-function-paren)
(#1246) 'TWOPI' is not defined. (no-undef)
(#1247) 'HALFPI' is not defined. (no-undef)
(#1248) Trailing spaces not allowed. (no-trailing-spaces)
(#1250) Missing semicolon. (semi)
(#1254) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1258) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1258) Unexpected space before function parentheses. (space-before-function-paren)
(#1260) 'i' used outside of binding context. (block-scoped-var)
(#1260) Infix operators must be spaced. (space-infix-ops)
(#1260) 'i' used outside of binding context. (block-scoped-var)
(#1260) Infix operators must be spaced. (space-infix-ops)
(#1260) 'i' used outside of binding context. (block-scoped-var)
(#1261) 'i' used outside of binding context. (block-scoped-var)
(#1261) 'i' used outside of binding context. (block-scoped-var)
(#1263) Trailing spaces not allowed. (no-trailing-spaces)
(#1265) Trailing spaces not allowed. (no-trailing-spaces)
(#1266) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1266) Invalid typeof comparison value (valid-typeof)
(#1267) 'i' is already defined (no-redeclare)
(#1267) 'i' used outside of binding context. (block-scoped-var)
(#1267) Infix operators must be spaced. (space-infix-ops)
(#1267) 'i' used outside of binding context. (block-scoped-var)
(#1267) Infix operators must be spaced. (space-infix-ops)
(#1267) 'i' used outside of binding context. (block-scoped-var)
(#1268) 'i' used outside of binding context. (block-scoped-var)
(#1268) 'i' used outside of binding context. (block-scoped-var)
(#1271) Trailing spaces not allowed. (no-trailing-spaces)
(#1272) Multiple spaces found before '='. (no-multi-spaces)
(#1273) Multiple spaces found before '='. (no-multi-spaces)
(#1275) Multiple spaces found before '='. (no-multi-spaces)
(#1276) Multiple spaces found before '='. (no-multi-spaces)
(#1277) Multiple spaces found before '='. (no-multi-spaces)
(#1278) Missing semicolon. (semi)
(#1282) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1283) Missing JSDoc @returns for function. (valid-jsdoc)
(#1283) Missing JSDoc for parameter 'color'. (valid-jsdoc)
(#1286) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1288) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1291) Trailing spaces not allowed. (no-trailing-spaces)
(#1293) Trailing spaces not allowed. (no-trailing-spaces)
(#1295) Trailing spaces not allowed. (no-trailing-spaces)
(#1298) Trailing spaces not allowed. (no-trailing-spaces)
(#1300) Trailing spaces not allowed. (no-trailing-spaces)
(#1302) Trailing spaces not allowed. (no-trailing-spaces)
(#1303) Infix operators must be spaced. (space-infix-ops)
(#1303) Infix operators must be spaced. (space-infix-ops)
(#1307) Trailing spaces not allowed. (no-trailing-spaces)
(#1308) 'grad' used outside of binding context. (block-scoped-var)
(#1308) 'grad' used outside of binding context. (block-scoped-var)
(#1309) Missing semicolon. (semi)
(#1313) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1314) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1314) Unexpected space before function parentheses. (space-before-function-paren)
(#1314) 'e' is defined but never used (no-unused-vars)
(#1318) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1318) Unexpected space before function parentheses. (space-before-function-paren)
(#1320) Expected space or tab after '//' in comment. (spaced-comment)
(#1321) Expected space or tab after '//' in comment. (spaced-comment)
(#1322) 'coords' is defined but never used (no-unused-vars)
(#1322) Multiple spaces found before '='. (no-multi-spaces)
(#1323) 'coords2' is defined but never used (no-unused-vars)
(#1325) 'dataset' used outside of binding context. (block-scoped-var)
(#1326) Trailing spaces not allowed. (no-trailing-spaces)
(#1331) 'dataset' is already defined (no-redeclare)
(#1331) Infix operators must be spaced. (space-infix-ops)
(#1331) Infix operators must be spaced. (space-infix-ops)
(#1331) Infix operators must be spaced. (space-infix-ops)
(#1332) Trailing spaces not allowed. (no-trailing-spaces)
(#1336) 'j' used outside of binding context. (block-scoped-var)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1336) 'j' used outside of binding context. (block-scoped-var)
(#1336) Infix operators must be spaced. (space-infix-ops)
(#1336) 'j' used outside of binding context. (block-scoped-var)
(#1337) 'j' used outside of binding context. (block-scoped-var)
(#1337) 'j' used outside of binding context. (block-scoped-var)
(#1339) Trailing spaces not allowed. (no-trailing-spaces)
(#1342) Trailing spaces not allowed. (no-trailing-spaces)
(#1346) 'j' is already defined (no-redeclare)
(#1346) 'j' used outside of binding context. (block-scoped-var)
(#1346) Infix operators must be spaced. (space-infix-ops)
(#1346) 'j' used outside of binding context. (block-scoped-var)
(#1346) Infix operators must be spaced. (space-infix-ops)
(#1346) 'j' used outside of binding context. (block-scoped-var)
(#1347) 'j' used outside of binding context. (block-scoped-var)
(#1347) 'j' used outside of binding context. (block-scoped-var)
(#1350) Trailing spaces not allowed. (no-trailing-spaces)
(#1352) Trailing spaces not allowed. (no-trailing-spaces)
(#1358) Trailing spaces not allowed. (no-trailing-spaces)
(#1360) 'inPath' used outside of binding context. (block-scoped-var)
(#1361) Trailing spaces not allowed. (no-trailing-spaces)
(#1363) Trailing spaces not allowed. (no-trailing-spaces)
(#1369) 'dataset' used outside of binding context. (block-scoped-var)
(#1371) Trailing spaces not allowed. (no-trailing-spaces)
(#1372) 'dataset' used outside of binding context. (block-scoped-var)
(#1373) 'dataset' used outside of binding context. (block-scoped-var)
(#1377) Trailing spaces not allowed. (no-trailing-spaces)
(#1378) Trailing spaces not allowed. (no-trailing-spaces)
(#1378) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1383) Trailing spaces not allowed. (no-trailing-spaces)
(#1385) 'dataset' used outside of binding context. (block-scoped-var)
(#1387) Trailing spaces not allowed. (no-trailing-spaces)
(#1391) Trailing spaces not allowed. (no-trailing-spaces)
(#1392) 'dataset' used outside of binding context. (block-scoped-var)
(#1396) Trailing spaces not allowed. (no-trailing-spaces)
(#1398) Trailing spaces not allowed. (no-trailing-spaces)
(#1402) Missing semicolon. (semi)
(#1403) Trailing spaces not allowed. (no-trailing-spaces)
(#1410) Trailing spaces not allowed. (no-trailing-spaces)
(#1417) Missing semicolon. (semi)
(#1421) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1422) Expected JSDoc for 'dataset' but found 'number'. (valid-jsdoc)
(#1422) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1424) Trailing spaces not allowed. (no-trailing-spaces)
(#1427) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1427) Unexpected space before function parentheses. (space-before-function-paren)
(#1430) 'j' used outside of binding context. (block-scoped-var)
(#1430) Infix operators must be spaced. (space-infix-ops)
(#1430) 'j' used outside of binding context. (block-scoped-var)
(#1430) Infix operators must be spaced. (space-infix-ops)
(#1430) 'j' used outside of binding context. (block-scoped-var)
(#1431) 'j' used outside of binding context. (block-scoped-var)
(#1434) 'j' used outside of binding context. (block-scoped-var)
(#1434) 'j' used outside of binding context. (block-scoped-var)
(#1437) Trailing spaces not allowed. (no-trailing-spaces)
(#1439) Trailing spaces not allowed. (no-trailing-spaces)
(#1442) 'j' is already defined (no-redeclare)
(#1442) 'j' used outside of binding context. (block-scoped-var)
(#1442) Infix operators must be spaced. (space-infix-ops)
(#1442) 'j' used outside of binding context. (block-scoped-var)
(#1442) Infix operators must be spaced. (space-infix-ops)
(#1442) 'j' used outside of binding context. (block-scoped-var)
(#1443) 'j' used outside of binding context. (block-scoped-var)
(#1443) 'j' used outside of binding context. (block-scoped-var)
(#1446) Trailing spaces not allowed. (no-trailing-spaces)
(#1448) Multiple spaces found before '='. (no-multi-spaces)
(#1449) Trailing spaces not allowed. (no-trailing-spaces)
(#1452) Missing semicolon. (semi)
(#1456) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1457) Missing JSDoc for parameter 'dataset'. (valid-jsdoc)
(#1457) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#1461) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1461) Unexpected space before function parentheses. (space-before-function-paren)
(#1465) Trailing spaces not allowed. (no-trailing-spaces)
(#1469) Multiple spaces found before '='. (no-multi-spaces)
(#1470) Multiple spaces found before '='. (no-multi-spaces)
(#1471) Trailing spaces not allowed. (no-trailing-spaces)
(#1472) Trailing spaces not allowed. (no-trailing-spaces)
(#1475) Missing semicolon. (semi)
(#1479) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1480) Expected JSDoc for 'index' but found 'int'. (valid-jsdoc)
(#1480) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1483) Trailing spaces not allowed. (no-trailing-spaces)
(#1486) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1486) Unexpected space before function parentheses. (space-before-function-paren)
(#1491) Trailing spaces not allowed. (no-trailing-spaces)
(#1492) Identifier 'pre_linewidth' is not in camel case. (camelcase)
(#1493) Identifier 'pre_linecap' is not in camel case. (camelcase)
(#1493) Multiple spaces found before '='. (no-multi-spaces)
(#1494) Trailing spaces not allowed. (no-trailing-spaces)
(#1495) Trailing spaces not allowed. (no-trailing-spaces)
(#1496) Trailing spaces not allowed. (no-trailing-spaces)
(#1497) Trailing spaces not allowed. (no-trailing-spaces)
(#1497) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1500) Multiple spaces found before '='. (no-multi-spaces)
(#1501) Multiple spaces found before '='. (no-multi-spaces)
(#1504) Trailing spaces not allowed. (no-trailing-spaces)
(#1506) Infix operators must be spaced. (space-infix-ops)
(#1506) A space is required after ','. (comma-spacing)
(#1506) Infix operators must be spaced. (space-infix-ops)
(#1506) Infix operators must be spaced. (space-infix-ops)
(#1506) Infix operators must be spaced. (space-infix-ops)
(#1515) Trailing spaces not allowed. (no-trailing-spaces)
(#1517) Trailing spaces not allowed. (no-trailing-spaces)
(#1518) Trailing spaces not allowed. (no-trailing-spaces)
(#1519) Trailing spaces not allowed. (no-trailing-spaces)
(#1520) Trailing spaces not allowed. (no-trailing-spaces)
(#1520) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1522) Identifier 'pre_linewidth' is not in camel case. (camelcase)
(#1523) Identifier 'pre_linecap' is not in camel case. (camelcase)
(#1525) Missing semicolon. (semi)
(#1529) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1534) Missing semicolon. (semi)
mod/questionnaire/javascript/RGraph/RGraph.rose.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Expected { after 'if' condition. (curly)
(#11) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#11) 'RGraph' is not defined. (no-undef)
(#12) Trailing spaces not allowed. (no-trailing-spaces)
(#13) Expected JSDoc for 'data' but found 'array'. (valid-jsdoc)
(#13) Expected JSDoc for 'id' but found 'object'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'array'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#19) 'RGraph' is not defined. (no-undef)
(#19) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Multiple spaces found before '='. (no-multi-spaces)
(#22) Multiple spaces found before '='. (no-multi-spaces)
(#23) Multiple spaces found before '='. (no-multi-spaces)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#28) 'RGraph' is not defined. (no-undef)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#29) 'RGraph' is not defined. (no-undef)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#32) Identifier 'original_colors' is not in camel case. (camelcase)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#38) 'RGraph' is not defined. (no-undef)
(#43) Multiple spaces found before '='. (no-multi-spaces)
(#44) Multiple spaces found before '='. (no-multi-spaces)
(#45) Multiple spaces found before '='. (no-multi-spaces)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#144) Missing semicolon. (semi)
(#147) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#152) Identifier 'linear_data' is not in camel case. (camelcase)
(#152) 'RGraph' is not defined. (no-undef)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Identifier 'linear_data' is not in camel case. (camelcase)
(#154) Missing semicolon. (semi)
(#163) A space is required after ','. (comma-spacing)
(#164) Trailing spaces not allowed. (no-trailing-spaces)
(#165) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#170) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#171) Expected space or tab after '//' in comment. (spaced-comment)
(#175) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#176) Multiple spaces found before '='. (no-multi-spaces)
(#176) 'RGraph' is not defined. (no-undef)
(#177) Multiple spaces found before '='. (no-multi-spaces)
(#178) Multiple spaces found before '='. (no-multi-spaces)
(#180) Expected space or tab after '//' in comment. (spaced-comment)
(#184) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#189) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#190) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#190) Missing JSDoc for parameter 'value'. (valid-jsdoc)
(#190) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#190) Missing JSDoc @returns for function. (valid-jsdoc)
(#190) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#190) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#192) Trailing spaces not allowed. (no-trailing-spaces)
(#196) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#196) Unexpected space before function parentheses. (space-before-function-paren)
(#201) A space is required after ','. (comma-spacing)
(#204) Trailing spaces not allowed. (no-trailing-spaces)
(#206) Trailing spaces not allowed. (no-trailing-spaces)
(#208) Missing semicolon. (semi)
(#212) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#213) Missing JSDoc @returns for function. (valid-jsdoc)
(#213) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#213) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#215) Trailing spaces not allowed. (no-trailing-spaces)
(#218) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#218) Unexpected space before function parentheses. (space-before-function-paren)
(#223) A space is required after ','. (comma-spacing)
(#226) Trailing spaces not allowed. (no-trailing-spaces)
(#228) Missing semicolon. (semi)
(#232) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#233) Missing JSDoc @returns for function. (valid-jsdoc)
(#236) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#236) Unexpected space before function parentheses. (space-before-function-paren)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#243) Trailing spaces not allowed. (no-trailing-spaces)
(#244) Trailing spaces not allowed. (no-trailing-spaces)
(#244) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#248) Multiple spaces found before '='. (no-multi-spaces)
(#249) Multiple spaces found before '='. (no-multi-spaces)
(#250) Multiple spaces found before '='. (no-multi-spaces)
(#252) Trailing spaces not allowed. (no-trailing-spaces)
(#254) Line 254 exceeds the maximum line length of 132. (max-len)
(#254) Multiple spaces found before '='. (no-multi-spaces)
(#255) Multiple spaces found before '='. (no-multi-spaces)
(#256) Multiple spaces found before '='. (no-multi-spaces)
(#257) Multiple spaces found before '='. (no-multi-spaces)
(#258) Multiple spaces found before '='. (no-multi-spaces)
(#259) Multiple spaces found before '='. (no-multi-spaces)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#268) Trailing spaces not allowed. (no-trailing-spaces)
(#269) Trailing spaces not allowed. (no-trailing-spaces)
(#270) Trailing spaces not allowed. (no-trailing-spaces)
(#270) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#272) Expected { after 'if' condition. (curly)
(#272) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#273) Expected { after 'if' condition. (curly)
(#273) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#274) Expected { after 'if' condition. (curly)
(#274) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#274) Multiple spaces found before 'this'. (no-multi-spaces)
(#274) Multiple spaces found before '='. (no-multi-spaces)
(#275) Trailing spaces not allowed. (no-trailing-spaces)
(#280) Trailing spaces not allowed. (no-trailing-spaces)
(#282) Trailing spaces not allowed. (no-trailing-spaces)
(#286) Trailing spaces not allowed. (no-trailing-spaces)
(#290) Trailing spaces not allowed. (no-trailing-spaces)
(#297) Trailing spaces not allowed. (no-trailing-spaces)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#305) Trailing spaces not allowed. (no-trailing-spaces)
(#306) Trailing spaces not allowed. (no-trailing-spaces)
(#313) Trailing spaces not allowed. (no-trailing-spaces)
(#314) Trailing spaces not allowed. (no-trailing-spaces)
(#319) Trailing spaces not allowed. (no-trailing-spaces)
(#320) Trailing spaces not allowed. (no-trailing-spaces)
(#325) Trailing spaces not allowed. (no-trailing-spaces)
(#327) Missing semicolon. (semi)
(#331) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#335) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#335) Unexpected space before function parentheses. (space-before-function-paren)
(#338) Trailing spaces not allowed. (no-trailing-spaces)
(#339) Trailing spaces not allowed. (no-trailing-spaces)
(#342) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#345) Trailing spaces not allowed. (no-trailing-spaces)
(#348) Trailing spaces not allowed. (no-trailing-spaces)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) Infix operators must be spaced. (space-infix-ops)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) 'i' used outside of binding context. (block-scoped-var)
(#350) Infix operators must be spaced. (space-infix-ops)
(#351) Trailing spaces not allowed. (no-trailing-spaces)
(#353) 'i' used outside of binding context. (block-scoped-var)
(#353) 'i' used outside of binding context. (block-scoped-var)
(#353) 'i' used outside of binding context. (block-scoped-var)
(#353) 'i' used outside of binding context. (block-scoped-var)
(#354) Trailing spaces not allowed. (no-trailing-spaces)
(#358) 'i' used outside of binding context. (block-scoped-var)
(#358) 'i' used outside of binding context. (block-scoped-var)
(#358) 'i' used outside of binding context. (block-scoped-var)
(#358) 'i' used outside of binding context. (block-scoped-var)
(#360) 'TWOPI' is not defined. (no-undef)
(#364) Trailing spaces not allowed. (no-trailing-spaces)
(#365) Trailing spaces not allowed. (no-trailing-spaces)
(#366) Trailing spaces not allowed. (no-trailing-spaces)
(#367) Trailing spaces not allowed. (no-trailing-spaces)
(#368) Trailing spaces not allowed. (no-trailing-spaces)
(#369) Trailing spaces not allowed. (no-trailing-spaces)
(#369) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#372) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#373) Trailing spaces not allowed. (no-trailing-spaces)
(#375) Trailing spaces not allowed. (no-trailing-spaces)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' is already defined (no-redeclare)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Infix operators must be spaced. (space-infix-ops)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Infix operators must be spaced. (space-infix-ops)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Infix operators must be spaced. (space-infix-ops)
(#377) Trailing spaces not allowed. (no-trailing-spaces)
(#382) 'i' used outside of binding context. (block-scoped-var)
(#382) 'i' used outside of binding context. (block-scoped-var)
(#382) 'i' used outside of binding context. (block-scoped-var)
(#382) 'i' used outside of binding context. (block-scoped-var)
(#382) 'PI' is not defined. (no-undef)
(#382) 'HALFPI' is not defined. (no-undef)
(#383) 'i' used outside of binding context. (block-scoped-var)
(#383) 'i' used outside of binding context. (block-scoped-var)
(#383) 'i' used outside of binding context. (block-scoped-var)
(#383) 'i' used outside of binding context. (block-scoped-var)
(#383) 'PI' is not defined. (no-undef)
(#383) 'HALFPI' is not defined. (no-undef)
(#385) Trailing spaces not allowed. (no-trailing-spaces)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' is already defined (no-redeclare)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) Infix operators must be spaced. (space-infix-ops)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) 'i' used outside of binding context. (block-scoped-var)
(#389) Infix operators must be spaced. (space-infix-ops)
(#390) Trailing spaces not allowed. (no-trailing-spaces)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#395) 'i' used outside of binding context. (block-scoped-var)
(#395) Infix operators must be spaced. (space-infix-ops)
(#395) 'PI' is not defined. (no-undef)
(#395) 'HALFPI' is not defined. (no-undef)
(#396) 'i' used outside of binding context. (block-scoped-var)
(#396) 'i' used outside of binding context. (block-scoped-var)
(#396) 'i' used outside of binding context. (block-scoped-var)
(#396) 'i' used outside of binding context. (block-scoped-var)
(#396) Infix operators must be spaced. (space-infix-ops)
(#396) 'PI' is not defined. (no-undef)
(#396) 'HALFPI' is not defined. (no-undef)
(#398) Trailing spaces not allowed. (no-trailing-spaces)
(#404) Trailing spaces not allowed. (no-trailing-spaces)
(#405) Trailing spaces not allowed. (no-trailing-spaces)
(#406) Trailing spaces not allowed. (no-trailing-spaces)
(#406) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#410) Trailing spaces not allowed. (no-trailing-spaces)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#413) There should be no spaces inside this paren. (space-in-parens)
(#414) Trailing spaces not allowed. (no-trailing-spaces)
(#420) Trailing spaces not allowed. (no-trailing-spaces)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' is already defined (no-redeclare)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) 'i' used outside of binding context. (block-scoped-var)
(#422) Infix operators must be spaced. (space-infix-ops)
(#423) 'i' used outside of binding context. (block-scoped-var)
(#423) 'i' used outside of binding context. (block-scoped-var)
(#423) 'i' used outside of binding context. (block-scoped-var)
(#423) 'i' used outside of binding context. (block-scoped-var)
(#423) Multiple spaces found before 'this'. (no-multi-spaces)
(#424) 'i' used outside of binding context. (block-scoped-var)
(#424) 'i' used outside of binding context. (block-scoped-var)
(#424) 'i' used outside of binding context. (block-scoped-var)
(#424) 'i' used outside of binding context. (block-scoped-var)
(#424) Multiple spaces found before 'this'. (no-multi-spaces)
(#426) Trailing spaces not allowed. (no-trailing-spaces)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' is already defined (no-redeclare)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) Infix operators must be spaced. (space-infix-ops)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) 'i' used outside of binding context. (block-scoped-var)
(#428) Infix operators must be spaced. (space-infix-ops)
(#429) 'i' used outside of binding context. (block-scoped-var)
(#429) 'i' used outside of binding context. (block-scoped-var)
(#429) 'i' used outside of binding context. (block-scoped-var)
(#429) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#430) 'i' used outside of binding context. (block-scoped-var)
(#432) Trailing spaces not allowed. (no-trailing-spaces)
(#436) Trailing spaces not allowed. (no-trailing-spaces)
(#440) Trailing spaces not allowed. (no-trailing-spaces)
(#443) Trailing spaces not allowed. (no-trailing-spaces)
(#448) Missing semicolon. (semi)
(#452) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#456) Function 'anonymous' has a complexity of 25. (complexity)
(#456) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#456) Unexpected space before function parentheses. (space-before-function-paren)
(#458) Multiple spaces found before '='. (no-multi-spaces)
(#459) Multiple spaces found before '='. (no-multi-spaces)
(#460) 'margin' used outside of binding context. (block-scoped-var)
(#460) 'RGraph' is not defined. (no-undef)
(#461) Trailing spaces not allowed. (no-trailing-spaces)
(#463) Expected space or tab after '//' in comment. (spaced-comment)
(#466) Expected space or tab after '//' in comment. (spaced-comment)
(#467) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Trailing spaces not allowed. (no-trailing-spaces)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) Infix operators must be spaced. (space-infix-ops)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) Infix operators must be spaced. (space-infix-ops)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#472) 'i' used outside of binding context. (block-scoped-var)
(#473) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#473) 'i' used outside of binding context. (block-scoped-var)
(#473) 'i' used outside of binding context. (block-scoped-var)
(#473) 'i' used outside of binding context. (block-scoped-var)
(#474) 'i' used outside of binding context. (block-scoped-var)
(#474) 'i' used outside of binding context. (block-scoped-var)
(#474) 'i' used outside of binding context. (block-scoped-var)
(#475) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#475) 'i' used outside of binding context. (block-scoped-var)
(#475) 'i' used outside of binding context. (block-scoped-var)
(#475) 'i' used outside of binding context. (block-scoped-var)
(#476) 'i' used outside of binding context. (block-scoped-var)
(#476) 'i' used outside of binding context. (block-scoped-var)
(#476) 'i' used outside of binding context. (block-scoped-var)
(#477) Trailing spaces not allowed. (no-trailing-spaces)
(#480) 'i' used outside of binding context. (block-scoped-var)
(#480) 'i' used outside of binding context. (block-scoped-var)
(#480) 'i' used outside of binding context. (block-scoped-var)
(#483) Trailing spaces not allowed. (no-trailing-spaces)
(#485) Missing space before value for key 'max'. (key-spacing)
(#486) Missing space before value for key 'min'. (key-spacing)
(#487) Missing space before value for key 'scale.thousand'. (key-spacing)
(#488) Missing space before value for key 'scale.point'. (key-spacing)
(#489) Missing space before value for key 'scale.decimals'. (key-spacing)
(#490) Missing space before value for key 'ylabels.count'. (key-spacing)
(#491) Missing space before value for key 'scale.round'. (key-spacing)
(#496) Trailing spaces not allowed. (no-trailing-spaces)
(#498) Trailing spaces not allowed. (no-trailing-spaces)
(#500) Trailing spaces not allowed. (no-trailing-spaces)
(#501) Trailing spaces not allowed. (no-trailing-spaces)
(#502) Trailing spaces not allowed. (no-trailing-spaces)
(#502) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#504) Missing space before value for key 'max'. (key-spacing)
(#505) Missing space before value for key 'strict'. (key-spacing)
(#506) Missing space before value for key 'scale.thousand'. (key-spacing)
(#507) Missing space before value for key 'scale.point'. (key-spacing)
(#508) Missing space before value for key 'scale.decimals'. (key-spacing)
(#509) Missing space before value for key 'ylabels.count'. (key-spacing)
(#510) Missing space before value for key 'scale.round'. (key-spacing)
(#514) Missing semicolon. (semi)
(#516) Trailing spaces not allowed. (no-trailing-spaces)
(#518) Trailing spaces not allowed. (no-trailing-spaces)
(#521) Trailing spaces not allowed. (no-trailing-spaces)
(#523) Trailing spaces not allowed. (no-trailing-spaces)
(#528) Trailing spaces not allowed. (no-trailing-spaces)
(#529) Expected space or tab after '/**' in comment. (spaced-comment)
(#532) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#533) Expected space or tab after '/**' in comment. (spaced-comment)
(#536) Infix operators must be spaced. (space-infix-ops)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' is already defined (no-redeclare)
(#537) Infix operators must be spaced. (space-infix-ops)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) Infix operators must be spaced. (space-infix-ops)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#538) 'i' used outside of binding context. (block-scoped-var)
(#538) 'i' used outside of binding context. (block-scoped-var)
(#538) 'i' used outside of binding context. (block-scoped-var)
(#540) Trailing spaces not allowed. (no-trailing-spaces)
(#541) Trailing spaces not allowed. (no-trailing-spaces)
(#542) 'i' is already defined (no-redeclare)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) Infix operators must be spaced. (space-infix-ops)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) Infix operators must be spaced. (space-infix-ops)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#542) 'i' used outside of binding context. (block-scoped-var)
(#543) Trailing spaces not allowed. (no-trailing-spaces)
(#544) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#544) 'i' used outside of binding context. (block-scoped-var)
(#544) 'i' used outside of binding context. (block-scoped-var)
(#544) 'i' used outside of binding context. (block-scoped-var)
(#544) 'TWOPI' is not defined. (no-undef)
(#545) 'radius' used outside of binding context. (block-scoped-var)
(#545) Multiple spaces found before '='. (no-multi-spaces)
(#545) 'i' used outside of binding context. (block-scoped-var)
(#545) 'i' used outside of binding context. (block-scoped-var)
(#545) 'i' used outside of binding context. (block-scoped-var)
(#546) 'radius' used outside of binding context. (block-scoped-var)
(#546) 'radius' used outside of binding context. (block-scoped-var)
(#547) Trailing spaces not allowed. (no-trailing-spaces)
(#549) Multiple spaces found before '='. (no-multi-spaces)
(#550) Trailing spaces not allowed. (no-trailing-spaces)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#552) 'i' used outside of binding context. (block-scoped-var)
(#554) Trailing spaces not allowed. (no-trailing-spaces)
(#556) Trailing spaces not allowed. (no-trailing-spaces)
(#557) 'startAngle' used outside of binding context. (block-scoped-var)
(#557) 'startAngle' used outside of binding context. (block-scoped-var)
(#557) 'HALFPI' is not defined. (no-undef)
(#557) 'margin' used outside of binding context. (block-scoped-var)
(#558) Line 558 exceeds the maximum line length of 132. (max-len)
(#558) 'endAngle' used outside of binding context. (block-scoped-var)
(#558) 'endAngle' used outside of binding context. (block-scoped-var)
(#558) Multiple spaces found before '='. (no-multi-spaces)
(#558) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#558) 'HALFPI' is not defined. (no-undef)
(#558) 'margin' used outside of binding context. (block-scoped-var)
(#559) Trailing spaces not allowed. (no-trailing-spaces)
(#560) 'exploded' used outside of binding context. (block-scoped-var)
(#560) 'exploded' used outside of binding context. (block-scoped-var)
(#560) Multiple spaces found before '='. (no-multi-spaces)
(#560) 'i' used outside of binding context. (block-scoped-var)
(#560) 'i' used outside of binding context. (block-scoped-var)
(#560) 'i' used outside of binding context. (block-scoped-var)
(#560) 'startAngle' used outside of binding context. (block-scoped-var)
(#560) 'startAngle' used outside of binding context. (block-scoped-var)
(#560) 'endAngle' used outside of binding context. (block-scoped-var)
(#560) 'endAngle' used outside of binding context. (block-scoped-var)
(#561) 'explodedX' used outside of binding context. (block-scoped-var)
(#561) 'explodedX' used outside of binding context. (block-scoped-var)
(#561) 'exploded' used outside of binding context. (block-scoped-var)
(#561) 'exploded' used outside of binding context. (block-scoped-var)
(#562) 'explodedY' used outside of binding context. (block-scoped-var)
(#562) 'explodedY' used outside of binding context. (block-scoped-var)
(#562) 'exploded' used outside of binding context. (block-scoped-var)
(#562) 'exploded' used outside of binding context. (block-scoped-var)
(#563) Trailing spaces not allowed. (no-trailing-spaces)
(#564) Trailing spaces not allowed. (no-trailing-spaces)
(#565) 'explodedX' used outside of binding context. (block-scoped-var)
(#565) 'explodedX' used outside of binding context. (block-scoped-var)
(#566) 'explodedY' used outside of binding context. (block-scoped-var)
(#566) 'explodedY' used outside of binding context. (block-scoped-var)
(#567) Line 567 exceeds the maximum line length of 132. (max-len)
(#567) 'radius' used outside of binding context. (block-scoped-var)
(#567) 'radius' used outside of binding context. (block-scoped-var)
(#568) 'startAngle' used outside of binding context. (block-scoped-var)
(#568) 'startAngle' used outside of binding context. (block-scoped-var)
(#569) 'endAngle' used outside of binding context. (block-scoped-var)
(#569) 'endAngle' used outside of binding context. (block-scoped-var)
(#571) 'explodedX' used outside of binding context. (block-scoped-var)
(#571) 'explodedX' used outside of binding context. (block-scoped-var)
(#571) 'explodedY' used outside of binding context. (block-scoped-var)
(#571) 'explodedY' used outside of binding context. (block-scoped-var)
(#573) Trailing spaces not allowed. (no-trailing-spaces)
(#576) Trailing spaces not allowed. (no-trailing-spaces)
(#578) Trailing spaces not allowed. (no-trailing-spaces)
(#579) 'gg' is not defined. (no-undef)
(#580) 'startAngle' used outside of binding context. (block-scoped-var)
(#580) 'startAngle' used outside of binding context. (block-scoped-var)
(#581) 'endAngle' used outside of binding context. (block-scoped-var)
(#581) 'endAngle' used outside of binding context. (block-scoped-var)
(#583) 'radius' used outside of binding context. (block-scoped-var)
(#584) 'explodedX' used outside of binding context. (block-scoped-var)
(#584) 'explodedX' used outside of binding context. (block-scoped-var)
(#585) 'explodedY' used outside of binding context. (block-scoped-var)
(#585) 'explodedY' used outside of binding context. (block-scoped-var)
(#587) Trailing spaces not allowed. (no-trailing-spaces)
(#588) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#591) Trailing spaces not allowed. (no-trailing-spaces)
(#593) Trailing spaces not allowed. (no-trailing-spaces)
(#594) Expected space or tab after '/**' in comment. (spaced-comment)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) 'i' is already defined (no-redeclare)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) Infix operators must be spaced. (space-infix-ops)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) Infix operators must be spaced. (space-infix-ops)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#597) 'i' used outside of binding context. (block-scoped-var)
(#598) Trailing spaces not allowed. (no-trailing-spaces)
(#601) Trailing spaces not allowed. (no-trailing-spaces)
(#602) Expected space or tab after '/**' in comment. (spaced-comment)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#606) 'i' used outside of binding context. (block-scoped-var)
(#608) Trailing spaces not allowed. (no-trailing-spaces)
(#609) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#609) 'segmentRadians' is already defined (no-redeclare)
(#609) 'TWOPI' is not defined. (no-undef)
(#610) Trailing spaces not allowed. (no-trailing-spaces)
(#611) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#611) 'i' used outside of binding context. (block-scoped-var)
(#611) 'i' used outside of binding context. (block-scoped-var)
(#611) 'i' used outside of binding context. (block-scoped-var)
(#613) Trailing spaces not allowed. (no-trailing-spaces)
(#614) 'radius' used outside of binding context. (block-scoped-var)
(#614) 'radius' is already defined (no-redeclare)
(#614) 'i' used outside of binding context. (block-scoped-var)
(#614) 'i' used outside of binding context. (block-scoped-var)
(#614) 'i' used outside of binding context. (block-scoped-var)
(#615) 'radius' used outside of binding context. (block-scoped-var)
(#615) 'radius' used outside of binding context. (block-scoped-var)
(#616) Trailing spaces not allowed. (no-trailing-spaces)
(#617) 'startAngle' used outside of binding context. (block-scoped-var)
(#617) 'startAngle' used outside of binding context. (block-scoped-var)
(#617) 'startAngle' is already defined (no-redeclare)
(#617) 'HALFPI' is not defined. (no-undef)
(#617) 'margin' used outside of binding context. (block-scoped-var)
(#618) Line 618 exceeds the maximum line length of 132. (max-len)
(#618) 'endAngle' is already defined (no-redeclare)
(#618) 'endAngle' used outside of binding context. (block-scoped-var)
(#618) 'endAngle' used outside of binding context. (block-scoped-var)
(#618) Multiple spaces found before '='. (no-multi-spaces)
(#618) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#618) 'HALFPI' is not defined. (no-undef)
(#618) 'margin' used outside of binding context. (block-scoped-var)
(#619) Trailing spaces not allowed. (no-trailing-spaces)
(#620) 'exploded' used outside of binding context. (block-scoped-var)
(#620) 'exploded' used outside of binding context. (block-scoped-var)
(#620) 'exploded' is already defined (no-redeclare)
(#620) Multiple spaces found before '='. (no-multi-spaces)
(#620) 'i' used outside of binding context. (block-scoped-var)
(#620) 'i' used outside of binding context. (block-scoped-var)
(#620) 'i' used outside of binding context. (block-scoped-var)
(#620) 'startAngle' used outside of binding context. (block-scoped-var)
(#620) 'startAngle' used outside of binding context. (block-scoped-var)
(#620) 'endAngle' used outside of binding context. (block-scoped-var)
(#620) 'endAngle' used outside of binding context. (block-scoped-var)
(#621) 'explodedX' is already defined (no-redeclare)
(#621) 'explodedX' used outside of binding context. (block-scoped-var)
(#621) 'explodedX' used outside of binding context. (block-scoped-var)
(#621) 'exploded' used outside of binding context. (block-scoped-var)
(#621) 'exploded' used outside of binding context. (block-scoped-var)
(#622) 'explodedY' used outside of binding context. (block-scoped-var)
(#622) 'explodedY' is already defined (no-redeclare)
(#622) 'explodedY' used outside of binding context. (block-scoped-var)
(#622) 'exploded' used outside of binding context. (block-scoped-var)
(#622) 'exploded' used outside of binding context. (block-scoped-var)
(#623) Trailing spaces not allowed. (no-trailing-spaces)
(#624) 'explodedX' used outside of binding context. (block-scoped-var)
(#624) 'explodedX' used outside of binding context. (block-scoped-var)
(#625) 'explodedY' used outside of binding context. (block-scoped-var)
(#625) 'explodedY' used outside of binding context. (block-scoped-var)
(#626) Line 626 exceeds the maximum line length of 132. (max-len)
(#626) 'radius' used outside of binding context. (block-scoped-var)
(#626) 'radius' used outside of binding context. (block-scoped-var)
(#627) 'startAngle' used outside of binding context. (block-scoped-var)
(#627) 'startAngle' used outside of binding context. (block-scoped-var)
(#628) 'endAngle' used outside of binding context. (block-scoped-var)
(#628) 'endAngle' used outside of binding context. (block-scoped-var)
(#630) 'explodedX' used outside of binding context. (block-scoped-var)
(#630) 'explodedX' used outside of binding context. (block-scoped-var)
(#630) 'explodedY' used outside of binding context. (block-scoped-var)
(#630) 'explodedY' used outside of binding context. (block-scoped-var)
(#634) Trailing spaces not allowed. (no-trailing-spaces)
(#635) 'endAngle' used outside of binding context. (block-scoped-var)
(#635) 'endAngle' used outside of binding context. (block-scoped-var)
(#636) Expected space or tab after '//' in comment. (spaced-comment)
(#638) Trailing spaces not allowed. (no-trailing-spaces)
(#641) 'startAngle' used outside of binding context. (block-scoped-var)
(#641) 'startAngle' used outside of binding context. (block-scoped-var)
(#642) 'endAngle' used outside of binding context. (block-scoped-var)
(#642) 'endAngle' used outside of binding context. (block-scoped-var)
(#644) 'radius' used outside of binding context. (block-scoped-var)
(#645) 'explodedX' used outside of binding context. (block-scoped-var)
(#645) 'explodedX' used outside of binding context. (block-scoped-var)
(#646) 'explodedY' used outside of binding context. (block-scoped-var)
(#646) 'explodedY' used outside of binding context. (block-scoped-var)
(#648) Trailing spaces not allowed. (no-trailing-spaces)
(#649) Expected space or tab after '/**' in comment. (spaced-comment)
(#652) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#652) 'i' used outside of binding context. (block-scoped-var)
(#652) 'i' used outside of binding context. (block-scoped-var)
(#652) 'i' used outside of binding context. (block-scoped-var)
(#653) Trailing spaces not allowed. (no-trailing-spaces)
(#654) 'margin' is already defined (no-redeclare)
(#654) 'PI' is not defined. (no-undef)
(#655) Trailing spaces not allowed. (no-trailing-spaces)
(#657) 'i' used outside of binding context. (block-scoped-var)
(#657) 'i' used outside of binding context. (block-scoped-var)
(#657) 'i' used outside of binding context. (block-scoped-var)
(#658) 'i' used outside of binding context. (block-scoped-var)
(#658) 'i' used outside of binding context. (block-scoped-var)
(#658) 'i' used outside of binding context. (block-scoped-var)
(#660) Trailing spaces not allowed. (no-trailing-spaces)
(#661) Trailing spaces not allowed. (no-trailing-spaces)
(#662) Infix operators must be spaced. (space-infix-ops)
(#662) Infix operators must be spaced. (space-infix-ops)
(#662) 'i' used outside of binding context. (block-scoped-var)
(#662) 'i' used outside of binding context. (block-scoped-var)
(#662) 'i' used outside of binding context. (block-scoped-var)
(#663) Trailing spaces not allowed. (no-trailing-spaces)
(#664) 'startAngle' is already defined (no-redeclare)
(#664) 'startAngle' used outside of binding context. (block-scoped-var)
(#664) 'startAngle' used outside of binding context. (block-scoped-var)
(#664) 'HALFPI' is not defined. (no-undef)
(#665) Line 665 exceeds the maximum line length of 132. (max-len)
(#665) 'endAngle' is already defined (no-redeclare)
(#665) 'endAngle' used outside of binding context. (block-scoped-var)
(#665) 'endAngle' used outside of binding context. (block-scoped-var)
(#665) Multiple spaces found before '='. (no-multi-spaces)
(#665) Infix operators must be spaced. (space-infix-ops)
(#665) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#665) 'HALFPI' is not defined. (no-undef)
(#666) Trailing spaces not allowed. (no-trailing-spaces)
(#667) 'exploded' used outside of binding context. (block-scoped-var)
(#667) 'exploded' used outside of binding context. (block-scoped-var)
(#667) 'exploded' is already defined (no-redeclare)
(#667) Multiple spaces found before '='. (no-multi-spaces)
(#667) 'i' used outside of binding context. (block-scoped-var)
(#667) 'i' used outside of binding context. (block-scoped-var)
(#667) 'i' used outside of binding context. (block-scoped-var)
(#667) 'startAngle' used outside of binding context. (block-scoped-var)
(#667) 'startAngle' used outside of binding context. (block-scoped-var)
(#667) 'endAngle' used outside of binding context. (block-scoped-var)
(#667) 'endAngle' used outside of binding context. (block-scoped-var)
(#668) 'explodedX' used outside of binding context. (block-scoped-var)
(#668) 'explodedX' used outside of binding context. (block-scoped-var)
(#668) 'explodedX' is already defined (no-redeclare)
(#668) 'exploded' used outside of binding context. (block-scoped-var)
(#668) 'exploded' used outside of binding context. (block-scoped-var)
(#669) 'explodedY' used outside of binding context. (block-scoped-var)
(#669) 'explodedY' is already defined (no-redeclare)
(#669) 'explodedY' used outside of binding context. (block-scoped-var)
(#669) 'exploded' used outside of binding context. (block-scoped-var)
(#669) 'exploded' used outside of binding context. (block-scoped-var)
(#670) Trailing spaces not allowed. (no-trailing-spaces)
(#672) Trailing spaces not allowed. (no-trailing-spaces)
(#677) Trailing spaces not allowed. (no-trailing-spaces)
(#680) 'startRadius' used outside of binding context. (block-scoped-var)
(#681) Line 681 exceeds the maximum line length of 132. (max-len)
(#681) 'endRadius' used outside of binding context. (block-scoped-var)
(#681) 'i' used outside of binding context. (block-scoped-var)
(#681) 'i' used outside of binding context. (block-scoped-var)
(#681) 'i' used outside of binding context. (block-scoped-var)
(#682) 'endRadius' used outside of binding context. (block-scoped-var)
(#682) 'endRadius' used outside of binding context. (block-scoped-var)
(#683) Trailing spaces not allowed. (no-trailing-spaces)
(#684) 'explodedX' used outside of binding context. (block-scoped-var)
(#684) 'explodedX' used outside of binding context. (block-scoped-var)
(#685) 'explodedY' used outside of binding context. (block-scoped-var)
(#685) 'explodedY' used outside of binding context. (block-scoped-var)
(#686) Line 686 exceeds the maximum line length of 132. (max-len)
(#686) 'endRadius' used outside of binding context. (block-scoped-var)
(#686) 'endRadius' used outside of binding context. (block-scoped-var)
(#687) 'startAngle' used outside of binding context. (block-scoped-var)
(#687) 'startAngle' used outside of binding context. (block-scoped-var)
(#688) 'endAngle' used outside of binding context. (block-scoped-var)
(#688) 'endAngle' used outside of binding context. (block-scoped-var)
(#690) 'explodedX' used outside of binding context. (block-scoped-var)
(#690) 'explodedX' used outside of binding context. (block-scoped-var)
(#690) 'explodedY' used outside of binding context. (block-scoped-var)
(#690) 'explodedY' used outside of binding context. (block-scoped-var)
(#694) Trailing spaces not allowed. (no-trailing-spaces)
(#696) 'startAngle' used outside of binding context. (block-scoped-var)
(#696) 'startAngle' used outside of binding context. (block-scoped-var)
(#697) 'endAngle' used outside of binding context. (block-scoped-var)
(#697) 'endAngle' used outside of binding context. (block-scoped-var)
(#699) 'endRadius' used outside of binding context. (block-scoped-var)
(#700) 'explodedX' used outside of binding context. (block-scoped-var)
(#700) 'explodedX' used outside of binding context. (block-scoped-var)
(#701) 'explodedY' used outside of binding context. (block-scoped-var)
(#701) 'explodedY' used outside of binding context. (block-scoped-var)
(#703) Trailing spaces not allowed. (no-trailing-spaces)
(#704) 'i' used outside of binding context. (block-scoped-var)
(#704) 'i' used outside of binding context. (block-scoped-var)
(#704) 'i' used outside of binding context. (block-scoped-var)
(#705) 'startAngle' used outside of binding context. (block-scoped-var)
(#705) 'startAngle' used outside of binding context. (block-scoped-var)
(#706) 'endAngle' used outside of binding context. (block-scoped-var)
(#706) 'endAngle' used outside of binding context. (block-scoped-var)
(#708) 'endRadius' used outside of binding context. (block-scoped-var)
(#709) 'explodedX' used outside of binding context. (block-scoped-var)
(#709) 'explodedX' used outside of binding context. (block-scoped-var)
(#710) 'explodedY' used outside of binding context. (block-scoped-var)
(#710) 'explodedY' used outside of binding context. (block-scoped-var)
(#712) Trailing spaces not allowed. (no-trailing-spaces)
(#714) Trailing spaces not allowed. (no-trailing-spaces)
(#716) Trailing spaces not allowed. (no-trailing-spaces)
(#717) 'startRadius' is already defined (no-redeclare)
(#717) 'startRadius' used outside of binding context. (block-scoped-var)
(#717) 'endRadius' used outside of binding context. (block-scoped-var)
(#718) Line 718 exceeds the maximum line length of 132. (max-len)
(#718) 'endRadius' used outside of binding context. (block-scoped-var)
(#718) 'endRadius' is already defined (no-redeclare)
(#718) 'i' used outside of binding context. (block-scoped-var)
(#718) 'i' used outside of binding context. (block-scoped-var)
(#718) 'i' used outside of binding context. (block-scoped-var)
(#718) 'startRadius' used outside of binding context. (block-scoped-var)
(#719) 'endRadius' used outside of binding context. (block-scoped-var)
(#719) 'endRadius' used outside of binding context. (block-scoped-var)
(#720) Trailing spaces not allowed. (no-trailing-spaces)
(#721) 'explodedX' used outside of binding context. (block-scoped-var)
(#721) 'explodedX' used outside of binding context. (block-scoped-var)
(#722) 'explodedY' used outside of binding context. (block-scoped-var)
(#722) 'explodedY' used outside of binding context. (block-scoped-var)
(#723) 'startRadius' used outside of binding context. (block-scoped-var)
(#723) Multiple spaces found before '*'. (no-multi-spaces)
(#724) 'startAngle' used outside of binding context. (block-scoped-var)
(#724) 'startAngle' used outside of binding context. (block-scoped-var)
(#725) 'endAngle' used outside of binding context. (block-scoped-var)
(#725) 'endAngle' used outside of binding context. (block-scoped-var)
(#727) Trailing spaces not allowed. (no-trailing-spaces)
(#728) 'explodedX' used outside of binding context. (block-scoped-var)
(#728) 'explodedX' used outside of binding context. (block-scoped-var)
(#729) 'explodedY' used outside of binding context. (block-scoped-var)
(#729) 'explodedY' used outside of binding context. (block-scoped-var)
(#730) 'endRadius' used outside of binding context. (block-scoped-var)
(#730) Multiple spaces found before '*'. (no-multi-spaces)
(#731) 'endAngle' used outside of binding context. (block-scoped-var)
(#731) 'endAngle' used outside of binding context. (block-scoped-var)
(#732) 'startAngle' used outside of binding context. (block-scoped-var)
(#732) 'startAngle' used outside of binding context. (block-scoped-var)
(#734) Trailing spaces not allowed. (no-trailing-spaces)
(#738) Trailing spaces not allowed. (no-trailing-spaces)
(#740) 'startAngle' used outside of binding context. (block-scoped-var)
(#740) 'startAngle' used outside of binding context. (block-scoped-var)
(#741) 'endAngle' used outside of binding context. (block-scoped-var)
(#741) 'endAngle' used outside of binding context. (block-scoped-var)
(#742) 'startRadius' used outside of binding context. (block-scoped-var)
(#743) 'endRadius' used outside of binding context. (block-scoped-var)
(#744) 'explodedX' used outside of binding context. (block-scoped-var)
(#744) 'explodedX' used outside of binding context. (block-scoped-var)
(#745) 'explodedY' used outside of binding context. (block-scoped-var)
(#745) 'explodedY' used outside of binding context. (block-scoped-var)
(#747) Trailing spaces not allowed. (no-trailing-spaces)
(#748) 'i' used outside of binding context. (block-scoped-var)
(#748) 'i' used outside of binding context. (block-scoped-var)
(#748) 'i' used outside of binding context. (block-scoped-var)
(#749) 'startAngle' used outside of binding context. (block-scoped-var)
(#749) 'startAngle' used outside of binding context. (block-scoped-var)
(#750) 'endAngle' used outside of binding context. (block-scoped-var)
(#750) 'endAngle' used outside of binding context. (block-scoped-var)
(#751) 'startRadius' used outside of binding context. (block-scoped-var)
(#752) 'endRadius' used outside of binding context. (block-scoped-var)
(#753) 'explodedX' used outside of binding context. (block-scoped-var)
(#753) 'explodedX' used outside of binding context. (block-scoped-var)
(#754) 'explodedY' used outside of binding context. (block-scoped-var)
(#754) 'explodedY' used outside of binding context. (block-scoped-var)
(#759) Trailing spaces not allowed. (no-trailing-spaces)
(#760) 'segmentRadians' used outside of binding context. (block-scoped-var)
(#763) Trailing spaces not allowed. (no-trailing-spaces)
(#768) Trailing spaces not allowed. (no-trailing-spaces)
(#777) Missing semicolon. (semi)
(#781) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#785) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#785) Unexpected space before function parentheses. (space-before-function-paren)
(#789) Trailing spaces not allowed. (no-trailing-spaces)
(#793) Trailing spaces not allowed. (no-trailing-spaces)
(#797) Trailing spaces not allowed. (no-trailing-spaces)
(#798) Multiple spaces found before '='. (no-multi-spaces)
(#799) Multiple spaces found before '='. (no-multi-spaces)
(#800) Multiple spaces found before '='. (no-multi-spaces)
(#801) Multiple spaces found before '='. (no-multi-spaces)
(#802) 'decimals' is defined but never used (no-unused-vars)
(#802) Multiple spaces found before '='. (no-multi-spaces)
(#803) Identifier 'units_pre' is not in camel case. (camelcase)
(#803) Multiple spaces found before '='. (no-multi-spaces)
(#804) Identifier 'units_post' is not in camel case. (camelcase)
(#805) Multiple spaces found before '='. (no-multi-spaces)
(#806) Multiple spaces found before '='. (no-multi-spaces)
(#807) Trailing spaces not allowed. (no-trailing-spaces)
(#809) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#812) Trailing spaces not allowed. (no-trailing-spaces)
(#813) Trailing spaces not allowed. (no-trailing-spaces)
(#815) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#818) Trailing spaces not allowed. (no-trailing-spaces)
(#819) Trailing spaces not allowed. (no-trailing-spaces)
(#821) Trailing spaces not allowed. (no-trailing-spaces)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) Infix operators must be spaced. (space-infix-ops)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) Infix operators must be spaced. (space-infix-ops)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#824) 'i' used outside of binding context. (block-scoped-var)
(#825) Missing space before value for key 'font'. (key-spacing)
(#826) Missing space before value for key 'size'. (key-spacing)
(#827) Missing space before value for key 'x'. (key-spacing)
(#828) Missing space before value for key 'y'. (key-spacing)
(#828) 'i' used outside of binding context. (block-scoped-var)
(#828) 'i' used outside of binding context. (block-scoped-var)
(#828) 'i' used outside of binding context. (block-scoped-var)
(#828) Infix operators must be spaced. (space-infix-ops)
(#829) Missing space before value for key 'text'. (key-spacing)
(#829) 'i' used outside of binding context. (block-scoped-var)
(#829) 'i' used outside of binding context. (block-scoped-var)
(#829) 'i' used outside of binding context. (block-scoped-var)
(#830) Missing space before value for key 'valign'. (key-spacing)
(#831) Missing space before value for key 'halign'. (key-spacing)
(#832) Missing space before value for key 'bounding'. (key-spacing)
(#833) Missing space before value for key 'boundingFill'. (key-spacing)
(#838) Trailing spaces not allowed. (no-trailing-spaces)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) 'i' is already defined (no-redeclare)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) Infix operators must be spaced. (space-infix-ops)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) Infix operators must be spaced. (space-infix-ops)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#841) 'i' used outside of binding context. (block-scoped-var)
(#842) Missing space before value for key 'font'. (key-spacing)
(#843) Missing space before value for key 'size'. (key-spacing)
(#844) Missing space before value for key 'x'. (key-spacing)
(#845) Missing space before value for key 'y'. (key-spacing)
(#845) 'i' used outside of binding context. (block-scoped-var)
(#845) 'i' used outside of binding context. (block-scoped-var)
(#845) 'i' used outside of binding context. (block-scoped-var)
(#845) Infix operators must be spaced. (space-infix-ops)
(#846) Missing space before value for key 'text'. (key-spacing)
(#846) 'i' used outside of binding context. (block-scoped-var)
(#846) 'i' used outside of binding context. (block-scoped-var)
(#846) 'i' used outside of binding context. (block-scoped-var)
(#847) Missing space before value for key 'valign'. (key-spacing)
(#848) Missing space before value for key 'halign'. (key-spacing)
(#849) Missing space before value for key 'bounding'. (key-spacing)
(#850) Missing space before value for key 'boundingFill'. (key-spacing)
(#855) Trailing spaces not allowed. (no-trailing-spaces)
(#858) 'i' is already defined (no-redeclare)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) Infix operators must be spaced. (space-infix-ops)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) Infix operators must be spaced. (space-infix-ops)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#858) 'i' used outside of binding context. (block-scoped-var)
(#859) Missing space before value for key 'font'. (key-spacing)
(#860) Missing space before value for key 'size'. (key-spacing)
(#861) Missing space before value for key 'x'. (key-spacing)
(#861) 'i' used outside of binding context. (block-scoped-var)
(#861) 'i' used outside of binding context. (block-scoped-var)
(#861) 'i' used outside of binding context. (block-scoped-var)
(#861) Infix operators must be spaced. (space-infix-ops)
(#862) Missing space before value for key 'y'. (key-spacing)
(#863) Missing space before value for key 'text'. (key-spacing)
(#863) 'i' used outside of binding context. (block-scoped-var)
(#863) 'i' used outside of binding context. (block-scoped-var)
(#863) 'i' used outside of binding context. (block-scoped-var)
(#864) Missing space before value for key 'valign'. (key-spacing)
(#865) Missing space before value for key 'halign'. (key-spacing)
(#866) Missing space before value for key 'bounding'. (key-spacing)
(#867) Missing space before value for key 'boundingFill'. (key-spacing)
(#872) Trailing spaces not allowed. (no-trailing-spaces)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) 'i' is already defined (no-redeclare)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) Infix operators must be spaced. (space-infix-ops)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) Infix operators must be spaced. (space-infix-ops)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#875) 'i' used outside of binding context. (block-scoped-var)
(#876) Missing space before value for key 'font'. (key-spacing)
(#877) Missing space before value for key 'size'. (key-spacing)
(#878) Missing space before value for key 'x'. (key-spacing)
(#878) 'i' used outside of binding context. (block-scoped-var)
(#878) 'i' used outside of binding context. (block-scoped-var)
(#878) 'i' used outside of binding context. (block-scoped-var)
(#878) Infix operators must be spaced. (space-infix-ops)
(#879) Missing space before value for key 'y'. (key-spacing)
(#880) Missing space before value for key 'text'. (key-spacing)
(#880) 'i' used outside of binding context. (block-scoped-var)
(#880) 'i' used outside of binding context. (block-scoped-var)
(#880) 'i' used outside of binding context. (block-scoped-var)
(#881) Missing space before value for key 'valign'. (key-spacing)
(#882) Missing space before value for key 'halign'. (key-spacing)
(#883) Missing space before value for key 'bounding'. (key-spacing)
(#884) Missing space before value for key 'boundingFill'. (key-spacing)
(#889) Trailing spaces not allowed. (no-trailing-spaces)
(#891) Missing space before value for key 'font'. (key-spacing)
(#892) Missing space before value for key 'size'. (key-spacing)
(#893) Missing space before value for key 'x'. (key-spacing)
(#894) Missing space before value for key 'y'. (key-spacing)
(#895) Line 895 exceeds the maximum line length of 132. (max-len)
(#895) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#895) Missing space before value for key 'text'. (key-spacing)
(#896) Missing space before value for key 'valign'. (key-spacing)
(#897) Missing space before value for key 'halign'. (key-spacing)
(#898) Missing space before value for key 'bounding'. (key-spacing)
(#899) Missing space before value for key 'boundingFill'. (key-spacing)
(#903) Missing semicolon. (semi)
(#907) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#908) Missing JSDoc for parameter 'font'. (valid-jsdoc)
(#908) Missing JSDoc for parameter 'size'. (valid-jsdoc)
(#908) Missing JSDoc for parameter 'radius'. (valid-jsdoc)
(#908) Expected JSDoc for 'co' but found 'labels'. (valid-jsdoc)
(#908) Missing JSDoc parameter type for 'labels'. (valid-jsdoc)
(#910) Trailing spaces not allowed. (no-trailing-spaces)
(#913) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#913) Unexpected space before function parentheses. (space-before-function-paren)
(#916) 'position' is defined but never used (no-unused-vars)
(#917) 'radius' is already defined (no-redeclare)
(#917) Multiple spaces found before '='. (no-multi-spaces)
(#918) Multiple spaces found before '='. (no-multi-spaces)
(#919) Multiple spaces found before '='. (no-multi-spaces)
(#920) Trailing spaces not allowed. (no-trailing-spaces)
(#921) Infix operators must be spaced. (space-infix-ops)
(#921) Infix operators must be spaced. (space-infix-ops)
(#922) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#923) 'a' used outside of binding context. (block-scoped-var)
(#923) 'a' used outside of binding context. (block-scoped-var)
(#925) 'a' used outside of binding context. (block-scoped-var)
(#925) 'a' is already defined (no-redeclare)
(#925) 'TWOPI' is not defined. (no-undef)
(#925) 'TWOPI' is not defined. (no-undef)
(#926) 'a' is already defined (no-redeclare)
(#926) 'a' used outside of binding context. (block-scoped-var)
(#926) 'a' used outside of binding context. (block-scoped-var)
(#926) 'HALFPI' is not defined. (no-undef)
(#926) 'TWOPI' is not defined. (no-undef)
(#928) Trailing spaces not allowed. (no-trailing-spaces)
(#929) 'a' used outside of binding context. (block-scoped-var)
(#929) 'a' used outside of binding context. (block-scoped-var)
(#929) 'a' used outside of binding context. (block-scoped-var)
(#930) 'a' used outside of binding context. (block-scoped-var)
(#930) 'a' used outside of binding context. (block-scoped-var)
(#930) 'a' used outside of binding context. (block-scoped-var)
(#931) Trailing spaces not allowed. (no-trailing-spaces)
(#934) 'halign' is not defined. (no-undef)
(#936) 'halign' is not defined. (no-undef)
(#938) 'halign' is not defined. (no-undef)
(#940) Trailing spaces not allowed. (no-trailing-spaces)
(#941) Missing space before value for key 'font'. (key-spacing)
(#942) Missing space before value for key 'size'. (key-spacing)
(#943) Missing space before value for key 'x'. (key-spacing)
(#944) Missing space before value for key 'y'. (key-spacing)
(#945) Missing space before value for key 'text'. (key-spacing)
(#946) Missing space before value for key 'halign'. (key-spacing)
(#946) 'halign' is not defined. (no-undef)
(#947) Missing space before value for key 'valign'. (key-spacing)
(#951) Missing semicolon. (semi)
(#952) Trailing spaces not allowed. (no-trailing-spaces)
(#953) Trailing spaces not allowed. (no-trailing-spaces)
(#954) Trailing spaces not allowed. (no-trailing-spaces)
(#955) Trailing spaces not allowed. (no-trailing-spaces)
(#956) Trailing spaces not allowed. (no-trailing-spaces)
(#957) Trailing spaces not allowed. (no-trailing-spaces)
(#958) Trailing spaces not allowed. (no-trailing-spaces)
(#959) Trailing spaces not allowed. (no-trailing-spaces)
(#960) Trailing spaces not allowed. (no-trailing-spaces)
(#961) Trailing spaces not allowed. (no-trailing-spaces)
(#962) Trailing spaces not allowed. (no-trailing-spaces)
(#963) Trailing spaces not allowed. (no-trailing-spaces)
(#964) Trailing spaces not allowed. (no-trailing-spaces)
(#965) Trailing spaces not allowed. (no-trailing-spaces)
(#966) Trailing spaces not allowed. (no-trailing-spaces)
(#967) Trailing spaces not allowed. (no-trailing-spaces)
(#968) Trailing spaces not allowed. (no-trailing-spaces)
(#969) Trailing spaces not allowed. (no-trailing-spaces)
(#970) Trailing spaces not allowed. (no-trailing-spaces)
(#971) Trailing spaces not allowed. (no-trailing-spaces)
(#972) Trailing spaces not allowed. (no-trailing-spaces)
(#973) Trailing spaces not allowed. (no-trailing-spaces)
(#974) Trailing spaces not allowed. (no-trailing-spaces)
(#975) Trailing spaces not allowed. (no-trailing-spaces)
(#976) Trailing spaces not allowed. (no-trailing-spaces)
(#977) Trailing spaces not allowed. (no-trailing-spaces)
(#977) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#978) Missing JSDoc @returns for function. (valid-jsdoc)
(#978) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#978) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#981) Trailing spaces not allowed. (no-trailing-spaces)
(#983) Trailing spaces not allowed. (no-trailing-spaces)
(#985) Trailing spaces not allowed. (no-trailing-spaces)
(#989) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#989) Unexpected space before function parentheses. (space-before-function-paren)
(#992) Trailing spaces not allowed. (no-trailing-spaces)
(#993) Multiple spaces found before '='. (no-multi-spaces)
(#994) 'ret' is defined but never used (no-unused-vars)
(#994) Multiple spaces found before '='. (no-multi-spaces)
(#995) Trailing spaces not allowed. (no-trailing-spaces)
(#999) Infix operators must be spaced. (space-infix-ops)
(#999) Infix operators must be spaced. (space-infix-ops)
(#999) Unexpected whitespace before semicolon. (semi-spacing)
(#1000) Trailing spaces not allowed. (no-trailing-spaces)
(#1001) Multiple spaces found before '='. (no-multi-spaces)
(#1002) Multiple spaces found before '='. (no-multi-spaces)
(#1004) Multiple spaces found before '='. (no-multi-spaces)
(#1005) Multiple spaces found before '='. (no-multi-spaces)
(#1006) Multiple spaces found before '='. (no-multi-spaces)
(#1007) Multiple spaces found before '='. (no-multi-spaces)
(#1008) 'mouseX' is defined but never used (no-unused-vars)
(#1008) Multiple spaces found before '='. (no-multi-spaces)
(#1009) 'mouseY' is defined but never used (no-unused-vars)
(#1009) Multiple spaces found before '='. (no-multi-spaces)
(#1010) Trailing spaces not allowed. (no-trailing-spaces)
(#1016) Trailing spaces not allowed. (no-trailing-spaces)
(#1018) Trailing spaces not allowed. (no-trailing-spaces)
(#1019) Trailing spaces not allowed. (no-trailing-spaces)
(#1021) Trailing spaces not allowed. (no-trailing-spaces)
(#1023) Trailing spaces not allowed. (no-trailing-spaces)
(#1027) Trailing spaces not allowed. (no-trailing-spaces)
(#1029) ["object"] is better written in dot notation. (dot-notation)
(#1029) Multiple spaces found before '='. (no-multi-spaces)
(#1030) ["x"] is better written in dot notation. (dot-notation)
(#1030) Multiple spaces found before '='. (no-multi-spaces)
(#1031) ["y"] is better written in dot notation. (dot-notation)
(#1031) Multiple spaces found before '='. (no-multi-spaces)
(#1032) Multiple spaces found before '='. (no-multi-spaces)
(#1033) Multiple spaces found before '='. (no-multi-spaces)
(#1035) Multiple spaces found before '='. (no-multi-spaces)
(#1036) ["index"] is better written in dot notation. (dot-notation)
(#1036) Multiple spaces found before '='. (no-multi-spaces)
(#1037) ["tooltip"] is better written in dot notation. (dot-notation)
(#1037) Multiple spaces found before '='. (no-multi-spaces)
(#1037) 'tooltip' used outside of binding context. (block-scoped-var)
(#1037) 'tooltip' used outside of binding context. (block-scoped-var)
(#1038) Trailing spaces not allowed. (no-trailing-spaces)
(#1042) Trailing spaces not allowed. (no-trailing-spaces)
(#1044) Missing semicolon. (semi)
(#1045) Trailing spaces not allowed. (no-trailing-spaces)
(#1046) Trailing spaces not allowed. (no-trailing-spaces)
(#1047) Trailing spaces not allowed. (no-trailing-spaces)
(#1048) Trailing spaces not allowed. (no-trailing-spaces)
(#1049) Trailing spaces not allowed. (no-trailing-spaces)
(#1050) Trailing spaces not allowed. (no-trailing-spaces)
(#1051) Trailing spaces not allowed. (no-trailing-spaces)
(#1052) Trailing spaces not allowed. (no-trailing-spaces)
(#1053) Trailing spaces not allowed. (no-trailing-spaces)
(#1054) Trailing spaces not allowed. (no-trailing-spaces)
(#1055) Trailing spaces not allowed. (no-trailing-spaces)
(#1056) Trailing spaces not allowed. (no-trailing-spaces)
(#1057) Trailing spaces not allowed. (no-trailing-spaces)
(#1058) Trailing spaces not allowed. (no-trailing-spaces)
(#1059) Trailing spaces not allowed. (no-trailing-spaces)
(#1060) Trailing spaces not allowed. (no-trailing-spaces)
(#1061) Trailing spaces not allowed. (no-trailing-spaces)
(#1062) Trailing spaces not allowed. (no-trailing-spaces)
(#1063) Trailing spaces not allowed. (no-trailing-spaces)
(#1064) Trailing spaces not allowed. (no-trailing-spaces)
(#1065) Trailing spaces not allowed. (no-trailing-spaces)
(#1066) Trailing spaces not allowed. (no-trailing-spaces)
(#1067) Trailing spaces not allowed. (no-trailing-spaces)
(#1068) Trailing spaces not allowed. (no-trailing-spaces)
(#1068) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1069) Missing JSDoc for parameter 'index'. (valid-jsdoc)
(#1069) Missing JSDoc @returns for function. (valid-jsdoc)
(#1069) Missing JSDoc for parameter 'exploded'. (valid-jsdoc)
(#1069) Missing JSDoc for parameter 'endAngle'. (valid-jsdoc)
(#1069) Missing JSDoc for parameter 'startAngle'. (valid-jsdoc)
(#1072) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1072) Unexpected space before function parentheses. (space-before-function-paren)
(#1075) Trailing spaces not allowed. (no-trailing-spaces)
(#1080) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1080) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1083) Trailing spaces not allowed. (no-trailing-spaces)
(#1084) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1087) Trailing spaces not allowed. (no-trailing-spaces)
(#1092) Trailing spaces not allowed. (no-trailing-spaces)
(#1094) Missing semicolon. (semi)
(#1098) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1103) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1103) Unexpected space before function parentheses. (space-before-function-paren)
(#1107) Trailing spaces not allowed. (no-trailing-spaces)
(#1108) Trailing spaces not allowed. (no-trailing-spaces)
(#1114) Trailing spaces not allowed. (no-trailing-spaces)
(#1115) Trailing spaces not allowed. (no-trailing-spaces)
(#1121) Trailing spaces not allowed. (no-trailing-spaces)
(#1122) Trailing spaces not allowed. (no-trailing-spaces)
(#1128) Missing semicolon. (semi)
(#1132) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1133) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1133) Expected JSDoc for 'shape' but found 'object'. (valid-jsdoc)
(#1135) Trailing spaces not allowed. (no-trailing-spaces)
(#1138) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1138) Unexpected space before function parentheses. (space-before-function-paren)
(#1143) Trailing spaces not allowed. (no-trailing-spaces)
(#1146) Trailing spaces not allowed. (no-trailing-spaces)
(#1147) ["x"] is better written in dot notation. (dot-notation)
(#1147) ["y"] is better written in dot notation. (dot-notation)
(#1150) ["x"] is better written in dot notation. (dot-notation)
(#1150) ["y"] is better written in dot notation. (dot-notation)
(#1152) ["x"] is better written in dot notation. (dot-notation)
(#1152) ["y"] is better written in dot notation. (dot-notation)
(#1155) Trailing spaces not allowed. (no-trailing-spaces)
(#1159) Missing semicolon. (semi)
(#1163) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1164) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#1164) Missing JSDoc @returns for function. (valid-jsdoc)
(#1164) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#1166) Trailing spaces not allowed. (no-trailing-spaces)
(#1168) Trailing spaces not allowed. (no-trailing-spaces)
(#1171) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1171) Expected to return a value at the end of this function. (consistent-return)
(#1171) Unexpected space before function parentheses. (space-before-function-paren)
(#1173) 'RGraph' is not defined. (no-undef)
(#1174) Trailing spaces not allowed. (no-trailing-spaces)
(#1177) Trailing spaces not allowed. (no-trailing-spaces)
(#1185) Trailing spaces not allowed. (no-trailing-spaces)
(#1188) Missing semicolon. (semi)
(#1192) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1193) Missing JSDoc for parameter 'idx'. (valid-jsdoc)
(#1193) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#1193) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1193) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1193) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#1193) Missing JSDoc parameter type for 'objec'. (valid-jsdoc)
(#1193) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#1193) Expected JSDoc for 'y' but found 'objec'. (valid-jsdoc)
(#1193) Missing JSDoc for parameter 'tooltip'. (valid-jsdoc)
(#1195) Trailing spaces not allowed. (no-trailing-spaces)
(#1201) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1201) Unexpected space before function parentheses. (space-before-function-paren)
(#1203) Multiple spaces found before '='. (no-multi-spaces)
(#1204) Multiple spaces found before '='. (no-multi-spaces)
(#1205) Multiple spaces found before '='. (no-multi-spaces)
(#1206) Multiple spaces found before '='. (no-multi-spaces)
(#1207) Multiple spaces found before '='. (no-multi-spaces)
(#1208) Trailing spaces not allowed. (no-trailing-spaces)
(#1210) Multiple spaces found before '='. (no-multi-spaces)
(#1211) 'gutterLeft' is defined but never used (no-unused-vars)
(#1211) Multiple spaces found before '='. (no-multi-spaces)
(#1212) 'gutterTop' is defined but never used (no-unused-vars)
(#1212) Multiple spaces found before '='. (no-multi-spaces)
(#1213) Multiple spaces found before '='. (no-multi-spaces)
(#1214) Multiple spaces found before '='. (no-multi-spaces)
(#1215) Trailing spaces not allowed. (no-trailing-spaces)
(#1216) Trailing spaces not allowed. (no-trailing-spaces)
(#1219) Trailing spaces not allowed. (no-trailing-spaces)
(#1222) Line 1222 exceeds the maximum line length of 132. (max-len)
(#1227) Trailing spaces not allowed. (no-trailing-spaces)
(#1229) Trailing spaces not allowed. (no-trailing-spaces)
(#1232) Infix operators must be spaced. (space-infix-ops)
(#1233) Infix operators must be spaced. (space-infix-ops)
(#1235) Trailing spaces not allowed. (no-trailing-spaces)
(#1237) Line 1237 exceeds the maximum line length of 132. (max-len)
(#1237) There should be no spaces inside this paren. (space-in-parens)
(#1239) Infix operators must be spaced. (space-infix-ops)
(#1241) Trailing spaces not allowed. (no-trailing-spaces)
(#1244) Infix operators must be spaced. (space-infix-ops)
(#1245) Infix operators must be spaced. (space-infix-ops)
(#1248) Missing semicolon. (semi)
(#1252) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1253) Expected JSDoc for 'value' but found 'number'. (valid-jsdoc)
(#1253) Missing JSDoc @returns for function. (valid-jsdoc)
(#1253) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#1255) Trailing spaces not allowed. (no-trailing-spaces)
(#1258) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1258) Unexpected space before function parentheses. (space-before-function-paren)
(#1264) Trailing spaces not allowed. (no-trailing-spaces)
(#1266) Trailing spaces not allowed. (no-trailing-spaces)
(#1268) Missing semicolon. (semi)
(#1272) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1276) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1276) Unexpected space before function parentheses. (space-before-function-paren)
(#1278) 'i' used outside of binding context. (block-scoped-var)
(#1278) Infix operators must be spaced. (space-infix-ops)
(#1278) 'i' used outside of binding context. (block-scoped-var)
(#1278) Infix operators must be spaced. (space-infix-ops)
(#1278) 'i' used outside of binding context. (block-scoped-var)
(#1279) 'i' used outside of binding context. (block-scoped-var)
(#1279) 'i' used outside of binding context. (block-scoped-var)
(#1281) Trailing spaces not allowed. (no-trailing-spaces)
(#1286) 'i' used outside of binding context. (block-scoped-var)
(#1286) 'i' is already defined (no-redeclare)
(#1286) Infix operators must be spaced. (space-infix-ops)
(#1286) 'i' used outside of binding context. (block-scoped-var)
(#1286) Infix operators must be spaced. (space-infix-ops)
(#1286) 'i' used outside of binding context. (block-scoped-var)
(#1287) 'i' used outside of binding context. (block-scoped-var)
(#1287) 'i' used outside of binding context. (block-scoped-var)
(#1290) Trailing spaces not allowed. (no-trailing-spaces)
(#1291) Multiple spaces found before '='. (no-multi-spaces)
(#1292) Multiple spaces found before '='. (no-multi-spaces)
(#1293) Multiple spaces found before '='. (no-multi-spaces)
(#1295) Missing semicolon. (semi)
(#1299) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1300) Missing JSDoc for parameter 'color'. (valid-jsdoc)
(#1300) Missing JSDoc @returns for function. (valid-jsdoc)
(#1303) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1303) Unexpected space before function parentheses. (space-before-function-paren)
(#1305) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1308) Trailing spaces not allowed. (no-trailing-spaces)
(#1310) Trailing spaces not allowed. (no-trailing-spaces)
(#1312) Trailing spaces not allowed. (no-trailing-spaces)
(#1314) Expected space or tab after '//' in comment. (spaced-comment)
(#1316) Trailing spaces not allowed. (no-trailing-spaces)
(#1318) Trailing spaces not allowed. (no-trailing-spaces)
(#1320) Trailing spaces not allowed. (no-trailing-spaces)
(#1321) Infix operators must be spaced. (space-infix-ops)
(#1321) Infix operators must be spaced. (space-infix-ops)
(#1326) 'grad' used outside of binding context. (block-scoped-var)
(#1326) 'grad' used outside of binding context. (block-scoped-var)
(#1327) Missing semicolon. (semi)
(#1331) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1332) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1332) Expected JSDoc for 'index' but found 'int'. (valid-jsdoc)
(#1335) Trailing spaces not allowed. (no-trailing-spaces)
(#1338) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1338) Unexpected space before function parentheses. (space-before-function-paren)
(#1340) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1340) Unexpected space before function parentheses. (space-before-function-paren)
(#1340) 'arr' is defined but never used (no-unused-vars)
(#1357) Missing semicolon. (semi)
(#1361) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1366) Missing semicolon. (semi)
mod/questionnaire/javascript/RGraph/RGraph.vprogress.js
(#11) Expected { after 'if' condition. (curly)
(#11) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#11) 'RGraph' is not defined. (no-undef)
(#13) Missing JSDoc for parameter 'max'. (valid-jsdoc)
(#13) Missing JSDoc for parameter 'value'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#13) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#13) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#13) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#13) Expected JSDoc for 'id' but found 'int'. (valid-jsdoc)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#20) 'RGraph' is not defined. (no-undef)
(#20) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#22) Multiple spaces found before '='. (no-multi-spaces)
(#23) Multiple spaces found before '='. (no-multi-spaces)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#25) Multiple spaces found before '='. (no-multi-spaces)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#29) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#31) Multiple spaces found before '='. (no-multi-spaces)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) 'RGraph' is not defined. (no-undef)
(#33) Multiple spaces found before '='. (no-multi-spaces)
(#33) 'RGraph' is not defined. (no-undef)
(#34) Multiple spaces found before '='. (no-multi-spaces)
(#35) Multiple spaces found before '='. (no-multi-spaces)
(#41) 'RGraph' is not defined. (no-undef)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'chart.tickmarks.zerostart'. (key-spacing)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Trailing spaces not allowed. (no-trailing-spaces)
(#103) A space is required after ','. (comma-spacing)
(#137) Missing semicolon. (semi)
(#138) Trailing spaces not allowed. (no-trailing-spaces)
(#144) Multiple spaces found before '='. (no-multi-spaces)
(#145) Multiple spaces found before '='. (no-multi-spaces)
(#147) Trailing spaces not allowed. (no-trailing-spaces)
(#149) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Multiple spaces found before '='. (no-multi-spaces)
(#153) Multiple spaces found before '='. (no-multi-spaces)
(#155) Trailing spaces not allowed. (no-trailing-spaces)
(#161) Unexpected alert. (no-alert)
(#169) Identifier 'linear_data' is not in camel case. (camelcase)
(#169) 'RGraph' is not defined. (no-undef)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Identifier 'linear_data' is not in camel case. (camelcase)
(#180) A space is required after ','. (comma-spacing)
(#181) Trailing spaces not allowed. (no-trailing-spaces)
(#182) Identifier '__rgraph_aa_translated__' is not in camel case. (camelcase)
(#187) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#188) Expected space or tab after '//' in comment. (spaced-comment)
(#192) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#193) Multiple spaces found before '='. (no-multi-spaces)
(#193) 'RGraph' is not defined. (no-undef)
(#194) Multiple spaces found before '='. (no-multi-spaces)
(#195) Multiple spaces found before '='. (no-multi-spaces)
(#197) Expected space or tab after '//' in comment. (spaced-comment)
(#201) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#202) Expected space or tab after '//' in comment. (spaced-comment)
(#206) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#207) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#207) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#207) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#207) Missing JSDoc @returns for function. (valid-jsdoc)
(#207) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#207) Missing JSDoc for parameter 'value'. (valid-jsdoc)
(#209) Trailing spaces not allowed. (no-trailing-spaces)
(#213) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#213) Unexpected space before function parentheses. (space-before-function-paren)
(#218) A space is required after ','. (comma-spacing)
(#221) Trailing spaces not allowed. (no-trailing-spaces)
(#231) Trailing spaces not allowed. (no-trailing-spaces)
(#233) Trailing spaces not allowed. (no-trailing-spaces)
(#234) Expected no return value. (consistent-return)
(#235) Missing semicolon. (semi)
(#239) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#240) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#240) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#240) Missing JSDoc @returns for function. (valid-jsdoc)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#245) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#245) Unexpected space before function parentheses. (space-before-function-paren)
(#250) A space is required after ','. (comma-spacing)
(#253) Trailing spaces not allowed. (no-trailing-spaces)
(#255) Missing semicolon. (semi)
(#259) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#260) Missing JSDoc @returns for function. (valid-jsdoc)
(#263) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#263) Unexpected space before function parentheses. (space-before-function-paren)
(#269) Trailing spaces not allowed. (no-trailing-spaces)
(#270) Trailing spaces not allowed. (no-trailing-spaces)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#271) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#276) Trailing spaces not allowed. (no-trailing-spaces)
(#278) Trailing spaces not allowed. (no-trailing-spaces)
(#279) Trailing spaces not allowed. (no-trailing-spaces)
(#283) Trailing spaces not allowed. (no-trailing-spaces)
(#284) Trailing spaces not allowed. (no-trailing-spaces)
(#289) Trailing spaces not allowed. (no-trailing-spaces)
(#294) Multiple spaces found before '='. (no-multi-spaces)
(#295) Multiple spaces found before '='. (no-multi-spaces)
(#296) Multiple spaces found before '='. (no-multi-spaces)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#300) Multiple spaces found before '='. (no-multi-spaces)
(#303) Trailing spaces not allowed. (no-trailing-spaces)
(#308) Trailing spaces not allowed. (no-trailing-spaces)
(#311) Trailing spaces not allowed. (no-trailing-spaces)
(#312) Trailing spaces not allowed. (no-trailing-spaces)
(#319) Trailing spaces not allowed. (no-trailing-spaces)
(#320) Trailing spaces not allowed. (no-trailing-spaces)
(#321) Trailing spaces not allowed. (no-trailing-spaces)
(#321) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#328) Trailing spaces not allowed. (no-trailing-spaces)
(#329) Trailing spaces not allowed. (no-trailing-spaces)
(#334) Trailing spaces not allowed. (no-trailing-spaces)
(#339) Trailing spaces not allowed. (no-trailing-spaces)
(#340) Trailing spaces not allowed. (no-trailing-spaces)
(#341) Trailing spaces not allowed. (no-trailing-spaces)
(#341) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#348) Trailing spaces not allowed. (no-trailing-spaces)
(#353) Trailing spaces not allowed. (no-trailing-spaces)
(#358) Trailing spaces not allowed. (no-trailing-spaces)
(#360) Missing semicolon. (semi)
(#364) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#368) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#368) Unexpected space before function parentheses. (space-before-function-paren)
(#373) 'RGraph' is not defined. (no-undef)
(#374) Missing space before value for key 'max'. (key-spacing)
(#375) Missing space before value for key 'min'. (key-spacing)
(#376) Missing space before value for key 'strict'. (key-spacing)
(#377) Missing space before value for key 'scale.thousand'. (key-spacing)
(#378) Missing space before value for key 'scale.point'. (key-spacing)
(#379) Missing space before value for key 'scale.decimals'. (key-spacing)
(#380) Missing space before value for key 'ylabels.count'. (key-spacing)
(#381) Missing space before value for key 'scale.round'. (key-spacing)
(#385) Trailing spaces not allowed. (no-trailing-spaces)
(#386) Trailing spaces not allowed. (no-trailing-spaces)
(#389) Line 389 exceeds the maximum line length of 132. (max-len)
(#391) Trailing spaces not allowed. (no-trailing-spaces)
(#393) 'ISOLD' is not defined. (no-undef)
(#395) Line 395 exceeds the maximum line length of 132. (max-len)
(#397) Trailing spaces not allowed. (no-trailing-spaces)
(#399) Multiple spaces found before '='. (no-multi-spaces)
(#403) Trailing spaces not allowed. (no-trailing-spaces)
(#406) Trailing spaces not allowed. (no-trailing-spaces)
(#408) Multiple spaces found before '='. (no-multi-spaces)
(#409) Multiple spaces found before '='. (no-multi-spaces)
(#410) Multiple spaces found before '='. (no-multi-spaces)
(#411) Trailing spaces not allowed. (no-trailing-spaces)
(#413) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#414) Trailing spaces not allowed. (no-trailing-spaces)
(#415) Multiple spaces found before '='. (no-multi-spaces)
(#417) Trailing spaces not allowed. (no-trailing-spaces)
(#418) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#419) Trailing spaces not allowed. (no-trailing-spaces)
(#422) Trailing spaces not allowed. (no-trailing-spaces)
(#424) Trailing spaces not allowed. (no-trailing-spaces)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#426) Trailing spaces not allowed. (no-trailing-spaces)
(#427) Line 427 exceeds the maximum line length of 132. (max-len)
(#427) There should be no spaces inside this paren. (space-in-parens)
(#427) There should be no spaces inside this paren. (space-in-parens)
(#428) Trailing spaces not allowed. (no-trailing-spaces)
(#430) Trailing spaces not allowed. (no-trailing-spaces)
(#432) Line 432 exceeds the maximum line length of 132. (max-len)
(#435) Trailing spaces not allowed. (no-trailing-spaces)
(#436) Trailing spaces not allowed. (no-trailing-spaces)
(#437) Trailing spaces not allowed. (no-trailing-spaces)
(#437) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#439) Line 439 exceeds the maximum line length of 132. (max-len)
(#440) Trailing spaces not allowed. (no-trailing-spaces)
(#443) Trailing spaces not allowed. (no-trailing-spaces)
(#444) Trailing spaces not allowed. (no-trailing-spaces)
(#453) Trailing spaces not allowed. (no-trailing-spaces)
(#455) Trailing spaces not allowed. (no-trailing-spaces)
(#456) Multiple spaces found before '='. (no-multi-spaces)
(#458) Trailing spaces not allowed. (no-trailing-spaces)
(#460) Trailing spaces not allowed. (no-trailing-spaces)
(#461) 'y' used outside of binding context. (block-scoped-var)
(#461) 'y' used outside of binding context. (block-scoped-var)
(#461) Infix operators must be spaced. (space-infix-ops)
(#461) 'y' used outside of binding context. (block-scoped-var)
(#461) Infix operators must be spaced. (space-infix-ops)
(#462) 'y' used outside of binding context. (block-scoped-var)
(#463) 'y' used outside of binding context. (block-scoped-var)
(#464) Trailing spaces not allowed. (no-trailing-spaces)
(#465) 'y' used outside of binding context. (block-scoped-var)
(#466) 'y' used outside of binding context. (block-scoped-var)
(#468) Trailing spaces not allowed. (no-trailing-spaces)
(#471) Trailing spaces not allowed. (no-trailing-spaces)
(#474) Trailing spaces not allowed. (no-trailing-spaces)
(#475) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#478) Line 478 exceeds the maximum line length of 132. (max-len)
(#480) Line 480 exceeds the maximum line length of 132. (max-len)
(#481) Trailing spaces not allowed. (no-trailing-spaces)
(#483) Line 483 exceeds the maximum line length of 132. (max-len)
(#485) Trailing spaces not allowed. (no-trailing-spaces)
(#486) Trailing spaces not allowed. (no-trailing-spaces)
(#492) 'y' is already defined (no-redeclare)
(#492) 'y' used outside of binding context. (block-scoped-var)
(#493) Trailing spaces not allowed. (no-trailing-spaces)
(#497) Trailing spaces not allowed. (no-trailing-spaces)
(#499) 'y' used outside of binding context. (block-scoped-var)
(#500) 'y' used outside of binding context. (block-scoped-var)
(#501) 'y' used outside of binding context. (block-scoped-var)
(#503) Trailing spaces not allowed. (no-trailing-spaces)
(#506) Trailing spaces not allowed. (no-trailing-spaces)
(#507) Multiple spaces found before 'this'. (no-multi-spaces)
(#508) Trailing spaces not allowed. (no-trailing-spaces)
(#510) 'y' used outside of binding context. (block-scoped-var)
(#511) 'y' used outside of binding context. (block-scoped-var)
(#512) 'y' used outside of binding context. (block-scoped-var)
(#514) Trailing spaces not allowed. (no-trailing-spaces)
(#518) Trailing spaces not allowed. (no-trailing-spaces)
(#519) Trailing spaces not allowed. (no-trailing-spaces)
(#520) Trailing spaces not allowed. (no-trailing-spaces)
(#521) Trailing spaces not allowed. (no-trailing-spaces)
(#521) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#527) Missing space before value for key 'font'. (key-spacing)
(#528) Missing space before value for key 'size'. (key-spacing)
(#529) Line 529 exceeds the maximum line length of 132. (max-len)
(#529) Missing space before value for key 'x'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) Missing space before value for key 'y'. (key-spacing)
(#529) A space is required after ','. (comma-spacing)
(#529) 'RGraph' is not defined. (no-undef)
(#529) Missing space before value for key 'text'. (key-spacing)
(#529) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#530) Missing space before value for key 'valign'. (key-spacing)
(#531) Missing space before value for key 'halign'. (key-spacing)
(#532) Missing space before value for key 'bounding'. (key-spacing)
(#533) Missing space before value for key 'boundingFill'. (key-spacing)
(#537) Missing semicolon. (semi)
(#541) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#545) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#545) Unexpected space before function parentheses. (space-before-function-paren)
(#548) Trailing spaces not allowed. (no-trailing-spaces)
(#551) Infix operators must be spaced. (space-infix-ops)
(#551) Infix operators must be spaced. (space-infix-ops)
(#551) Infix operators must be spaced. (space-infix-ops)
(#552) Trailing spaces not allowed. (no-trailing-spaces)
(#553) Line 553 exceeds the maximum line length of 132. (max-len)
(#554) Multiple spaces found before '='. (no-multi-spaces)
(#555) Multiple spaces found before '='. (no-multi-spaces)
(#555) Missing semicolon. (semi)
(#556) Trailing spaces not allowed. (no-trailing-spaces)
(#562) Missing semicolon. (semi)
(#566) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#567) Missing JSDoc @returns for function. (valid-jsdoc)
(#570) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#570) Expected to return a value at the end of this function. (consistent-return)
(#570) Unexpected space before function parentheses. (space-before-function-paren)
(#575) Trailing spaces not allowed. (no-trailing-spaces)
(#578) Multiple spaces found before '='. (no-multi-spaces)
(#581) Multiple spaces found before '='. (no-multi-spaces)
(#582) Identifier 'units_pre' is not in camel case. (camelcase)
(#582) Multiple spaces found before '='. (no-multi-spaces)
(#583) Identifier 'units_post' is not in camel case. (camelcase)
(#584) Identifier 'text_size' is not in camel case. (camelcase)
(#584) Multiple spaces found before '='. (no-multi-spaces)
(#585) Identifier 'text_font' is not in camel case. (camelcase)
(#585) Multiple spaces found before '='. (no-multi-spaces)
(#586) Multiple spaces found before '='. (no-multi-spaces)
(#587) Trailing spaces not allowed. (no-trailing-spaces)
(#589) Trailing spaces not allowed. (no-trailing-spaces)
(#590) Infix operators must be spaced. (space-infix-ops)
(#590) Infix operators must be spaced. (space-infix-ops)
(#590) Unexpected whitespace before semicolon. (semi-spacing)
(#591) Identifier 'text_font' is not in camel case. (camelcase)
(#591) Missing space before value for key 'font'. (key-spacing)
(#592) Missing space before value for key 'size'. (key-spacing)
(#592) Identifier 'text_size' is not in camel case. (camelcase)
(#593) Missing space before value for key 'x'. (key-spacing)
(#594) Missing space before value for key 'y'. (key-spacing)
(#595) Missing space before value for key 'text'. (key-spacing)
(#595) Infix operators must be spaced. (space-infix-ops)
(#596) Missing space before value for key 'valign'. (key-spacing)
(#597) Missing space before value for key 'halign'. (key-spacing)
(#601) Trailing spaces not allowed. (no-trailing-spaces)
(#604) Trailing spaces not allowed. (no-trailing-spaces)
(#606) Missing space before value for key 'font'. (key-spacing)
(#606) Identifier 'text_font' is not in camel case. (camelcase)
(#607) Missing space before value for key 'size'. (key-spacing)
(#607) Identifier 'text_size' is not in camel case. (camelcase)
(#608) Missing space before value for key 'x'. (key-spacing)
(#609) Line 609 exceeds the maximum line length of 132. (max-len)
(#609) Missing space before value for key 'y'. (key-spacing)
(#609) A space is required after ','. (comma-spacing)
(#609) Missing space before value for key 'text'. (key-spacing)
(#610) Missing space before value for key 'valign'. (key-spacing)
(#611) Missing space before value for key 'halign'. (key-spacing)
(#615) Trailing spaces not allowed. (no-trailing-spaces)
(#620) Missing space before value for key 'font'. (key-spacing)
(#620) Identifier 'text_font' is not in camel case. (camelcase)
(#621) Missing space before value for key 'size'. (key-spacing)
(#621) Identifier 'text_size' is not in camel case. (camelcase)
(#622) Missing space before value for key 'x'. (key-spacing)
(#623) Missing space before value for key 'y'. (key-spacing)
(#624) Missing space before value for key 'text'. (key-spacing)
(#625) Missing space before value for key 'valign'. (key-spacing)
(#626) Missing space before value for key 'halign'. (key-spacing)
(#631) Missing semicolon. (semi)
(#635) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#639) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#639) Unexpected space before function parentheses. (space-before-function-paren)
(#641) Identifier 'text_size' is not in camel case. (camelcase)
(#641) Multiple spaces found before '='. (no-multi-spaces)
(#642) Identifier 'text_font' is not in camel case. (camelcase)
(#642) Multiple spaces found before '='. (no-multi-spaces)
(#643) Identifier 'title_size' is not in camel case. (camelcase)
(#643) Identifier 'text_size' is not in camel case. (camelcase)
(#644) Trailing spaces not allowed. (no-trailing-spaces)
(#647) Trailing spaces not allowed. (no-trailing-spaces)
(#649) Trailing spaces not allowed. (no-trailing-spaces)
(#650) Missing space before value for key 'font'. (key-spacing)
(#650) Identifier 'text_font' is not in camel case. (camelcase)
(#651) Missing space before value for key 'size'. (key-spacing)
(#651) Identifier 'title_size' is not in camel case. (camelcase)
(#652) Missing space before value for key 'x'. (key-spacing)
(#653) Missing space before value for key 'y'. (key-spacing)
(#654) Missing space before value for key 'text'. (key-spacing)
(#655) Missing space before value for key 'valign'. (key-spacing)
(#656) Missing space before value for key 'halign'. (key-spacing)
(#663) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#664) Trailing spaces not allowed. (no-trailing-spaces)
(#666) Trailing spaces not allowed. (no-trailing-spaces)
(#667) Missing space before value for key 'font'. (key-spacing)
(#668) Missing space before value for key 'size'. (key-spacing)
(#669) Line 669 exceeds the maximum line length of 132. (max-len)
(#669) Missing space before value for key 'x'. (key-spacing)
(#670) Missing space before value for key 'y'. (key-spacing)
(#672) Missing space before value for key 'valign'. (key-spacing)
(#673) Missing space before value for key 'halign'. (key-spacing)
(#679) Missing semicolon. (semi)
(#683) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#684) Missing JSDoc @returns for function. (valid-jsdoc)
(#684) Expected JSDoc for 'e' but found 'event'. (valid-jsdoc)
(#684) Missing JSDoc parameter type for 'event'. (valid-jsdoc)
(#686) Trailing spaces not allowed. (no-trailing-spaces)
(#690) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#690) Expected to return a value at the end of this function. (consistent-return)
(#690) Unexpected space before function parentheses. (space-before-function-paren)
(#692) 'mouseCoords' used outside of binding context. (block-scoped-var)
(#692) Missing semicolon. (semi)
(#693) Trailing spaces not allowed. (no-trailing-spaces)
(#694) Infix operators must be spaced. (space-infix-ops)
(#694) Infix operators must be spaced. (space-infix-ops)
(#695) Trailing spaces not allowed. (no-trailing-spaces)
(#696) 'mouseCoords' is already defined (no-redeclare)
(#699) Multiple spaces found before '='. (no-multi-spaces)
(#700) Multiple spaces found before '='. (no-multi-spaces)
(#701) Multiple spaces found before '='. (no-multi-spaces)
(#703) 'idx' is defined but never used (no-unused-vars)
(#703) Multiple spaces found before '='. (no-multi-spaces)
(#704) Trailing spaces not allowed. (no-trailing-spaces)
(#705) There should be no spaces inside this paren. (space-in-parens)
(#706) Trailing spaces not allowed. (no-trailing-spaces)
(#708) Trailing spaces not allowed. (no-trailing-spaces)
(#709) Unquoted number literal '0' used as key. (quote-props)
(#709) Multiple spaces found before ''object''. (no-multi-spaces)
(#710) Unquoted number literal '1' used as key. (quote-props)
(#710) Multiple spaces found before ''x''. (no-multi-spaces)
(#711) Unquoted number literal '2' used as key. (quote-props)
(#711) Multiple spaces found before ''y''. (no-multi-spaces)
(#712) Unquoted number literal '3' used as key. (quote-props)
(#712) Multiple spaces found before ''width''. (no-multi-spaces)
(#713) Unquoted number literal '4' used as key. (quote-props)
(#714) Unquoted number literal '5' used as key. (quote-props)
(#714) Multiple spaces found before ''index''. (no-multi-spaces)
(#715) There should be no space before '}' (object-curly-spacing)
(#718) Missing semicolon. (semi)
(#722) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#723) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#723) Missing JSDoc @returns for function. (valid-jsdoc)
(#723) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#726) Trailing spaces not allowed. (no-trailing-spaces)
(#729) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#729) Unexpected space before function parentheses. (space-before-function-paren)
(#732) 'mouseX' is defined but never used (no-unused-vars)
(#732) Multiple spaces found before '='. (no-multi-spaces)
(#733) Multiple spaces found before '='. (no-multi-spaces)
(#734) Trailing spaces not allowed. (no-trailing-spaces)
(#740) Expected { after 'if' condition. (curly)
(#741) Expected { after 'if' condition. (curly)
(#744) Missing semicolon. (semi)
(#748) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#749) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#749) Expected JSDoc for 'shape' but found 'object'. (valid-jsdoc)
(#751) Trailing spaces not allowed. (no-trailing-spaces)
(#754) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#754) Unexpected space before function parentheses. (space-before-function-paren)
(#758) Missing semicolon. (semi)
(#762) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#763) Missing JSDoc @returns for function. (valid-jsdoc)
(#763) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#763) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#765) Trailing spaces not allowed. (no-trailing-spaces)
(#767) Trailing spaces not allowed. (no-trailing-spaces)
(#770) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#770) Expected to return a value at the end of this function. (consistent-return)
(#770) Unexpected space before function parentheses. (space-before-function-paren)
(#773) Trailing spaces not allowed. (no-trailing-spaces)
(#783) Missing semicolon. (semi)
(#787) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#791) Unexpected space before function parentheses. (space-before-function-paren)
(#791) Requires a space after '{'. (block-spacing)
(#791) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#791) Missing semicolon. (semi)
(#795) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#796) Expected JSDoc for 'e' but found 'object'. (valid-jsdoc)
(#796) Missing JSDoc parameter type for 'object'. (valid-jsdoc)
(#798) Trailing spaces not allowed. (no-trailing-spaces)
(#801) Identifier 'Adjusting_mousemove' is not in camel case. (camelcase)
(#801) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#801) Unexpected space before function parentheses. (space-before-function-paren)
(#806) Line 806 exceeds the maximum line length of 132. (max-len)
(#807) Trailing spaces not allowed. (no-trailing-spaces)
(#808) 'mouseXY' is defined but never used (no-unused-vars)
(#809) Multiple spaces found before '='. (no-multi-spaces)
(#810) Trailing spaces not allowed. (no-trailing-spaces)
(#811) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#812) Trailing spaces not allowed. (no-trailing-spaces)
(#815) Trailing spaces not allowed. (no-trailing-spaces)
(#820) Missing semicolon. (semi)
(#824) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#828) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#828) Unexpected space before function parentheses. (space-before-function-paren)
(#831) Trailing spaces not allowed. (no-trailing-spaces)
(#833) Trailing spaces not allowed. (no-trailing-spaces)
(#834) Multiple spaces found before '='. (no-multi-spaces)
(#835) Multiple spaces found before '='. (no-multi-spaces)
(#837) Multiple spaces found before '='. (no-multi-spaces)
(#838) Trailing spaces not allowed. (no-trailing-spaces)
(#840) Trailing spaces not allowed. (no-trailing-spaces)
(#842) Trailing spaces not allowed. (no-trailing-spaces)
(#843) Infix operators must be spaced. (space-infix-ops)
(#843) Infix operators must be spaced. (space-infix-ops)
(#844) Trailing spaces not allowed. (no-trailing-spaces)
(#845) A space is required after ','. (comma-spacing)
(#845) Missing space before value for key 'font'. (key-spacing)
(#846) Missing space before value for key 'size'. (key-spacing)
(#847) Line 847 exceeds the maximum line length of 132. (max-len)
(#848) Missing space before value for key 'y'. (key-spacing)
(#849) Missing space before value for key 'text'. (key-spacing)
(#850) Missing space before value for key 'valign'. (key-spacing)
(#851) Missing space before value for key 'halign'. (key-spacing)
(#857) Missing semicolon. (semi)
(#861) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#862) Missing JSDoc for parameter 'tooltip'. (valid-jsdoc)
(#862) Missing JSDoc for parameter 'idx'. (valid-jsdoc)
(#862) Missing JSDoc parameter type for 'obj'. (valid-jsdoc)
(#862) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#862) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#862) Duplicate JSDoc parameter 'int'. (valid-jsdoc)
(#862) Missing JSDoc parameter type for 'objec'. (valid-jsdoc)
(#862) Expected JSDoc for 'x' but found 'int'. (valid-jsdoc)
(#862) Expected JSDoc for 'y' but found 'objec'. (valid-jsdoc)
(#864) Trailing spaces not allowed. (no-trailing-spaces)
(#870) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#870) Unexpected space before function parentheses. (space-before-function-paren)
(#870) 'idx' is defined but never used (no-unused-vars)
(#872) Multiple spaces found before '='. (no-multi-spaces)
(#873) Multiple spaces found before '='. (no-multi-spaces)
(#874) Multiple spaces found before '='. (no-multi-spaces)
(#875) 'coordH' is defined but never used (no-unused-vars)
(#875) Multiple spaces found before '='. (no-multi-spaces)
(#876) Multiple spaces found before '='. (no-multi-spaces)
(#877) 'gutterLeft' is defined but never used (no-unused-vars)
(#878) 'gutterTop' is defined but never used (no-unused-vars)
(#878) Multiple spaces found before '='. (no-multi-spaces)
(#879) Multiple spaces found before '='. (no-multi-spaces)
(#880) Multiple spaces found before '='. (no-multi-spaces)
(#881) Trailing spaces not allowed. (no-trailing-spaces)
(#884) Multiple spaces found before '='. (no-multi-spaces)
(#885) Trailing spaces not allowed. (no-trailing-spaces)
(#888) Trailing spaces not allowed. (no-trailing-spaces)
(#891) Line 891 exceeds the maximum line length of 132. (max-len)
(#896) Trailing spaces not allowed. (no-trailing-spaces)
(#898) Trailing spaces not allowed. (no-trailing-spaces)
(#903) Trailing spaces not allowed. (no-trailing-spaces)
(#908) Trailing spaces not allowed. (no-trailing-spaces)
(#914) Missing semicolon. (semi)
(#918) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#919) Expected JSDoc for 'value' but found 'int'. (valid-jsdoc)
(#919) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#919) Missing JSDoc @returns for function. (valid-jsdoc)
(#921) Trailing spaces not allowed. (no-trailing-spaces)
(#925) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#925) Unexpected space before function parentheses. (space-before-function-paren)
(#930) Trailing spaces not allowed. (no-trailing-spaces)
(#934) Trailing spaces not allowed. (no-trailing-spaces)
(#936) Missing semicolon. (semi)
(#940) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#941) Missing JSDoc @returns for function. (valid-jsdoc)
(#941) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#945) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#945) Unexpected space before function parentheses. (space-before-function-paren)
(#945) Multiple spaces found before '('. (no-multi-spaces)
(#947) 'RGraph' is not defined. (no-undef)
(#948) Multiple spaces found before '='. (no-multi-spaces)
(#949) Multiple spaces found before '='. (no-multi-spaces)
(#950) Trailing spaces not allowed. (no-trailing-spaces)
(#951) There should be no spaces inside this paren. (space-in-parens)
(#951) Multiple spaces found before 'mouseX'. (no-multi-spaces)
(#956) Trailing spaces not allowed. (no-trailing-spaces)
(#959) Trailing spaces not allowed. (no-trailing-spaces)
(#961) Missing semicolon. (semi)
(#965) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#967) Trailing spaces not allowed. (no-trailing-spaces)
(#969) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#969) Unexpected space before function parentheses. (space-before-function-paren)
(#972) Trailing spaces not allowed. (no-trailing-spaces)
(#973) Infix operators must be spaced. (space-infix-ops)
(#973) Infix operators must be spaced. (space-infix-ops)
(#976) Missing semicolon. (semi)
(#980) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#981) Missing JSDoc @returns for function. (valid-jsdoc)
(#981) Missing JSDoc for parameter 'color'. (valid-jsdoc)
(#984) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#984) Unexpected space before function parentheses. (space-before-function-paren)
(#986) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#989) Trailing spaces not allowed. (no-trailing-spaces)
(#992) Trailing spaces not allowed. (no-trailing-spaces)
(#995) Trailing spaces not allowed. (no-trailing-spaces)
(#997) Trailing spaces not allowed. (no-trailing-spaces)
(#999) Trailing spaces not allowed. (no-trailing-spaces)
(#1000) Infix operators must be spaced. (space-infix-ops)
(#1000) Infix operators must be spaced. (space-infix-ops)
(#1003) Trailing spaces not allowed. (no-trailing-spaces)
(#1006) Trailing spaces not allowed. (no-trailing-spaces)
(#1007) 'grad' used outside of binding context. (block-scoped-var)
(#1007) 'grad' used outside of binding context. (block-scoped-var)
(#1008) Missing semicolon. (semi)
(#1012) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1016) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1016) Unexpected space before function parentheses. (space-before-function-paren)
(#1019) Expected { after 'for' condition. (curly)
(#1019) Infix operators must be spaced. (space-infix-ops)
(#1019) A space is required after ','. (comma-spacing)
(#1019) Infix operators must be spaced. (space-infix-ops)
(#1019) Infix operators must be spaced. (space-infix-ops)
(#1020) Trailing spaces not allowed. (no-trailing-spaces)
(#1024) 'len' used outside of binding context. (block-scoped-var)
(#1026) Trailing spaces not allowed. (no-trailing-spaces)
(#1029) Trailing spaces not allowed. (no-trailing-spaces)
(#1033) Multiple spaces found before '='. (no-multi-spaces)
(#1034) Trailing spaces not allowed. (no-trailing-spaces)
(#1036) 'len' used outside of binding context. (block-scoped-var)
(#1037) Trailing spaces not allowed. (no-trailing-spaces)
(#1039) Trailing spaces not allowed. (no-trailing-spaces)
(#1041) Missing semicolon. (semi)
(#1045) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1046) Expected JSDoc for 'index' but found 'int'. (valid-jsdoc)
(#1046) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#1049) Trailing spaces not allowed. (no-trailing-spaces)
(#1052) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1052) Unexpected space before function parentheses. (space-before-function-paren)
(#1059) Multiple spaces found before '='. (no-multi-spaces)
(#1060) Multiple spaces found before '='. (no-multi-spaces)
(#1065) Trailing spaces not allowed. (no-trailing-spaces)
(#1067) Multiple spaces found before '='. (no-multi-spaces)
(#1068) Missing semicolon. (semi)
(#1072) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1077) Missing semicolon. (semi)
mod/questionnaire/module.js
(#21) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Missing JSDoc comment. (require-jsdoc)
(#31) 'dependdrop' is defined but never used (no-unused-vars)
(#34) Unexpected space between function name and paren. (no-spaced-func)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Unexpected space before function parentheses. (space-before-function-paren)
(#42) 'child' is not defined. (no-undef)
(#43) 'choice' is not defined. (no-undef)
(#45) 'child' is not defined. (no-undef)
(#46) 'child' is not defined. (no-undef)
(#55) 'choice' is not defined. (no-undef)
(#56) 'child' is not defined. (no-undef)
(#56) 'choice' is not defined. (no-undef)
(#58) Blocks are nested too deeply (5). (max-depth)
(#64) Blocks are nested too deeply (5). (max-depth)
(#64) 'j' used outside of binding context. (block-scoped-var)
(#64) 'j' used outside of binding context. (block-scoped-var)
(#64) 'j' used outside of binding context. (block-scoped-var)
(#65) 'radio' is not defined. (no-undef)
(#65) 'j' used outside of binding context. (block-scoped-var)
(#66) 'radio' is not defined. (no-undef)
(#68) Blocks are nested too deeply (5). (max-depth)
(#68) 'm' used outside of binding context. (block-scoped-var)
(#68) 'm' used outside of binding context. (block-scoped-var)
(#68) 'm' used outside of binding context. (block-scoped-var)
(#69) 'droplist' is not defined. (no-undef)
(#69) 'm' used outside of binding context. (block-scoped-var)
(#70) 'droplist' is not defined. (no-undef)
(#73) Missing space before opening brace. (space-before-blocks)
(#74) Blocks are nested too deeply (5). (max-depth)
(#81) Blocks are nested too deeply (5). (max-depth)
(#81) 'j' is already defined (no-redeclare)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#81) 'j' used outside of binding context. (block-scoped-var)
(#82) 'radio' is not defined. (no-undef)
(#82) 'j' used outside of binding context. (block-scoped-var)
(#83) 'radio' is not defined. (no-undef)
(#84) 'radio' is not defined. (no-undef)
(#85) 'radio' is not defined. (no-undef)
(#87) Blocks are nested too deeply (5). (max-depth)
(#87) 'm' used outside of binding context. (block-scoped-var)
(#87) 'm' is already defined (no-redeclare)
(#87) 'm' used outside of binding context. (block-scoped-var)
(#87) 'm' used outside of binding context. (block-scoped-var)
(#88) 'droplist' is not defined. (no-undef)
(#88) 'm' used outside of binding context. (block-scoped-var)
(#89) 'droplist' is not defined. (no-undef)
(#90) 'droplist' is not defined. (no-undef)
(#91) 'droplist' is not defined. (no-undef)
(#93) Blocks are nested too deeply (5). (max-depth)
(#94) 'textarea' is not defined. (no-undef)
(#95) 'textarea' is not defined. (no-undef)
(#109) Missing JSDoc comment. (require-jsdoc)
(#109) Missing space before opening brace. (space-before-blocks)
(#113) Missing JSDoc comment. (require-jsdoc)
(#113) Missing space before opening brace. (space-before-blocks)
(#115) Expected space(s) after "while". (keyword-spacing)
(#115) Unexpected space after unary operator '-'. (space-unary-ops)
(#124) Missing JSDoc comment. (require-jsdoc)
(#124) Identifier 'other_check' is not in camel case. (camelcase)
(#124) 'other_check' is defined but never used (no-unused-vars)
(#125) 'other' is not defined. (no-undef)
(#128) 'other' is not defined. (no-undef)
(#136) Missing JSDoc comment. (require-jsdoc)
(#136) 'other_check_empty' is defined but never used (no-unused-vars)
(#136) Identifier 'other_check_empty' is not in camel case. (camelcase)
(#138) 'i' used outside of binding context. (block-scoped-var)
(#138) 'i' used outside of binding context. (block-scoped-var)
(#138) 'i' used outside of binding context. (block-scoped-var)
(#139) 'i' used outside of binding context. (block-scoped-var)
(#139) 'i' used outside of binding context. (block-scoped-var)
(#139) A space is required after ','. (comma-spacing)
(#140) 'i' used outside of binding context. (block-scoped-var)
(#141) 'i' used outside of binding context. (block-scoped-var)
(#141) 'i' used outside of binding context. (block-scoped-var)
(#142) Unexpected space between function name and paren. (no-spaced-func)
(#143) A space is required after ','. (comma-spacing)
(#148) Unexpected space between function name and paren. (no-spaced-func)
(#149) 'i' is already defined (no-redeclare)
(#162) Missing JSDoc comment. (require-jsdoc)
(#162) Identifier 'other_rate_uncheck' is not in camel case. (camelcase)
(#162) 'other_rate_uncheck' is defined but never used (no-unused-vars)
(#163) 'col_name' is not defined. (no-undef)
(#163) Identifier 'col_name' is not in camel case. (camelcase)
(#166) 'button' is not defined. (no-undef)
(#167) 'button' is not defined. (no-undef)
(#167) 'button' is not defined. (no-undef)
(#167) 'button' is not defined. (no-undef)
(#168) 'button' is not defined. (no-undef)
(#168) 'col_name' is not defined. (no-undef)
(#168) Identifier 'col_name' is not in camel case. (camelcase)
(#169) 'button' is not defined. (no-undef)
(#175) Missing JSDoc comment. (require-jsdoc)
(#175) 'checkbox_empty' is defined but never used (no-unused-vars)
(#175) Identifier 'checkbox_empty' is not in camel case. (camelcase)
(#176) Unexpected space between function name and paren. (no-spaced-func)
(#178) A space is required after ','. (comma-spacing)
(#179) A space is required after ','. (comma-spacing)
(#180) Unexpected space between function name and paren. (no-spaced-func)
(#192) Identifier 'mod_questionnaire' is not in camel case. (camelcase)
(#194) Identifier 'init_attempt_form' is not in camel case. (camelcase)
(#194) 'Y' is defined but never used (no-unused-vars)
(#198) Identifier 'init_sendmessage' is not in camel case. (camelcase)
(#199) 'e' is defined but never used (no-unused-vars)
(#205) 'e' is defined but never used (no-unused-vars)
(#211) 'e' is defined but never used (no-unused-vars)
(#221) 'e' is defined but never used (no-unused-vars)

CSS problems

(0 errors, 5 warnings)

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

mod/questionnaire/styles.css
(#6) Use of !important
(#26) Use of !important
(#31) Use of !important
(#37) Use of !important
(#45) Expected (none | right | left | both | inherit) but found 'all'.

PHPDocs style problems

(338 errors, 5 warnings)

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

mod/questionnaire/backup/moodle1/lib.php
(#93) Function moodle1_mod_questionnaire_handler::on_questionnaire_end is not documented
(#65) Phpdocs for function moodle1_mod_questionnaire_handler::process_questionnaire has incomplete parameters list
(#100) Phpdocs for function moodle1_mod_questionnaire_handler::process_survey has incomplete parameters list
(#121) Phpdocs for function moodle1_mod_questionnaire_handler::process_question has incomplete parameters list
(#145) Phpdocs for function moodle1_mod_questionnaire_handler::process_question_choice has incomplete parameters list
(#28) Class moodle1_mod_questionnaire_handler does not have @copyright tag
(#28) Class moodle1_mod_questionnaire_handler does not have @license tag
(#20) Package mod is not valid
mod/questionnaire/backup/moodle2/backup_questionnaire_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class backup_questionnaire_activity_task
(#49) Phpdocs for function backup_questionnaire_activity_task::encode_content_links has incomplete parameters list
(#28) Class backup_questionnaire_activity_task does not have @copyright tag
(#28) Class backup_questionnaire_activity_task does not have @license tag
(#18) Package moodlecore is not valid
mod/questionnaire/backup/moodle2/backup_questionnaire_settingslib.php
(#17) No one-line description found in phpdocs for file
(#18) Package moodlecore is not valid
mod/questionnaire/backup/moodle2/backup_questionnaire_stepslib.php
(#33) Function backup_questionnaire_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class backup_questionnaire_activity_structure_step does not have @copyright tag
(#28) Class backup_questionnaire_activity_structure_step does not have @license tag
(#18) Package moodlecore is not valid
mod/questionnaire/backup/moodle2/restore_questionnaire_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class restore_questionnaire_activity_task
(#29) Class restore_questionnaire_activity_task does not have @copyright tag
(#29) Class restore_questionnaire_activity_task does not have @license tag
(#18) Package moodlecore is not valid
mod/questionnaire/backup/moodle2/restore_questionnaire_stepslib.php
(#43) Function restore_questionnaire_activity_structure_step::define_structure is not documented
(#83) Function restore_questionnaire_activity_structure_step::process_questionnaire is not documented
(#100) Function restore_questionnaire_activity_structure_step::process_questionnaire_survey is not documented
(#115) Function restore_questionnaire_activity_structure_step::process_questionnaire_question is not documented
(#134) Function restore_questionnaire_activity_structure_step::process_questionnaire_fb_sections is not documented
(#157) Function restore_questionnaire_activity_structure_step::process_questionnaire_feedback is not documented
(#169) Function restore_questionnaire_activity_structure_step::process_questionnaire_quest_choice is not documented
(#193) Function restore_questionnaire_activity_structure_step::process_questionnaire_attempt is not documented
(#206) Function restore_questionnaire_activity_structure_step::process_questionnaire_response is not documented
(#223) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_bool is not documented
(#235) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_date is not documented
(#247) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_multiple is not documented
(#260) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_other is not documented
(#273) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_rank is not documented
(#286) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_single is not documented
(#299) Function restore_questionnaire_activity_structure_step::process_questionnaire_response_text is not documented
(#311) Function restore_questionnaire_activity_structure_step::after_execute is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class restore_questionnaire_activity_structure_step does not have @copyright tag
(#28) Class restore_questionnaire_activity_structure_step does not have @license tag
(#18) Package moodlecore is not valid
mod/questionnaire/classes/event/question_created.php
(#38) Class question_created is not documented
(#43) Function question_created::init is not documented
(#53) Function question_created::get_name is not documented
(#62) Function question_created::get_description is not documented
mod/questionnaire/classes/event/question_deleted.php
(#39) Class question_deleted is not documented
(#44) Function question_deleted::init is not documented
(#54) Function question_deleted::get_name is not documented
(#63) Function question_deleted::get_description is not documented
mod/questionnaire/classes/task/cleanup.php
(#26) Class cleanup is not documented
(#37) Function cleanup::execute is not documented
mod/questionnaire/complete.php
(#19) File-level phpdocs block is not found
mod/questionnaire/db/access.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package mod is not valid
mod/questionnaire/db/install.php
(#27) File-level phpdocs block is not found
(#29) Function xmldb_questionnaire_install is not documented
(#29) Package is not specified for function xmldb_questionnaire_install. It is also not specified in file-level phpdocs
(#19) Package mod is not valid
mod/questionnaire/db/log.php
(#20) Package mod is not valid
mod/questionnaire/db/messages.php
(#20) Package mod-questionnaire is not valid
mod/questionnaire/db/tasks.php
(#17) No one-line description found in phpdocs for file
mod/questionnaire/db/upgrade.php
(#17) File-level phpdocs block is not found
(#17) Function xmldb_questionnaire_upgrade is not documented
(#539) Function questionnaire_upgrade_2007120101 is not documented
(#17) Package is not specified for function xmldb_questionnaire_upgrade. It is also not specified in file-level phpdocs
(#539) Package is not specified for function questionnaire_upgrade_2007120101. It is also not specified in file-level phpdocs
mod/questionnaire/drawchart.php
(#17) File-level phpdocs block is not found
(#17) Function draw_chart is not documented
(#17) Package is not specified for function draw_chart. It is also not specified in file-level phpdocs
mod/questionnaire/fbsections.php
(#17) File-level phpdocs block is not found
mod/questionnaire/fbsettings.php
(#17) File-level phpdocs block is not found
mod/questionnaire/fbsettings_form.php
(#28) Class questionnaire_feedback_form is not documented
(#32) Function questionnaire_feedback_form::definition is not documented
(#135) Function questionnaire_feedback_form::data_preprocessing is not documented
(#160) Function questionnaire_feedback_form::validation is not documented
(#30) Variable questionnaire_feedback_form::$_feedbacks is not documented
(#216) Phpdocs for function questionnaire_feedback_form::set_data has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#22) Package questionnaire is not valid
mod/questionnaire/index.php
(#20) Package mod is not valid
mod/questionnaire/lang/en/questionnaire.php
(#20) Package mod is not valid
mod/questionnaire/lib.php
(#19) File-level phpdocs block is not found
(#22) Function questionnaire_supports is not documented
(#57) Function questionnaire_add_instance is not documented
(#147) Function questionnaire_update_instance is not documented
(#191) Function questionnaire_delete_instance is not documented
(#227) Function questionnaire_user_outline is not documented
(#249) Function questionnaire_user_complete is not documented
(#271) Function questionnaire_print_recent_activity is not documented
(#279) Function questionnaire_grades is not documented
(#704) Function questionnaire_get_view_actions is not documented
(#708) Function questionnaire_get_post_actions is not documented
(#712) Function questionnaire_get_recent_mod_activity is not documented
(#50) There is no description in phpdocs for function questionnaire_get_extra_capabilities
(#286) Phpdocs for function questionnaire_get_user_grades has incomplete parameters list
(#308) Phpdocs for function questionnaire_update_grades has incomplete parameters list
(#359) Phpdocs for function questionnaire_grade_item_update has incomplete parameters list
(#410) Phpdocs for function questionnaire_scale_used has incomplete parameters list
(#422) Phpdocs for function questionnaire_scale_used_anywhere has incomplete parameters list
(#1041) Phpdocs for function questionnaire_reset_course_form_definition has incomplete parameters list
(#1049) Phpdocs for function questionnaire_reset_course_form_defaults has incomplete parameters list
(#880) Not recommended phpdocs tag @global used
(#954) Not recommended phpdocs tag @global used
(#954) Not recommended phpdocs tag @global used
(#954) Not recommended phpdocs tag @global used
(#22) Package is not specified for function questionnaire_supports. It is also not specified in file-level phpdocs
(#50) Package is not specified for function questionnaire_get_extra_capabilities. It is also not specified in file-level phpdocs
(#57) Package is not specified for function questionnaire_add_instance. It is also not specified in file-level phpdocs
(#147) Package is not specified for function questionnaire_update_instance. It is also not specified in file-level phpdocs
(#191) Package is not specified for function questionnaire_delete_instance. It is also not specified in file-level phpdocs
(#227) Package is not specified for function questionnaire_user_outline. It is also not specified in file-level phpdocs
(#249) Package is not specified for function questionnaire_user_complete. It is also not specified in file-level phpdocs
(#271) Package is not specified for function questionnaire_print_recent_activity. It is also not specified in file-level phpdocs
(#279) Package is not specified for function questionnaire_grades. It is also not specified in file-level phpdocs
(#283) Package is not specified for function questionnaire_get_user_grades. It is also not specified in file-level phpdocs
(#305) Package is not specified for function questionnaire_update_grades. It is also not specified in file-level phpdocs
(#356) Package is not specified for function questionnaire_grade_item_update. It is also not specified in file-level phpdocs
(#405) Package is not specified for function questionnaire_scale_used. It is also not specified in file-level phpdocs
(#418) Package is not specified for function questionnaire_scale_used_anywhere. It is also not specified in file-level phpdocs
(#429) Package is not specified for function questionnaire_pluginfile. It is also not specified in file-level phpdocs
(#480) Package is not specified for function questionnaire_extend_settings_navigation. It is also not specified in file-level phpdocs
(#704) Package is not specified for function questionnaire_get_view_actions. It is also not specified in file-level phpdocs
(#708) Package is not specified for function questionnaire_get_post_actions. It is also not specified in file-level phpdocs
(#712) Package is not specified for function questionnaire_get_recent_mod_activity. It is also not specified in file-level phpdocs
(#877) Package is not specified for function questionnaire_print_recent_mod_activity. It is also not specified in file-level phpdocs
(#947) Package is not specified for function questionnaire_print_overview. It is also not specified in file-level phpdocs
(#1037) Package is not specified for function questionnaire_reset_course_form_definition. It is also not specified in file-level phpdocs
(#1049) Package is not specified for function questionnaire_reset_course_form_defaults. It is also not specified in file-level phpdocs
(#1057) Package is not specified for function questionnaire_reset_userdata. It is also not specified in file-level phpdocs
(#1113) Package is not specified for function questionnaire_get_completion_state. It is also not specified in file-level phpdocs
mod/questionnaire/locallib.php
(#82) Function questionnaire_check_date is not documented
(#193) Function questionnaire_notify is not documented
(#201) Function questionnaire_choice_values is not documented
(#343) Function questionnaire_cleanup is not documented
(#360) Function questionnaire_record_submission is not documented
(#370) Function questionnaire_delete_survey is not documented
(#405) Function questionnaire_delete_response is not documented
(#438) Function questionnaire_delete_responses is not documented
(#458) Function questionnaire_get_survey_list is not documented
(#508) Function questionnaire_get_survey_select is not documented
(#544) Function questionnaire_get_type is not documented
(#580) Function questionnaire_set_events is not documented
(#697) Function questionnaire_nb_questions_on_page is not documented
(#727) Function questionnaire_get_dependencies is not documented
(#757) Function questionnaire_get_parent is not documented
(#806) Function questionnaire_get_parent_positions is not documented
(#821) Function questionnaire_get_child_positions is not documented
(#839) Function questionnaire_has_dependencies is not documented
(#850) Function questionnaire_check_page_breaks is not documented
(#948) Function questionnaire_get_descendants_and_choices is not documented
(#971) Function questionnaire_get_descendants is not documented
(#1000) Function questionnaire_cmp is not documented
(#17) No one-line description found in phpdocs for file
(#271) Phpdocs for function questionnaire_get_user_responses has incomplete parameters list
(#629) Phpdocs for function questionnaire_get_incomplete_users has incomplete parameters list
(#681) Phpdocs for function questionnaire_get_editor_options has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#627) Not recommended phpdocs tag @global used
(#82) Package is not specified for function questionnaire_check_date. It is also not specified in file-level phpdocs
(#193) Package is not specified for function questionnaire_notify. It is also not specified in file-level phpdocs
(#201) Package is not specified for function questionnaire_choice_values. It is also not specified in file-level phpdocs
(#249) Package is not specified for function questionnaire_get_js_module. It is also not specified in file-level phpdocs
(#271) Package is not specified for function questionnaire_get_user_responses. It is also not specified in file-level phpdocs
(#288) Package is not specified for function questionnaire_load_capabilities. It is also not specified in file-level phpdocs
(#323) Package is not specified for function questionnaire_get_context. It is also not specified in file-level phpdocs
(#343) Package is not specified for function questionnaire_cleanup. It is also not specified in file-level phpdocs
(#360) Package is not specified for function questionnaire_record_submission. It is also not specified in file-level phpdocs
(#370) Package is not specified for function questionnaire_delete_survey. It is also not specified in file-level phpdocs
(#405) Package is not specified for function questionnaire_delete_response. It is also not specified in file-level phpdocs
(#438) Package is not specified for function questionnaire_delete_responses. It is also not specified in file-level phpdocs
(#458) Package is not specified for function questionnaire_get_survey_list. It is also not specified in file-level phpdocs
(#508) Package is not specified for function questionnaire_get_survey_select. It is also not specified in file-level phpdocs
(#544) Package is not specified for function questionnaire_get_type. It is also not specified in file-level phpdocs
(#580) Package is not specified for function questionnaire_set_events. It is also not specified in file-level phpdocs
(#624) Package is not specified for function questionnaire_get_incomplete_users. It is also not specified in file-level phpdocs
(#681) Package is not specified for function questionnaire_get_editor_options. It is also not specified in file-level phpdocs
(#697) Package is not specified for function questionnaire_nb_questions_on_page. It is also not specified in file-level phpdocs
(#727) Package is not specified for function questionnaire_get_dependencies. It is also not specified in file-level phpdocs
(#757) Package is not specified for function questionnaire_get_parent. It is also not specified in file-level phpdocs
(#806) Package is not specified for function questionnaire_get_parent_positions. It is also not specified in file-level phpdocs
(#821) Package is not specified for function questionnaire_get_child_positions. It is also not specified in file-level phpdocs
(#839) Package is not specified for function questionnaire_has_dependencies. It is also not specified in file-level phpdocs
(#850) Package is not specified for function questionnaire_check_page_breaks. It is also not specified in file-level phpdocs
(#948) Package is not specified for function questionnaire_get_descendants_and_choices. It is also not specified in file-level phpdocs
(#971) Package is not specified for function questionnaire_get_descendants. It is also not specified in file-level phpdocs
(#1000) Package is not specified for function questionnaire_cmp. It is also not specified in file-level phpdocs
mod/questionnaire/mod_form.php
(#29) Class mod_questionnaire_mod_form is not documented
(#31) Function mod_questionnaire_mod_form::definition is not documented
(#151) Function mod_questionnaire_mod_form::data_preprocessing is not documented
(#175) Function mod_questionnaire_mod_form::validation is not documented
(#180) Function mod_questionnaire_mod_form::add_completion_rules is not documented
(#186) Function mod_questionnaire_mod_form::completion_rule_enabled is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#22) Package questionnaire is not valid
mod/questionnaire/myreport.php
(#19) File-level phpdocs block is not found
mod/questionnaire/preview.php
(#19) File-level phpdocs block is not found
mod/questionnaire/print.php
(#17) File-level phpdocs block is not found
mod/questionnaire/qsettings.php
(#19) File-level phpdocs block is not found
mod/questionnaire/questionnaire.class.php
(#17) File-level phpdocs block is not found
(#19) Class questionnaire is not documented
(#34) Function questionnaire::__construct is not documented
(#120) Function questionnaire::view is not documented
(#260) Function questionnaire::view_response is not documented
(#301) Function questionnaire::view_all_responses is not documented
(#353) Function questionnaire::is_active is not documented
(#357) Function questionnaire::is_open is not documented
(#361) Function questionnaire::is_closed is not documented
(#365) Function questionnaire::user_can_take is not documented
(#378) Function questionnaire::user_is_eligible is not documented
(#382) Function questionnaire::user_time_for_new_attempt is not documented
(#438) Function questionnaire::is_survey_owner is not documented
(#442) Function questionnaire::can_view_response is not documented
(#498) Function questionnaire::count_submissions is not documented
(#510) Function questionnaire::has_required is not documented
(#531) Function questionnaire::print_survey is not documented
(#692) Function questionnaire::survey_render is not documented
(#737) Function questionnaire::print_survey_start is not documented
(#847) Function questionnaire::print_survey_end is not documented
(#864) Function questionnaire::survey_print_render is not documented
(#974) Function questionnaire::survey_update is not documented
(#1042) Function questionnaire::survey_copy is not documented
(#1117) Function questionnaire::type_has_choices is not documented
(#1139) Function questionnaire::response_check_format is not documented
(#1380) Function questionnaire::response_delete is not documented
(#1422) Function questionnaire::response_import_sec is not documented
(#1438) Function questionnaire::response_import_all is not documented
(#1455) Function questionnaire::response_commit is not documented
(#1471) Function questionnaire::get_response is not documented
(#1495) Function questionnaire::response_select_max_sec is not documented
(#1506) Function questionnaire::response_select_max_pos is not documented
(#1533) Function questionnaire::response_select_name is not documented
(#1593) Function questionnaire::response_send_email is not documented
(#1668) Function questionnaire::response_insert is not documented
(#1707) Function questionnaire::response_select is not documented
(#2064) Function questionnaire::response_goto_thankyou is not documented
(#2121) Function questionnaire::response_goto_saved is not documented
(#2136) Function questionnaire::survey_results_navbar_alpha is not documented
(#2331) Function questionnaire::survey_results_navbar_student is not documented
(#2405) Function questionnaire::survey_results is not documented
(#2557) Function questionnaire::generate_csv is not documented
(#2927) Function questionnaire::export_csv is not documented
(#2957) Function questionnaire::move_question is not documented
(#2983) Function questionnaire::response_analysis is not documented
(#71) Phpdocs for function questionnaire::add_survey has incomplete parameters list
(#85) Phpdocs for function questionnaire::add_questions has incomplete parameters list
(#19) Package is not specified for class questionnaire. It is also not specified in file-level phpdocs
mod/questionnaire/questions.php
(#17) File-level phpdocs block is not found
mod/questionnaire/questions_form.php
(#26) Class questionnaire_questions_form is not documented
(#372) Class questionnaire_edit_question_form is not documented
(#28) Function questionnaire_questions_form::__construct is not documented
(#33) Function questionnaire_questions_form::definition is not documented
(#365) Function questionnaire_questions_form::validation is not documented
(#374) Function questionnaire_edit_question_form::definition is not documented
(#649) Function questionnaire_edit_question_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Invalid phpdocs tag @authors used
(#20) Package questionnaire is not valid
mod/questionnaire/questiontypes/questiontypes.class.php
(#65) Class questionnaire_question is not documented
(#194) Function questionnaire_question::get_choices is not documented
(#212) Function questionnaire_question::insert_response is not documented
(#221) Function questionnaire_question::insert_response_bool is not documented
(#235) Function questionnaire_question::insert_response_text is not documented
(#254) Function questionnaire_question::insert_response_date is not documented
(#271) Function questionnaire_question::insert_resp_single is not documented
(#320) Function questionnaire_question::insert_resp_multiple is not documented
(#366) Function questionnaire_question::insert_response_rank is not documented
(#410) Function questionnaire_question::get_results is not documented
(#420) Function questionnaire_question::get_response_bool_results is not documented
(#440) Function questionnaire_question::get_response_text_results is not documented
(#462) Function questionnaire_question::get_response_date_results is not documented
(#480) Function questionnaire_question::get_response_single_results is not documented
(#521) Function questionnaire_question::get_response_multiple_results is not documented
(#525) Function questionnaire_question::get_response_rank_results is not documented
(#623) Function questionnaire_question::display_results is not documented
(#633) Function questionnaire_question::display_response_bool_results is not documented
(#663) Function questionnaire_question::display_response_text_results is not documented
(#690) Function questionnaire_question::display_response_date_results is not documented
(#713) Function questionnaire_question::display_resp_single_results is not documented
(#742) Function questionnaire_question::display_resp_multiple_results is not documented
(#772) Function questionnaire_question::display_response_rank_results is not documented
(#813) Function questionnaire_question::question_display is not documented
(#826) Function questionnaire_question::survey_display is not documented
(#830) Function questionnaire_question::questionstart_survey_display is not documented
(#941) Function questionnaire_question::questionend_survey_display is not documented
(#946) Function questionnaire_question::response_check_required is not documented
(#962) Function questionnaire_question::yesno_survey_display is not documented
(#1037) Function questionnaire_question::text_survey_display is not documented
(#1044) Function questionnaire_question::essay_survey_display is not documented
(#1076) Function questionnaire_question::radio_survey_display is not documented
(#1212) Function questionnaire_question::check_survey_display is not documented
(#1306) Function questionnaire_question::drop_survey_display is not documented
(#1345) Function questionnaire_question::rate_survey_display is not documented
(#1522) Function questionnaire_question::date_survey_display is not documented
(#1547) Function questionnaire_question::numeric_survey_display is not documented
(#1587) Function questionnaire_question::sectiontext_survey_display is not documented
(#1591) Function questionnaire_question::response_display is not documented
(#1604) Function questionnaire_question::yesno_response_display is not documented
(#1635) Function questionnaire_question::text_response_display is not documented
(#1640) Function questionnaire_question::essay_response_display is not documented
(#1646) Function questionnaire_question::radio_response_display is not documented
(#1694) Function questionnaire_question::check_response_display is not documented
(#1740) Function questionnaire_question::drop_response_display is not documented
(#1757) Function questionnaire_question::rate_response_display is not documented
(#1890) Function questionnaire_question::date_response_display is not documented
(#1898) Function questionnaire_question::numeric_response_display is not documented
(#1910) Function questionnaire_question::sectiontext_response_display is not documented
(#1917) Function questionnaire_question::mkrespercent is not documented
(#2007) Function questionnaire_question::mkreslist is not documented
(#2036) Function questionnaire_question::mkreslisttext is not documented
(#2073) Function questionnaire_question::mkreslistdate is not documented
(#2101) Function questionnaire_question::mkreslistnumeric is not documented
(#2140) Function questionnaire_question::mkresavg is not documented
(#2298) Function questionnaire_question::mkrescount is not documented
(#2495) Function sortavgasc is not documented
(#2507) Function sortavgdesc is not documented
(#72) Variable questionnaire_question::$id is not documented
(#153) Phpdocs for function questionnaire_question::__construct has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#22) Package questiontypes is not valid
(#29) Package questiontypes is not valid
mod/questionnaire/report.php
(#17) File-level phpdocs block is not found
mod/questionnaire/settings.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package mod is not valid
mod/questionnaire/settings_form.php
(#27) Class questionnaire_settings_form is not documented
(#29) Function questionnaire_settings_form::definition is not documented
(#219) Function questionnaire_settings_form::validation is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#22) Package questionnaire is not valid
mod/questionnaire/show_nonrespondents.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#21) Package mod is not valid
mod/questionnaire/tabs.php
(#17) File-level phpdocs block does not have @copyright tag
(#22) Package questionnaire is not valid
mod/questionnaire/version.php
(#17) File-level phpdocs block does not have @copyright tag
mod/questionnaire/view.php
(#17) File-level phpdocs block is not found

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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