Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(11 errors, 1 warnings)

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

filter/dbconcept/filter.php
(#17) Missing @copyright tag
(#17) Missing @license tag
(#17) Missing docblock for class filter_dbconcept
(#19) Missing docblock for function filter
(#19) Short array syntax must be used to define arrays
(#39) Missing docblock for function setup
filter/dbconcept/lang/en/filter_dbconcept.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file filter_dbconcept.php
filter/dbconcept/version.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file version.php

Javascript coding style problems

(5819 errors, 3302 warnings)

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

filter/dbconcept/javascript/app.js
(#2) Function 'generateContent' has a complexity of 28. Maximum allowed is 20. (complexity)
(#4) A space is required after ','. (comma-spacing)
(#5) Expected { after 'if' condition. (curly)
(#5) 'schema' is not defined. (no-undef)
(#6) Expected { after 'if' condition. (curly)
(#6) 'schema' is not defined. (no-undef)
(#7) Expected { after 'if' condition. (curly)
(#7) 'schema' is not defined. (no-undef)
(#8) Expected { after 'if' condition. (curly)
(#8) 'schema' is not defined. (no-undef)
(#9) Expected { after 'else'. (curly)
(#9) 'schema' is not defined. (no-undef)
(#9) Expected space or tab after '//' in comment. (spaced-comment)
(#10) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#11) Expected { after 'if' condition. (curly)
(#17) Expected { after 'if' condition. (curly)
(#17) 'schema' is not defined. (no-undef)
(#21) 'database' is not defined. (no-undef)
(#22) 'database' is not defined. (no-undef)
(#23) 'database' is not defined. (no-undef)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#38) 'code' is not defined. (no-undef)
(#39) 'code' is not defined. (no-undef)
(#40) 'code' is not defined. (no-undef)
(#41) 'code' is not defined. (no-undef)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Identifier 'dbconcept_create' is not in camel case. (camelcase)
(#53) Missing space before opening brace. (space-before-blocks)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space(s) after "for". (keyword-spacing)
(#68) Identifier 'code_source' is not in camel case. (camelcase)
(#71) 'source' is not defined. (no-undef)
(#71) Identifier 'code_source' is not in camel case. (camelcase)
(#72) Use '===' to compare with null. (no-eq-null)
(#73) 'transform' is not defined. (no-undef)
(#74) 'transform' is not defined. (no-undef)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#76) Expected space(s) after "for". (keyword-spacing)
(#79) Identifier 'code_source' is not in camel case. (camelcase)
filter/dbconcept/javascript/dbconcept.js
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Identifier '$hx_exports' is not in camel case. (camelcase)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#3) Unexpected tab character. (no-tabs)
(#3) Identifier '$hx_exports' is not in camel case. (camelcase)
(#3) ["code"] is better written in dot notation. (dot-notation)
(#3) Identifier '$hx_exports' is not in camel case. (camelcase)
(#3) ["code"] is better written in dot notation. (dot-notation)
(#4) Unexpected tab character. (no-tabs)
(#4) Identifier '$hx_exports' is not in camel case. (camelcase)
(#4) ["database"] is better written in dot notation. (dot-notation)
(#4) Identifier '$hx_exports' is not in camel case. (camelcase)
(#4) ["database"] is better written in dot notation. (dot-notation)
(#5) Unexpected tab character. (no-tabs)
(#5) Identifier '$hx_exports' is not in camel case. (camelcase)
(#5) ["schema"] is better written in dot notation. (dot-notation)
(#5) Identifier '$hx_exports' is not in camel case. (camelcase)
(#5) ["schema"] is better written in dot notation. (dot-notation)
(#6) Unexpected tab character. (no-tabs)
(#6) Identifier '$hx_exports' is not in camel case. (camelcase)
(#6) ["source"] is better written in dot notation. (dot-notation)
(#6) Identifier '$hx_exports' is not in camel case. (camelcase)
(#6) ["source"] is better written in dot notation. (dot-notation)
(#7) Unexpected tab character. (no-tabs)
(#7) Identifier '$hx_exports' is not in camel case. (camelcase)
(#7) ["transform"] is better written in dot notation. (dot-notation)
(#7) Identifier '$hx_exports' is not in camel case. (camelcase)
(#7) ["transform"] is better written in dot notation. (dot-notation)
(#8) Unexpected tab character. (no-tabs)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Identifier 'js_Boot' is not in camel case. (camelcase)
(#8) Unexpected 'this'. (no-invalid-this)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9) Unexpected tab character. (no-tabs)
(#10) Unexpected tab character. (no-tabs)
(#10) A space is required after ','. (comma-spacing)
(#11) Unexpected tab character. (no-tabs)
(#11) A space is required after ','. (comma-spacing)
(#12) Unexpected tab character. (no-tabs)
(#13) Unexpected tab character. (no-tabs)
(#14) Unexpected tab character. (no-tabs)
(#14) Expected space(s) after "if". (keyword-spacing)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#19) Use '===' to compare with null. (no-eq-null)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) A space is required after ','. (comma-spacing)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Comparing to itself is potentially pointless. (no-self-compare)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Use '===' to compare with null. (no-eq-null)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) Expected space(s) after "if". (keyword-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) Expected space(s) after "if". (keyword-spacing)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) A space is required after ','. (comma-spacing)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) A space is required after ','. (comma-spacing)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) Expected space(s) after "if". (keyword-spacing)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) A space is required after ','. (comma-spacing)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) A space is required after ','. (comma-spacing)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#62) A constructor name should not start with a lowercase letter. (new-cap)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) Expected space(s) after "while". (keyword-spacing)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#67) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#68) This line has a length of 205. Maximum allowed is 132. (max-len)
(#68) Unexpected tab character. (no-tabs)
(#68) There should be no space after '{'. (object-curly-spacing)
(#68) Extra space after key 'fileName'. (key-spacing)
(#68) Extra space after key 'fileSize'. (key-spacing)
(#68) Extra space after key 'fileTime'. (key-spacing)
(#68) Extra space after key 'compressed'. (key-spacing)
(#68) Extra space after key 'dataSize'. (key-spacing)
(#68) Extra space after key 'data'. (key-spacing)
(#68) Extra space after key 'crc32'. (key-spacing)
(#68) Identifier 'haxe_crypto_Crc32' is not in camel case. (camelcase)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) A constructor name should not start with a lowercase letter. (new-cap)
(#73) Unexpected tab character. (no-tabs)
(#73) A constructor name should not start with a lowercase letter. (new-cap)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#75) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) Identifier '$hx_exports' is not in camel case. (camelcase)
(#78) ["JsZip"] is better written in dot notation. (dot-notation)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) Expected space(s) after "while". (keyword-spacing)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#90) A space is required after ','. (comma-spacing)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#92) Expected space(s) after "while". (keyword-spacing)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#94) Expected space(s) after "if". (keyword-spacing)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#98) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#100) A space is required after ','. (comma-spacing)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#102) Expected space(s) after "while". (keyword-spacing)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#104) Expected space(s) after "if". (keyword-spacing)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#107) Unexpected tab character. (no-tabs)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Unexpected tab character. (no-tabs)
(#110) A space is required after ','. (comma-spacing)
(#111) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#112) Expected space(s) after "while". (keyword-spacing)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#115) Unexpected tab character. (no-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Unexpected tab character. (no-tabs)
(#117) A space is required after ','. (comma-spacing)
(#118) Unexpected tab character. (no-tabs)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#120) Expected space(s) after "while". (keyword-spacing)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#122) Expected space(s) after "if". (keyword-spacing)
(#123) Unexpected tab character. (no-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#128) A space is required after ','. (comma-spacing)
(#129) Unexpected tab character. (no-tabs)
(#130) Unexpected tab character. (no-tabs)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Use '===' to compare with null. (no-eq-null)
(#131) Unexpected tab character. (no-tabs)
(#132) Unexpected tab character. (no-tabs)
(#132) Expected space(s) after "while". (keyword-spacing)
(#133) Unexpected tab character. (no-tabs)
(#133) '_1' is assigned a value but never used. (no-unused-vars)
(#134) Unexpected tab character. (no-tabs)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#138) Unexpected tab character. (no-tabs)
(#138) Expected space(s) after "while". (keyword-spacing)
(#139) Unexpected tab character. (no-tabs)
(#140) Unexpected tab character. (no-tabs)
(#140) Expected space(s) after "if". (keyword-spacing)
(#141) Unexpected tab character. (no-tabs)
(#142) Unexpected tab character. (no-tabs)
(#143) Unexpected tab character. (no-tabs)
(#144) Unexpected tab character. (no-tabs)
(#145) Unexpected tab character. (no-tabs)
(#146) Unexpected tab character. (no-tabs)
(#147) Unexpected tab character. (no-tabs)
(#147) A space is required after ','. (comma-spacing)
(#148) Unexpected tab character. (no-tabs)
(#149) Unexpected tab character. (no-tabs)
(#149) Expected space(s) after "while". (keyword-spacing)
(#150) Unexpected tab character. (no-tabs)
(#151) Unexpected tab character. (no-tabs)
(#151) Expected space(s) after "if". (keyword-spacing)
(#152) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#157) A space is required after ','. (comma-spacing)
(#158) Unexpected tab character. (no-tabs)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#160) Expected space(s) after "while". (keyword-spacing)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#162) Expected space(s) after "if". (keyword-spacing)
(#163) Unexpected tab character. (no-tabs)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#169) A space is required after ','. (comma-spacing)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#172) Unexpected tab character. (no-tabs)
(#172) Expected space(s) after "while". (keyword-spacing)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#177) Expected space(s) after "while". (keyword-spacing)
(#178) Unexpected tab character. (no-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#181) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#188) Identifier 'js_Boot' is not in camel case. (camelcase)
(#188) A space is required after ','. (comma-spacing)
(#189) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#192) Expected space(s) after "if". (keyword-spacing)
(#193) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#197) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#204) Unexpected tab character. (no-tabs)
(#205) Unexpected tab character. (no-tabs)
(#206) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#208) Unexpected tab character. (no-tabs)
(#209) Unexpected tab character. (no-tabs)
(#209) A space is required after ','. (comma-spacing)
(#210) Unexpected tab character. (no-tabs)
(#210) Identifier 'buf_b' is not in camel case. (camelcase)
(#211) Unexpected tab character. (no-tabs)
(#211) Identifier '_g_offset' is not in camel case. (camelcase)
(#212) Unexpected tab character. (no-tabs)
(#212) Identifier '_g_s' is not in camel case. (camelcase)
(#213) Unexpected tab character. (no-tabs)
(#213) Expected space(s) after "while". (keyword-spacing)
(#213) Identifier '_g_offset' is not in camel case. (camelcase)
(#213) Identifier '_g_s' is not in camel case. (camelcase)
(#214) Unexpected tab character. (no-tabs)
(#214) Identifier '_g_s' is not in camel case. (camelcase)
(#215) Unexpected tab character. (no-tabs)
(#215) Identifier '_g_offset' is not in camel case. (camelcase)
(#216) Unexpected tab character. (no-tabs)
(#217) Unexpected tab character. (no-tabs)
(#217) Expected space(s) after "if". (keyword-spacing)
(#218) Unexpected tab character. (no-tabs)
(#218) Unexpected use of '|'. (no-bitwise)
(#218) Unexpected use of '<<'. (no-bitwise)
(#218) Unexpected use of '&'. (no-bitwise)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#221) Unexpected tab character. (no-tabs)
(#221) Expected space(s) after "if". (keyword-spacing)
(#222) Unexpected tab character. (no-tabs)
(#222) Identifier '_g_offset' is not in camel case. (camelcase)
(#223) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#225) Expected space(s) after "switch". (keyword-spacing)
(#226) Unexpected tab character. (no-tabs)
(#227) Unexpected tab character. (no-tabs)
(#227) Expected space(s) after "if". (keyword-spacing)
(#228) Unexpected tab character. (no-tabs)
(#228) Identifier 'buf_b' is not in camel case. (camelcase)
(#229) Unexpected tab character. (no-tabs)
(#230) Unexpected tab character. (no-tabs)
(#230) Identifier 'buf_b' is not in camel case. (camelcase)
(#231) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#234) Unexpected tab character. (no-tabs)
(#234) Identifier 'buf_b' is not in camel case. (camelcase)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#237) Unexpected tab character. (no-tabs)
(#237) Expected space(s) after "if". (keyword-spacing)
(#238) Unexpected tab character. (no-tabs)
(#238) Identifier 'buf_b' is not in camel case. (camelcase)
(#239) Unexpected tab character. (no-tabs)
(#240) Unexpected tab character. (no-tabs)
(#240) Identifier 'buf_b' is not in camel case. (camelcase)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#243) Unexpected tab character. (no-tabs)
(#244) Unexpected tab character. (no-tabs)
(#244) Identifier 'buf_b' is not in camel case. (camelcase)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#247) Identifier 'buf_b' is not in camel case. (camelcase)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#250) Identifier 'buf_b' is not in camel case. (camelcase)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#253) Identifier 'buf_b' is not in camel case. (camelcase)
(#254) Unexpected tab character. (no-tabs)
(#255) Unexpected tab character. (no-tabs)
(#255) A space is required after ','. (comma-spacing)
(#256) Unexpected tab character. (no-tabs)
(#256) A space is required after ','. (comma-spacing)
(#257) Unexpected tab character. (no-tabs)
(#257) Expected space(s) after "if". (keyword-spacing)
(#258) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#261) Unexpected tab character. (no-tabs)
(#262) Unexpected tab character. (no-tabs)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#266) Expected space(s) after "while". (keyword-spacing)
(#266) A space is required after ','. (comma-spacing)
(#266) Expected { after 'while' condition. (curly)
(#267) Unexpected tab character. (no-tabs)
(#267) Expected space(s) after "if". (keyword-spacing)
(#268) Unexpected tab character. (no-tabs)
(#268) A space is required after ','. (comma-spacing)
(#268) A space is required after ','. (comma-spacing)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#272) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#276) Unexpected tab character. (no-tabs)
(#276) Expected space(s) after "while". (keyword-spacing)
(#276) A space is required after ','. (comma-spacing)
(#276) Expected { after 'while' condition. (curly)
(#277) Unexpected tab character. (no-tabs)
(#277) Expected space(s) after "if". (keyword-spacing)
(#278) Unexpected tab character. (no-tabs)
(#278) A space is required after ','. (comma-spacing)
(#278) A space is required after ','. (comma-spacing)
(#279) Unexpected tab character. (no-tabs)
(#280) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#282) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#284) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#286) A space is required after ','. (comma-spacing)
(#286) A space is required after ','. (comma-spacing)
(#287) Unexpected tab character. (no-tabs)
(#288) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#292) Unexpected tab character. (no-tabs)
(#292) A space is required after ','. (comma-spacing)
(#293) Unexpected tab character. (no-tabs)
(#293) Expected space(s) after "if". (keyword-spacing)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#298) Expected space(s) after "while". (keyword-spacing)
(#299) Unexpected tab character. (no-tabs)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#301) Expected space(s) after "if". (keyword-spacing)
(#302) Unexpected tab character. (no-tabs)
(#302) Unexpected use of '|'. (no-bitwise)
(#302) Unexpected use of '<<'. (no-bitwise)
(#302) Unexpected use of '&'. (no-bitwise)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#305) Unexpected tab character. (no-tabs)
(#305) Expected space(s) after "if". (keyword-spacing)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#308) Expected space(s) after "if". (keyword-spacing)
(#309) Unexpected tab character. (no-tabs)
(#310) Unexpected tab character. (no-tabs)
(#311) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#313) Unexpected tab character. (no-tabs)
(#314) Unexpected tab character. (no-tabs)
(#315) Unexpected tab character. (no-tabs)
(#315) Identifier 'get_length' is not in camel case. (camelcase)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#317) Identifier '_g_offset' is not in camel case. (camelcase)
(#318) Unexpected tab character. (no-tabs)
(#318) Identifier '_g_s' is not in camel case. (camelcase)
(#319) Unexpected tab character. (no-tabs)
(#319) Expected space(s) after "while". (keyword-spacing)
(#319) Identifier '_g_offset' is not in camel case. (camelcase)
(#319) Identifier '_g_s' is not in camel case. (camelcase)
(#320) Unexpected tab character. (no-tabs)
(#320) Identifier '_g_s' is not in camel case. (camelcase)
(#321) Unexpected tab character. (no-tabs)
(#321) Identifier '_g_offset' is not in camel case. (camelcase)
(#322) Unexpected tab character. (no-tabs)
(#323) Unexpected tab character. (no-tabs)
(#323) Expected space(s) after "if". (keyword-spacing)
(#324) Unexpected tab character. (no-tabs)
(#324) Unexpected use of '|'. (no-bitwise)
(#324) Unexpected use of '<<'. (no-bitwise)
(#324) Unexpected use of '&'. (no-bitwise)
(#325) Unexpected tab character. (no-tabs)
(#326) Unexpected tab character. (no-tabs)
(#327) Unexpected tab character. (no-tabs)
(#327) Expected space(s) after "if". (keyword-spacing)
(#328) Unexpected tab character. (no-tabs)
(#328) Identifier '_g_offset' is not in camel case. (camelcase)
(#329) Unexpected tab character. (no-tabs)
(#330) Unexpected tab character. (no-tabs)
(#330) 'c2' is assigned a value but never used. (no-unused-vars)
(#331) Unexpected tab character. (no-tabs)
(#332) Unexpected tab character. (no-tabs)
(#333) Unexpected tab character. (no-tabs)
(#334) Unexpected tab character. (no-tabs)
(#335) Unexpected tab character. (no-tabs)
(#336) Unexpected tab character. (no-tabs)
(#337) Unexpected tab character. (no-tabs)
(#337) Expected to return a value at the end of static method 'toString'. (consistent-return)
(#338) Unexpected tab character. (no-tabs)
(#338) Expected space(s) after "switch". (keyword-spacing)
(#339) Unexpected tab character. (no-tabs)
(#340) Unexpected tab character. (no-tabs)
(#341) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#343) Unexpected tab character. (no-tabs)
(#344) Unexpected tab character. (no-tabs)
(#345) Unexpected tab character. (no-tabs)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#354) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#356) Unexpected tab character. (no-tabs)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#360) A constructor name should not start with a lowercase letter. (new-cap)
(#361) Unexpected tab character. (no-tabs)
(#362) Unexpected tab character. (no-tabs)
(#363) Unexpected tab character. (no-tabs)
(#363) Expected space(s) after "if". (keyword-spacing)
(#364) This line has a length of 159. Maximum allowed is 132. (max-len)
(#364) Unexpected tab character. (no-tabs)
(#364) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#364) Use '===' to compare with null. (no-eq-null)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#368) A space is required after ','. (comma-spacing)
(#369) Unexpected tab character. (no-tabs)
(#369) Expected space(s) after "if". (keyword-spacing)
(#370) This line has a length of 159. Maximum allowed is 132. (max-len)
(#370) Unexpected tab character. (no-tabs)
(#370) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#370) Use '===' to compare with null. (no-eq-null)
(#371) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#374) Unexpected tab character. (no-tabs)
(#375) Unexpected tab character. (no-tabs)
(#375) Expected space(s) after "if". (keyword-spacing)
(#376) This line has a length of 159. Maximum allowed is 132. (max-len)
(#376) Unexpected tab character. (no-tabs)
(#376) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#376) Use '===' to compare with null. (no-eq-null)
(#377) Unexpected tab character. (no-tabs)
(#378) Unexpected tab character. (no-tabs)
(#378) A constructor name should not start with a lowercase letter. (new-cap)
(#379) Unexpected tab character. (no-tabs)
(#380) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#381) Expected space(s) after "if". (keyword-spacing)
(#382) This line has a length of 171. Maximum allowed is 132. (max-len)
(#382) Unexpected tab character. (no-tabs)
(#382) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#382) Use '===' to compare with null. (no-eq-null)
(#383) Unexpected tab character. (no-tabs)
(#384) Unexpected tab character. (no-tabs)
(#384) Expected space(s) after "if". (keyword-spacing)
(#384) Use '===' to compare with null. (no-eq-null)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#388) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#390) Unexpected tab character. (no-tabs)
(#391) Unexpected tab character. (no-tabs)
(#391) Expected space(s) after "if". (keyword-spacing)
(#392) This line has a length of 171. Maximum allowed is 132. (max-len)
(#392) Unexpected tab character. (no-tabs)
(#392) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#392) Use '===' to compare with null. (no-eq-null)
(#393) Unexpected tab character. (no-tabs)
(#394) Unexpected tab character. (no-tabs)
(#394) Expected space(s) after "if". (keyword-spacing)
(#394) A space is required after ','. (comma-spacing)
(#395) Unexpected tab character. (no-tabs)
(#396) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#400) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#401) Identifier 'haxe_xml_Printer' is not in camel case. (camelcase)
(#402) Unexpected tab character. (no-tabs)
(#403) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#405) Unexpected tab character. (no-tabs)
(#405) Expected space(s) after "if". (keyword-spacing)
(#406) This line has a length of 157. Maximum allowed is 132. (max-len)
(#406) Unexpected tab character. (no-tabs)
(#406) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#406) Use '===' to compare with null. (no-eq-null)
(#407) Unexpected tab character. (no-tabs)
(#408) Unexpected tab character. (no-tabs)
(#409) Unexpected tab character. (no-tabs)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#413) Unexpected tab character. (no-tabs)
(#413) Expected space(s) after "if". (keyword-spacing)
(#414) This line has a length of 141. Maximum allowed is 132. (max-len)
(#414) Unexpected tab character. (no-tabs)
(#414) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#414) Use '===' to compare with null. (no-eq-null)
(#415) Unexpected tab character. (no-tabs)
(#416) Unexpected tab character. (no-tabs)
(#417) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#419) Unexpected tab character. (no-tabs)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#422) Unexpected tab character. (no-tabs)
(#423) Unexpected tab character. (no-tabs)
(#424) Unexpected tab character. (no-tabs)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#427) Unexpected tab character. (no-tabs)
(#427) Identifier 'code_Code' is not in camel case. (camelcase)
(#428) Unexpected tab character. (no-tabs)
(#428) A space is required after ','. (comma-spacing)
(#429) Unexpected tab character. (no-tabs)
(#429) Expected space(s) after "if". (keyword-spacing)
(#429) Use '===' to compare with null. (no-eq-null)
(#430) Unexpected tab character. (no-tabs)
(#431) Unexpected tab character. (no-tabs)
(#432) Unexpected tab character. (no-tabs)
(#432) A space is required after ','. (comma-spacing)
(#432) A space is required after ','. (comma-spacing)
(#433) Unexpected tab character. (no-tabs)
(#434) Unexpected tab character. (no-tabs)
(#434) A space is required after ','. (comma-spacing)
(#435) Unexpected tab character. (no-tabs)
(#436) Unexpected tab character. (no-tabs)
(#436) Expected space(s) after "if". (keyword-spacing)
(#436) Use '===' to compare with null. (no-eq-null)
(#437) Unexpected tab character. (no-tabs)
(#438) Unexpected tab character. (no-tabs)
(#438) Expected space(s) after "if". (keyword-spacing)
(#438) A space is required after ','. (comma-spacing)
(#439) Unexpected tab character. (no-tabs)
(#440) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#443) Identifier 'code_Code' is not in camel case. (camelcase)
(#443) A space is required after ','. (comma-spacing)
(#444) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#447) Unexpected tab character. (no-tabs)
(#447) A space is required after ','. (comma-spacing)
(#447) A space is required after ','. (comma-spacing)
(#448) Unexpected tab character. (no-tabs)
(#448) Expected space(s) after "if". (keyword-spacing)
(#448) Use '===' to compare with null. (no-eq-null)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#451) Unexpected tab character. (no-tabs)
(#452) Unexpected tab character. (no-tabs)
(#452) Expected space(s) after "if". (keyword-spacing)
(#452) A space is required after ','. (comma-spacing)
(#452) A space is required after ','. (comma-spacing)
(#453) Unexpected tab character. (no-tabs)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#455) Expected space(s) after "switch". (keyword-spacing)
(#456) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#458) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#464) Unexpected tab character. (no-tabs)
(#465) Unexpected tab character. (no-tabs)
(#466) Unexpected tab character. (no-tabs)
(#467) Unexpected tab character. (no-tabs)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#470) Unexpected tab character. (no-tabs)
(#471) Unexpected tab character. (no-tabs)
(#472) Unexpected tab character. (no-tabs)
(#472) Identifier 'code_Code' is not in camel case. (camelcase)
(#473) Unexpected tab character. (no-tabs)
(#473) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#474) Unexpected tab character. (no-tabs)
(#475) Unexpected tab character. (no-tabs)
(#475) A constructor name should not start with a lowercase letter. (new-cap)
(#476) Unexpected tab character. (no-tabs)
(#477) Unexpected tab character. (no-tabs)
(#477) Expected space(s) after "while". (keyword-spacing)
(#478) Unexpected tab character. (no-tabs)
(#479) Unexpected tab character. (no-tabs)
(#479) Expected space(s) after "if". (keyword-spacing)
(#479) Identifier 'model_Association' is not in camel case. (camelcase)
(#479) Identifier 'js_Boot' is not in camel case. (camelcase)
(#479) There should be no space before ','. (comma-spacing)
(#480) Unexpected tab character. (no-tabs)
(#481) Unexpected tab character. (no-tabs)
(#481) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#482) Unexpected tab character. (no-tabs)
(#483) Unexpected tab character. (no-tabs)
(#484) Unexpected tab character. (no-tabs)
(#485) Unexpected tab character. (no-tabs)
(#486) Unexpected tab character. (no-tabs)
(#487) Unexpected tab character. (no-tabs)
(#488) Unexpected tab character. (no-tabs)
(#489) Unexpected tab character. (no-tabs)
(#489) Expected space(s) after "if". (keyword-spacing)
(#490) Unexpected tab character. (no-tabs)
(#491) Unexpected tab character. (no-tabs)
(#492) Unexpected tab character. (no-tabs)
(#492) Expected space(s) after "if". (keyword-spacing)
(#493) Unexpected tab character. (no-tabs)
(#494) Unexpected tab character. (no-tabs)
(#495) This line has a length of 245. Maximum allowed is 132. (max-len)
(#495) Unexpected tab character. (no-tabs)
(#495) Use '===' to compare with null. (no-eq-null)
(#496) Unexpected tab character. (no-tabs)
(#497) Unexpected tab character. (no-tabs)
(#497) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#498) Unexpected tab character. (no-tabs)
(#498) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#499) Unexpected tab character. (no-tabs)
(#499) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#500) Unexpected tab character. (no-tabs)
(#501) Unexpected tab character. (no-tabs)
(#502) Unexpected tab character. (no-tabs)
(#503) Unexpected tab character. (no-tabs)
(#504) Unexpected tab character. (no-tabs)
(#505) Unexpected tab character. (no-tabs)
(#506) Unexpected tab character. (no-tabs)
(#507) Unexpected tab character. (no-tabs)
(#507) Expected space(s) after "while". (keyword-spacing)
(#508) Unexpected tab character. (no-tabs)
(#509) Unexpected tab character. (no-tabs)
(#510) This line has a length of 271. Maximum allowed is 132. (max-len)
(#510) Unexpected tab character. (no-tabs)
(#510) Identifier 'model_Field' is not in camel case. (camelcase)
(#510) Identifier 'model_Field' is not in camel case. (camelcase)
(#510) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#511) Unexpected tab character. (no-tabs)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#514) Expected space(s) after "while". (keyword-spacing)
(#515) Unexpected tab character. (no-tabs)
(#516) Unexpected tab character. (no-tabs)
(#517) This line has a length of 271. Maximum allowed is 132. (max-len)
(#517) Unexpected tab character. (no-tabs)
(#517) Identifier 'model_Field' is not in camel case. (camelcase)
(#517) Identifier 'model_Field' is not in camel case. (camelcase)
(#517) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#518) Unexpected tab character. (no-tabs)
(#519) Unexpected tab character. (no-tabs)
(#520) Unexpected tab character. (no-tabs)
(#521) Unexpected tab character. (no-tabs)
(#521) Static method 'generateMethods' has a complexity of 24. Maximum allowed is 20. (complexity)
(#522) Unexpected tab character. (no-tabs)
(#523) Unexpected tab character. (no-tabs)
(#524) Unexpected tab character. (no-tabs)
(#524) A space is required after ','. (comma-spacing)
(#525) Unexpected tab character. (no-tabs)
(#525) Expected space(s) after "while". (keyword-spacing)
(#526) Unexpected tab character. (no-tabs)
(#527) Unexpected tab character. (no-tabs)
(#528) Unexpected tab character. (no-tabs)
(#529) Unexpected tab character. (no-tabs)
(#529) Expected space(s) after "while". (keyword-spacing)
(#530) Unexpected tab character. (no-tabs)
(#531) Unexpected tab character. (no-tabs)
(#532) Unexpected tab character. (no-tabs)
(#533) This line has a length of 136. Maximum allowed is 132. (max-len)
(#533) Unexpected tab character. (no-tabs)
(#533) Identifier 'model_Field' is not in camel case. (camelcase)
(#533) Identifier 'model_Field' is not in camel case. (camelcase)
(#534) Unexpected tab character. (no-tabs)
(#535) Unexpected tab character. (no-tabs)
(#535) Identifier 'code_Code' is not in camel case. (camelcase)
(#535) A space is required after ','. (comma-spacing)
(#536) This line has a length of 221. Maximum allowed is 132. (max-len)
(#536) Unexpected tab character. (no-tabs)
(#537) Unexpected tab character. (no-tabs)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#539) Expected space(s) after "while". (keyword-spacing)
(#540) Unexpected tab character. (no-tabs)
(#541) Unexpected tab character. (no-tabs)
(#541) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#542) Unexpected tab character. (no-tabs)
(#543) This line has a length of 152. Maximum allowed is 132. (max-len)
(#543) Unexpected tab character. (no-tabs)
(#543) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#544) Unexpected tab character. (no-tabs)
(#544) Expected space(s) after "if". (keyword-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#544) A space is required after ','. (comma-spacing)
(#545) Unexpected tab character. (no-tabs)
(#545) Identifier 'code_Code' is not in camel case. (camelcase)
(#546) Unexpected tab character. (no-tabs)
(#546) Expected space(s) after "if". (keyword-spacing)
(#546) Use '===' to compare with null. (no-eq-null)
(#547) Unexpected tab character. (no-tabs)
(#547) Expected space(s) after "if". (keyword-spacing)
(#547) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#547) A space is required after ','. (comma-spacing)
(#547) A space is required after ','. (comma-spacing)
(#548) Unexpected tab character. (no-tabs)
(#549) Unexpected tab character. (no-tabs)
(#550) This line has a length of 156. Maximum allowed is 132. (max-len)
(#550) Unexpected tab character. (no-tabs)
(#550) A space is required after ','. (comma-spacing)
(#550) A space is required after ','. (comma-spacing)
(#551) Unexpected tab character. (no-tabs)
(#552) This line has a length of 169. Maximum allowed is 132. (max-len)
(#552) Unexpected tab character. (no-tabs)
(#552) Expected space(s) after "if". (keyword-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#552) A space is required after ','. (comma-spacing)
(#553) Unexpected tab character. (no-tabs)
(#554) Unexpected tab character. (no-tabs)
(#554) Expected space(s) after "if". (keyword-spacing)
(#554) Use '===' to compare with null. (no-eq-null)
(#555) This line has a length of 185. Maximum allowed is 132. (max-len)
(#555) Unexpected tab character. (no-tabs)
(#555) A space is required after ','. (comma-spacing)
(#555) A space is required after ','. (comma-spacing)
(#556) Unexpected tab character. (no-tabs)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#558) Expected space(s) after "if". (keyword-spacing)
(#559) Unexpected tab character. (no-tabs)
(#559) Identifier 'code_Code' is not in camel case. (camelcase)
(#559) A space is required after ','. (comma-spacing)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#562) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#564) Unexpected tab character. (no-tabs)
(#565) Unexpected tab character. (no-tabs)
(#566) Unexpected tab character. (no-tabs)
(#567) Unexpected tab character. (no-tabs)
(#568) Unexpected tab character. (no-tabs)
(#568) Expected space(s) after "if". (keyword-spacing)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#571) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#572) Expected space(s) after "while". (keyword-spacing)
(#573) Unexpected tab character. (no-tabs)
(#574) Unexpected tab character. (no-tabs)
(#574) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#575) Unexpected tab character. (no-tabs)
(#576) Unexpected tab character. (no-tabs)
(#577) Unexpected tab character. (no-tabs)
(#577) Expected space(s) after "if". (keyword-spacing)
(#577) Use '===' to compare with null. (no-eq-null)
(#578) Unexpected tab character. (no-tabs)
(#578) A space is required after ','. (comma-spacing)
(#579) Unexpected tab character. (no-tabs)
(#579) Use '===' to compare with null. (no-eq-null)
(#580) Unexpected tab character. (no-tabs)
(#581) Unexpected tab character. (no-tabs)
(#582) Unexpected tab character. (no-tabs)
(#582) Identifier '_g_current' is not in camel case. (camelcase)
(#583) Unexpected tab character. (no-tabs)
(#583) Identifier '_g_array' is not in camel case. (camelcase)
(#584) Unexpected tab character. (no-tabs)
(#584) Expected space(s) after "while". (keyword-spacing)
(#584) Identifier '_g_current' is not in camel case. (camelcase)
(#584) Identifier '_g_array' is not in camel case. (camelcase)
(#585) Unexpected tab character. (no-tabs)
(#585) Identifier '_g_array' is not in camel case. (camelcase)
(#585) Identifier '_g_current' is not in camel case. (camelcase)
(#586) Unexpected tab character. (no-tabs)
(#587) Unexpected tab character. (no-tabs)
(#588) Unexpected tab character. (no-tabs)
(#589) Unexpected tab character. (no-tabs)
(#590) Unexpected tab character. (no-tabs)
(#591) Unexpected tab character. (no-tabs)
(#592) Unexpected tab character. (no-tabs)
(#592) Expected space(s) after "while". (keyword-spacing)
(#593) Unexpected tab character. (no-tabs)
(#594) Unexpected tab character. (no-tabs)
(#595) Unexpected tab character. (no-tabs)
(#596) Unexpected tab character. (no-tabs)
(#596) Expected space(s) after "if". (keyword-spacing)
(#596) Use '===' to compare with null. (no-eq-null)
(#597) Unexpected tab character. (no-tabs)
(#598) Unexpected tab character. (no-tabs)
(#599) Unexpected tab character. (no-tabs)
(#600) Unexpected tab character. (no-tabs)
(#601) Unexpected tab character. (no-tabs)
(#602) Unexpected tab character. (no-tabs)
(#602) Expected space(s) after "while". (keyword-spacing)
(#603) Unexpected tab character. (no-tabs)
(#604) Unexpected tab character. (no-tabs)
(#605) Unexpected tab character. (no-tabs)
(#605) Expected space(s) after "if". (keyword-spacing)
(#605) A space is required after ','. (comma-spacing)
(#606) Unexpected tab character. (no-tabs)
(#607) Unexpected tab character. (no-tabs)
(#608) This line has a length of 140. Maximum allowed is 132. (max-len)
(#608) Unexpected tab character. (no-tabs)
(#608) Identifier 'code_Code' is not in camel case. (camelcase)
(#608) A space is required after ','. (comma-spacing)
(#609) Unexpected tab character. (no-tabs)
(#610) Unexpected tab character. (no-tabs)
(#611) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#613) Unexpected tab character. (no-tabs)
(#613) Expected space(s) after "while". (keyword-spacing)
(#614) Unexpected tab character. (no-tabs)
(#615) Unexpected tab character. (no-tabs)
(#616) Unexpected tab character. (no-tabs)
(#616) Expected space(s) after "if". (keyword-spacing)
(#616) A space is required after ','. (comma-spacing)
(#617) Unexpected tab character. (no-tabs)
(#618) Unexpected tab character. (no-tabs)
(#619) This line has a length of 140. Maximum allowed is 132. (max-len)
(#619) Unexpected tab character. (no-tabs)
(#619) Identifier 'code_Code' is not in camel case. (camelcase)
(#619) A space is required after ','. (comma-spacing)
(#620) Unexpected tab character. (no-tabs)
(#621) Unexpected tab character. (no-tabs)
(#622) Unexpected tab character. (no-tabs)
(#623) Unexpected tab character. (no-tabs)
(#624) Unexpected tab character. (no-tabs)
(#625) Unexpected tab character. (no-tabs)
(#626) Unexpected tab character. (no-tabs)
(#627) Unexpected tab character. (no-tabs)
(#628) Unexpected tab character. (no-tabs)
(#628) Expected space(s) after "if". (keyword-spacing)
(#629) Unexpected tab character. (no-tabs)
(#630) Unexpected tab character. (no-tabs)
(#631) Unexpected tab character. (no-tabs)
(#632) Unexpected tab character. (no-tabs)
(#633) Unexpected tab character. (no-tabs)
(#634) Unexpected tab character. (no-tabs)
(#634) Identifier '$hx_exports' is not in camel case. (camelcase)
(#634) ["code"] is better written in dot notation. (dot-notation)
(#634) ["HaxeCode"] is better written in dot notation. (dot-notation)
(#634) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#635) Unexpected tab character. (no-tabs)
(#635) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#636) Unexpected tab character. (no-tabs)
(#636) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#637) Unexpected tab character. (no-tabs)
(#638) Unexpected tab character. (no-tabs)
(#638) A constructor name should not start with a lowercase letter. (new-cap)
(#639) Unexpected tab character. (no-tabs)
(#640) Unexpected tab character. (no-tabs)
(#640) Expected space(s) after "while". (keyword-spacing)
(#641) Unexpected tab character. (no-tabs)
(#642) Unexpected tab character. (no-tabs)
(#642) Expected space(s) after "if". (keyword-spacing)
(#642) Identifier 'model_Association' is not in camel case. (camelcase)
(#642) Identifier 'js_Boot' is not in camel case. (camelcase)
(#642) There should be no space before ','. (comma-spacing)
(#643) Unexpected tab character. (no-tabs)
(#644) Unexpected tab character. (no-tabs)
(#644) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#645) Unexpected tab character. (no-tabs)
(#646) Unexpected tab character. (no-tabs)
(#647) Unexpected tab character. (no-tabs)
(#648) Unexpected tab character. (no-tabs)
(#649) Unexpected tab character. (no-tabs)
(#650) Unexpected tab character. (no-tabs)
(#651) Unexpected tab character. (no-tabs)
(#652) Unexpected tab character. (no-tabs)
(#652) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#653) Unexpected tab character. (no-tabs)
(#653) Expected space(s) after "if". (keyword-spacing)
(#654) Unexpected tab character. (no-tabs)
(#655) Unexpected tab character. (no-tabs)
(#656) This line has a length of 258. Maximum allowed is 132. (max-len)
(#656) Unexpected tab character. (no-tabs)
(#656) Use '===' to compare with null. (no-eq-null)
(#657) Unexpected tab character. (no-tabs)
(#658) Unexpected tab character. (no-tabs)
(#658) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#659) Unexpected tab character. (no-tabs)
(#659) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#660) Unexpected tab character. (no-tabs)
(#660) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#661) Unexpected tab character. (no-tabs)
(#662) Unexpected tab character. (no-tabs)
(#663) Unexpected tab character. (no-tabs)
(#664) Unexpected tab character. (no-tabs)
(#664) Static method 'addImports' has a complexity of 21. Maximum allowed is 20. (complexity)
(#665) Unexpected tab character. (no-tabs)
(#666) Unexpected tab character. (no-tabs)
(#667) Unexpected tab character. (no-tabs)
(#668) Unexpected tab character. (no-tabs)
(#668) Expected space(s) after "while". (keyword-spacing)
(#669) Unexpected tab character. (no-tabs)
(#670) Unexpected tab character. (no-tabs)
(#671) Unexpected tab character. (no-tabs)
(#671) Expected space(s) after "if". (keyword-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#671) A space is required after ','. (comma-spacing)
(#672) Unexpected tab character. (no-tabs)
(#673) Unexpected tab character. (no-tabs)
(#674) Unexpected tab character. (no-tabs)
(#674) Expected space(s) after "if". (keyword-spacing)
(#674) A space is required after ','. (comma-spacing)
(#674) A space is required after ','. (comma-spacing)
(#674) A space is required after ','. (comma-spacing)
(#675) Unexpected tab character. (no-tabs)
(#676) Unexpected tab character. (no-tabs)
(#676) Expected space(s) after "if". (keyword-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#676) A space is required after ','. (comma-spacing)
(#677) Unexpected tab character. (no-tabs)
(#678) Unexpected tab character. (no-tabs)
(#678) Expected space(s) after "if". (keyword-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#678) A space is required after ','. (comma-spacing)
(#679) Unexpected tab character. (no-tabs)
(#680) Unexpected tab character. (no-tabs)
(#681) Unexpected tab character. (no-tabs)
(#682) Unexpected tab character. (no-tabs)
(#683) Unexpected tab character. (no-tabs)
(#684) Unexpected tab character. (no-tabs)
(#684) Expected space(s) after "while". (keyword-spacing)
(#685) Unexpected tab character. (no-tabs)
(#686) Unexpected tab character. (no-tabs)
(#687) Unexpected tab character. (no-tabs)
(#687) Expected space(s) after "if". (keyword-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#687) A space is required after ','. (comma-spacing)
(#688) Unexpected tab character. (no-tabs)
(#689) Unexpected tab character. (no-tabs)
(#690) Unexpected tab character. (no-tabs)
(#690) Expected space(s) after "if". (keyword-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#690) A space is required after ','. (comma-spacing)
(#691) Unexpected tab character. (no-tabs)
(#692) Unexpected tab character. (no-tabs)
(#692) Expected space(s) after "if". (keyword-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#692) A space is required after ','. (comma-spacing)
(#693) Unexpected tab character. (no-tabs)
(#694) Unexpected tab character. (no-tabs)
(#694) Expected space(s) after "if". (keyword-spacing)
(#694) A space is required after ','. (comma-spacing)
(#694) A space is required after ','. (comma-spacing)
(#694) A space is required after ','. (comma-spacing)
(#695) Unexpected tab character. (no-tabs)
(#696) Unexpected tab character. (no-tabs)
(#697) Unexpected tab character. (no-tabs)
(#698) Unexpected tab character. (no-tabs)
(#699) Unexpected tab character. (no-tabs)
(#700) Unexpected tab character. (no-tabs)
(#700) Expected space(s) after "while". (keyword-spacing)
(#701) Unexpected tab character. (no-tabs)
(#702) Unexpected tab character. (no-tabs)
(#703) Unexpected tab character. (no-tabs)
(#704) Unexpected tab character. (no-tabs)
(#705) Unexpected tab character. (no-tabs)
(#705) Expected space(s) after "if". (keyword-spacing)
(#706) Unexpected tab character. (no-tabs)
(#707) Unexpected tab character. (no-tabs)
(#708) Unexpected tab character. (no-tabs)
(#709) Unexpected tab character. (no-tabs)
(#710) Unexpected tab character. (no-tabs)
(#711) Unexpected tab character. (no-tabs)
(#712) Unexpected tab character. (no-tabs)
(#713) Unexpected tab character. (no-tabs)
(#714) Unexpected tab character. (no-tabs)
(#714) Expected space(s) after "while". (keyword-spacing)
(#715) Unexpected tab character. (no-tabs)
(#716) Unexpected tab character. (no-tabs)
(#717) This line has a length of 280. Maximum allowed is 132. (max-len)
(#717) Unexpected tab character. (no-tabs)
(#717) Do not nest ternary expressions. (no-nested-ternary)
(#717) Identifier 'model_Field' is not in camel case. (camelcase)
(#717) Identifier 'model_Field' is not in camel case. (camelcase)
(#717) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#717) A space is required after ','. (comma-spacing)
(#718) Unexpected tab character. (no-tabs)
(#719) Unexpected tab character. (no-tabs)
(#720) Unexpected tab character. (no-tabs)
(#721) Unexpected tab character. (no-tabs)
(#721) Expected space(s) after "while". (keyword-spacing)
(#722) Unexpected tab character. (no-tabs)
(#723) Unexpected tab character. (no-tabs)
(#724) This line has a length of 280. Maximum allowed is 132. (max-len)
(#724) Unexpected tab character. (no-tabs)
(#724) Do not nest ternary expressions. (no-nested-ternary)
(#724) Identifier 'model_Field' is not in camel case. (camelcase)
(#724) Identifier 'model_Field' is not in camel case. (camelcase)
(#724) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#724) A space is required after ','. (comma-spacing)
(#725) Unexpected tab character. (no-tabs)
(#726) Unexpected tab character. (no-tabs)
(#727) Unexpected tab character. (no-tabs)
(#728) Unexpected tab character. (no-tabs)
(#728) Static method 'generateMethods' has a complexity of 22. Maximum allowed is 20. (complexity)
(#729) Unexpected tab character. (no-tabs)
(#730) Unexpected tab character. (no-tabs)
(#731) Unexpected tab character. (no-tabs)
(#731) A space is required after ','. (comma-spacing)
(#732) Unexpected tab character. (no-tabs)
(#732) Expected space(s) after "while". (keyword-spacing)
(#733) Unexpected tab character. (no-tabs)
(#734) Unexpected tab character. (no-tabs)
(#735) Unexpected tab character. (no-tabs)
(#736) Unexpected tab character. (no-tabs)
(#736) Expected space(s) after "while". (keyword-spacing)
(#737) Unexpected tab character. (no-tabs)
(#738) Unexpected tab character. (no-tabs)
(#739) Unexpected tab character. (no-tabs)
(#739) Expected space(s) after "if". (keyword-spacing)
(#739) Identifier 'code_Code' is not in camel case. (camelcase)
(#739) A space is required after ','. (comma-spacing)
(#740) Unexpected tab character. (no-tabs)
(#741) Unexpected tab character. (no-tabs)
(#742) This line has a length of 167. Maximum allowed is 132. (max-len)
(#742) Unexpected tab character. (no-tabs)
(#742) Do not nest ternary expressions. (no-nested-ternary)
(#742) Identifier 'model_Field' is not in camel case. (camelcase)
(#742) Identifier 'model_Field' is not in camel case. (camelcase)
(#743) Unexpected tab character. (no-tabs)
(#744) Unexpected tab character. (no-tabs)
(#745) Unexpected tab character. (no-tabs)
(#745) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#746) Unexpected tab character. (no-tabs)
(#747) Unexpected tab character. (no-tabs)
(#748) Unexpected tab character. (no-tabs)
(#749) Unexpected tab character. (no-tabs)
(#749) Expected space(s) after "while". (keyword-spacing)
(#750) Unexpected tab character. (no-tabs)
(#751) Unexpected tab character. (no-tabs)
(#751) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#752) Unexpected tab character. (no-tabs)
(#753) Unexpected tab character. (no-tabs)
(#754) Unexpected tab character. (no-tabs)
(#754) Expected space(s) after "if". (keyword-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#754) A space is required after ','. (comma-spacing)
(#755) Unexpected tab character. (no-tabs)
(#755) Identifier 'code_Code' is not in camel case. (camelcase)
(#756) Unexpected tab character. (no-tabs)
(#756) Expected space(s) after "if". (keyword-spacing)
(#756) Use '===' to compare with null. (no-eq-null)
(#757) Unexpected tab character. (no-tabs)
(#757) Expected space(s) after "if". (keyword-spacing)
(#757) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#757) A space is required after ','. (comma-spacing)
(#757) A space is required after ','. (comma-spacing)
(#758) Unexpected tab character. (no-tabs)
(#759) Unexpected tab character. (no-tabs)
(#760) Unexpected tab character. (no-tabs)
(#760) Expected space(s) after "if". (keyword-spacing)
(#760) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#760) A space is required after ','. (comma-spacing)
(#760) A space is required after ','. (comma-spacing)
(#761) This line has a length of 195. Maximum allowed is 132. (max-len)
(#761) Unexpected tab character. (no-tabs)
(#761) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#761) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#761) A space is required after ','. (comma-spacing)
(#762) Unexpected tab character. (no-tabs)
(#763) Unexpected tab character. (no-tabs)
(#764) Unexpected tab character. (no-tabs)
(#765) Unexpected tab character. (no-tabs)
(#766) This line has a length of 169. Maximum allowed is 132. (max-len)
(#766) Unexpected tab character. (no-tabs)
(#766) Expected space(s) after "if". (keyword-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#766) A space is required after ','. (comma-spacing)
(#767) Unexpected tab character. (no-tabs)
(#768) Unexpected tab character. (no-tabs)
(#768) Expected space(s) after "if". (keyword-spacing)
(#768) Use '===' to compare with null. (no-eq-null)
(#769) This line has a length of 184. Maximum allowed is 132. (max-len)
(#769) Unexpected tab character. (no-tabs)
(#769) A space is required after ','. (comma-spacing)
(#769) A space is required after ','. (comma-spacing)
(#770) Unexpected tab character. (no-tabs)
(#771) Unexpected tab character. (no-tabs)
(#772) Unexpected tab character. (no-tabs)
(#772) Expected space(s) after "if". (keyword-spacing)
(#773) This line has a length of 159. Maximum allowed is 132. (max-len)
(#773) Unexpected tab character. (no-tabs)
(#773) Identifier 'code_Code' is not in camel case. (camelcase)
(#773) A space is required after ','. (comma-spacing)
(#773) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#774) Unexpected tab character. (no-tabs)
(#775) Unexpected tab character. (no-tabs)
(#776) Unexpected tab character. (no-tabs)
(#777) Unexpected tab character. (no-tabs)
(#778) Unexpected tab character. (no-tabs)
(#779) Unexpected tab character. (no-tabs)
(#780) Unexpected tab character. (no-tabs)
(#781) Unexpected tab character. (no-tabs)
(#782) Unexpected tab character. (no-tabs)
(#783) Unexpected tab character. (no-tabs)
(#784) Unexpected tab character. (no-tabs)
(#784) Expected space(s) after "while". (keyword-spacing)
(#785) Unexpected tab character. (no-tabs)
(#786) Unexpected tab character. (no-tabs)
(#787) Unexpected tab character. (no-tabs)
(#788) Unexpected tab character. (no-tabs)
(#789) Unexpected tab character. (no-tabs)
(#790) Unexpected tab character. (no-tabs)
(#790) Expected space(s) after "while". (keyword-spacing)
(#791) Unexpected tab character. (no-tabs)
(#792) Unexpected tab character. (no-tabs)
(#792) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#793) Unexpected tab character. (no-tabs)
(#794) Unexpected tab character. (no-tabs)
(#795) Unexpected tab character. (no-tabs)
(#795) Expected space(s) after "if". (keyword-spacing)
(#795) Use '===' to compare with null. (no-eq-null)
(#796) Unexpected tab character. (no-tabs)
(#796) A space is required after ','. (comma-spacing)
(#797) Unexpected tab character. (no-tabs)
(#797) Use '===' to compare with null. (no-eq-null)
(#798) Unexpected tab character. (no-tabs)
(#799) Unexpected tab character. (no-tabs)
(#800) Unexpected tab character. (no-tabs)
(#800) Identifier '_g_current' is not in camel case. (camelcase)
(#801) Unexpected tab character. (no-tabs)
(#801) Identifier '_g_array' is not in camel case. (camelcase)
(#802) Unexpected tab character. (no-tabs)
(#802) Expected space(s) after "while". (keyword-spacing)
(#802) Identifier '_g_current' is not in camel case. (camelcase)
(#802) Identifier '_g_array' is not in camel case. (camelcase)
(#803) Unexpected tab character. (no-tabs)
(#803) Identifier '_g_array' is not in camel case. (camelcase)
(#803) Identifier '_g_current' is not in camel case. (camelcase)
(#804) Unexpected tab character. (no-tabs)
(#805) Unexpected tab character. (no-tabs)
(#806) Unexpected tab character. (no-tabs)
(#807) Unexpected tab character. (no-tabs)
(#808) Unexpected tab character. (no-tabs)
(#809) Unexpected tab character. (no-tabs)
(#810) Unexpected tab character. (no-tabs)
(#810) Expected space(s) after "while". (keyword-spacing)
(#811) Unexpected tab character. (no-tabs)
(#812) Unexpected tab character. (no-tabs)
(#813) Unexpected tab character. (no-tabs)
(#814) Unexpected tab character. (no-tabs)
(#814) Expected space(s) after "if". (keyword-spacing)
(#814) Use '===' to compare with null. (no-eq-null)
(#815) Unexpected tab character. (no-tabs)
(#816) Unexpected tab character. (no-tabs)
(#817) Unexpected tab character. (no-tabs)
(#818) Unexpected tab character. (no-tabs)
(#819) Unexpected tab character. (no-tabs)
(#820) Unexpected tab character. (no-tabs)
(#820) Expected space(s) after "while". (keyword-spacing)
(#821) Unexpected tab character. (no-tabs)
(#822) Unexpected tab character. (no-tabs)
(#823) Unexpected tab character. (no-tabs)
(#823) Expected space(s) after "if". (keyword-spacing)
(#823) A space is required after ','. (comma-spacing)
(#824) Unexpected tab character. (no-tabs)
(#825) Unexpected tab character. (no-tabs)
(#826) This line has a length of 186. Maximum allowed is 132. (max-len)
(#826) Unexpected tab character. (no-tabs)
(#826) Identifier 'code_Code' is not in camel case. (camelcase)
(#826) A space is required after ','. (comma-spacing)
(#826) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#827) Unexpected tab character. (no-tabs)
(#828) Unexpected tab character. (no-tabs)
(#829) Unexpected tab character. (no-tabs)
(#830) Unexpected tab character. (no-tabs)
(#831) Unexpected tab character. (no-tabs)
(#831) Expected space(s) after "while". (keyword-spacing)
(#832) Unexpected tab character. (no-tabs)
(#833) Unexpected tab character. (no-tabs)
(#834) Unexpected tab character. (no-tabs)
(#834) Expected space(s) after "if". (keyword-spacing)
(#834) A space is required after ','. (comma-spacing)
(#835) Unexpected tab character. (no-tabs)
(#836) Unexpected tab character. (no-tabs)
(#837) This line has a length of 186. Maximum allowed is 132. (max-len)
(#837) Unexpected tab character. (no-tabs)
(#837) Identifier 'code_Code' is not in camel case. (camelcase)
(#837) A space is required after ','. (comma-spacing)
(#837) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#838) Unexpected tab character. (no-tabs)
(#839) Unexpected tab character. (no-tabs)
(#840) Unexpected tab character. (no-tabs)
(#841) Unexpected tab character. (no-tabs)
(#842) Unexpected tab character. (no-tabs)
(#843) Unexpected tab character. (no-tabs)
(#844) Unexpected tab character. (no-tabs)
(#844) A space is required after ','. (comma-spacing)
(#845) Unexpected tab character. (no-tabs)
(#845) Expected space(s) after "if". (keyword-spacing)
(#845) Use '===' to compare with null. (no-eq-null)
(#846) Unexpected tab character. (no-tabs)
(#847) Unexpected tab character. (no-tabs)
(#848) Unexpected tab character. (no-tabs)
(#849) Unexpected tab character. (no-tabs)
(#849) Expected space(s) after "if". (keyword-spacing)
(#849) A space is required after ','. (comma-spacing)
(#849) A space is required after ','. (comma-spacing)
(#850) Unexpected tab character. (no-tabs)
(#850) A space is required after ','. (comma-spacing)
(#850) A space is required after ','. (comma-spacing)
(#851) Unexpected tab character. (no-tabs)
(#851) Expected space(s) after "if". (keyword-spacing)
(#852) Unexpected tab character. (no-tabs)
(#853) Unexpected tab character. (no-tabs)
(#853) Expected space(s) after "if". (keyword-spacing)
(#854) Unexpected tab character. (no-tabs)
(#855) Unexpected tab character. (no-tabs)
(#855) Expected space(s) after "if". (keyword-spacing)
(#856) Unexpected tab character. (no-tabs)
(#857) Unexpected tab character. (no-tabs)
(#857) Expected space(s) after "if". (keyword-spacing)
(#858) Unexpected tab character. (no-tabs)
(#859) Unexpected tab character. (no-tabs)
(#859) Expected space(s) after "if". (keyword-spacing)
(#860) Unexpected tab character. (no-tabs)
(#861) Unexpected tab character. (no-tabs)
(#862) Unexpected tab character. (no-tabs)
(#863) Unexpected tab character. (no-tabs)
(#864) Unexpected tab character. (no-tabs)
(#865) Unexpected tab character. (no-tabs)
(#865) Identifier '$hx_exports' is not in camel case. (camelcase)
(#865) ["code"] is better written in dot notation. (dot-notation)
(#865) ["JavaCode"] is better written in dot notation. (dot-notation)
(#865) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#866) Unexpected tab character. (no-tabs)
(#866) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#867) Unexpected tab character. (no-tabs)
(#867) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#868) Unexpected tab character. (no-tabs)
(#869) Unexpected tab character. (no-tabs)
(#869) A constructor name should not start with a lowercase letter. (new-cap)
(#870) Unexpected tab character. (no-tabs)
(#871) Unexpected tab character. (no-tabs)
(#871) Expected space(s) after "while". (keyword-spacing)
(#872) Unexpected tab character. (no-tabs)
(#873) Unexpected tab character. (no-tabs)
(#873) Expected space(s) after "if". (keyword-spacing)
(#873) Identifier 'model_Association' is not in camel case. (camelcase)
(#873) Identifier 'js_Boot' is not in camel case. (camelcase)
(#873) There should be no space before ','. (comma-spacing)
(#874) Unexpected tab character. (no-tabs)
(#875) Unexpected tab character. (no-tabs)
(#875) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#876) Unexpected tab character. (no-tabs)
(#877) Unexpected tab character. (no-tabs)
(#878) Unexpected tab character. (no-tabs)
(#879) Unexpected tab character. (no-tabs)
(#880) Unexpected tab character. (no-tabs)
(#881) Unexpected tab character. (no-tabs)
(#882) Unexpected tab character. (no-tabs)
(#883) Unexpected tab character. (no-tabs)
(#883) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#884) Unexpected tab character. (no-tabs)
(#884) Expected space(s) after "if". (keyword-spacing)
(#885) Unexpected tab character. (no-tabs)
(#886) Unexpected tab character. (no-tabs)
(#887) This line has a length of 167. Maximum allowed is 132. (max-len)
(#887) Unexpected tab character. (no-tabs)
(#887) Use '===' to compare with null. (no-eq-null)
(#888) Unexpected tab character. (no-tabs)
(#889) Unexpected tab character. (no-tabs)
(#889) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#890) Unexpected tab character. (no-tabs)
(#890) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#891) Unexpected tab character. (no-tabs)
(#891) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#892) Unexpected tab character. (no-tabs)
(#893) Unexpected tab character. (no-tabs)
(#894) Unexpected tab character. (no-tabs)
(#895) Unexpected tab character. (no-tabs)
(#896) Unexpected tab character. (no-tabs)
(#897) Unexpected tab character. (no-tabs)
(#898) Unexpected tab character. (no-tabs)
(#899) Unexpected tab character. (no-tabs)
(#899) Expected space(s) after "while". (keyword-spacing)
(#900) Unexpected tab character. (no-tabs)
(#901) Unexpected tab character. (no-tabs)
(#902) This line has a length of 146. Maximum allowed is 132. (max-len)
(#902) Unexpected tab character. (no-tabs)
(#902) A space is required after ','. (comma-spacing)
(#903) This line has a length of 222. Maximum allowed is 132. (max-len)
(#903) Unexpected tab character. (no-tabs)
(#903) Expected space(s) after "if". (keyword-spacing)
(#903) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#903) A space is required after ','. (comma-spacing)
(#903) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#903) A space is required after ','. (comma-spacing)
(#904) Unexpected tab character. (no-tabs)
(#905) Unexpected tab character. (no-tabs)
(#906) Unexpected tab character. (no-tabs)
(#907) Unexpected tab character. (no-tabs)
(#908) Unexpected tab character. (no-tabs)
(#909) Unexpected tab character. (no-tabs)
(#909) Expected space(s) after "while". (keyword-spacing)
(#910) Unexpected tab character. (no-tabs)
(#911) Unexpected tab character. (no-tabs)
(#912) This line has a length of 146. Maximum allowed is 132. (max-len)
(#912) Unexpected tab character. (no-tabs)
(#912) A space is required after ','. (comma-spacing)
(#913) This line has a length of 222. Maximum allowed is 132. (max-len)
(#913) Unexpected tab character. (no-tabs)
(#913) Expected space(s) after "if". (keyword-spacing)
(#913) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#913) A space is required after ','. (comma-spacing)
(#913) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#913) A space is required after ','. (comma-spacing)
(#914) Unexpected tab character. (no-tabs)
(#915) Unexpected tab character. (no-tabs)
(#916) Unexpected tab character. (no-tabs)
(#917) Unexpected tab character. (no-tabs)
(#917) Expected space(s) after "if". (keyword-spacing)
(#917) Use '===' to compare with null. (no-eq-null)
(#917) A space is required after ','. (comma-spacing)
(#918) Unexpected tab character. (no-tabs)
(#919) Unexpected tab character. (no-tabs)
(#920) Unexpected tab character. (no-tabs)
(#921) Unexpected tab character. (no-tabs)
(#922) Unexpected tab character. (no-tabs)
(#923) Unexpected tab character. (no-tabs)
(#924) Unexpected tab character. (no-tabs)
(#925) Unexpected tab character. (no-tabs)
(#926) Unexpected tab character. (no-tabs)
(#927) Unexpected tab character. (no-tabs)
(#927) Expected space(s) after "while". (keyword-spacing)
(#928) Unexpected tab character. (no-tabs)
(#929) Unexpected tab character. (no-tabs)
(#930) This line has a length of 283. Maximum allowed is 132. (max-len)
(#930) Unexpected tab character. (no-tabs)
(#930) Do not nest ternary expressions. (no-nested-ternary)
(#930) Identifier 'model_Field' is not in camel case. (camelcase)
(#930) Identifier 'model_Field' is not in camel case. (camelcase)
(#930) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#931) Unexpected tab character. (no-tabs)
(#932) Unexpected tab character. (no-tabs)
(#933) Unexpected tab character. (no-tabs)
(#934) Unexpected tab character. (no-tabs)
(#934) Expected space(s) after "while". (keyword-spacing)
(#935) Unexpected tab character. (no-tabs)
(#936) Unexpected tab character. (no-tabs)
(#937) This line has a length of 283. Maximum allowed is 132. (max-len)
(#937) Unexpected tab character. (no-tabs)
(#937) Do not nest ternary expressions. (no-nested-ternary)
(#937) Identifier 'model_Field' is not in camel case. (camelcase)
(#937) Identifier 'model_Field' is not in camel case. (camelcase)
(#937) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#938) Unexpected tab character. (no-tabs)
(#939) Unexpected tab character. (no-tabs)
(#940) Unexpected tab character. (no-tabs)
(#941) Unexpected tab character. (no-tabs)
(#942) Unexpected tab character. (no-tabs)
(#943) Unexpected tab character. (no-tabs)
(#944) Unexpected tab character. (no-tabs)
(#944) A space is required after ','. (comma-spacing)
(#945) Unexpected tab character. (no-tabs)
(#945) Expected space(s) after "while". (keyword-spacing)
(#946) Unexpected tab character. (no-tabs)
(#947) Unexpected tab character. (no-tabs)
(#948) Unexpected tab character. (no-tabs)
(#949) Unexpected tab character. (no-tabs)
(#949) Expected space(s) after "while". (keyword-spacing)
(#950) Unexpected tab character. (no-tabs)
(#951) Unexpected tab character. (no-tabs)
(#952) This line has a length of 262. Maximum allowed is 132. (max-len)
(#952) Unexpected tab character. (no-tabs)
(#952) Do not nest ternary expressions. (no-nested-ternary)
(#952) Identifier 'model_Field' is not in camel case. (camelcase)
(#952) Identifier 'model_Field' is not in camel case. (camelcase)
(#953) Unexpected tab character. (no-tabs)
(#954) Unexpected tab character. (no-tabs)
(#955) Unexpected tab character. (no-tabs)
(#955) Expected space(s) after "while". (keyword-spacing)
(#956) Unexpected tab character. (no-tabs)
(#957) Unexpected tab character. (no-tabs)
(#957) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#958) Unexpected tab character. (no-tabs)
(#959) This line has a length of 151. Maximum allowed is 132. (max-len)
(#959) Unexpected tab character. (no-tabs)
(#959) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#960) Unexpected tab character. (no-tabs)
(#960) Expected space(s) after "if". (keyword-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#960) A space is required after ','. (comma-spacing)
(#961) Unexpected tab character. (no-tabs)
(#961) Identifier 'code_Code' is not in camel case. (camelcase)
(#962) Unexpected tab character. (no-tabs)
(#962) Expected space(s) after "if". (keyword-spacing)
(#962) Use '===' to compare with null. (no-eq-null)
(#963) Unexpected tab character. (no-tabs)
(#963) Expected space(s) after "if". (keyword-spacing)
(#963) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#963) A space is required after ','. (comma-spacing)
(#963) A space is required after ','. (comma-spacing)
(#964) Unexpected tab character. (no-tabs)
(#965) Unexpected tab character. (no-tabs)
(#966) Unexpected tab character. (no-tabs)
(#966) Expected space(s) after "if". (keyword-spacing)
(#966) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#966) A space is required after ','. (comma-spacing)
(#966) A space is required after ','. (comma-spacing)
(#967) Unexpected tab character. (no-tabs)
(#968) Unexpected tab character. (no-tabs)
(#969) Unexpected tab character. (no-tabs)
(#970) Unexpected tab character. (no-tabs)
(#971) Unexpected tab character. (no-tabs)
(#972) This line has a length of 169. Maximum allowed is 132. (max-len)
(#972) Unexpected tab character. (no-tabs)
(#972) Expected space(s) after "if". (keyword-spacing)
(#972) A space is required after ','. (comma-spacing)
(#972) A space is required after ','. (comma-spacing)
(#972) A space is required after ','. (comma-spacing)
(#972) A space is required after ','. (comma-spacing)
(#973) Unexpected tab character. (no-tabs)
(#974) Unexpected tab character. (no-tabs)
(#974) Expected space(s) after "if". (keyword-spacing)
(#974) Use '===' to compare with null. (no-eq-null)
(#975) This line has a length of 188. Maximum allowed is 132. (max-len)
(#975) Unexpected tab character. (no-tabs)
(#975) A space is required after ','. (comma-spacing)
(#975) A space is required after ','. (comma-spacing)
(#976) Unexpected tab character. (no-tabs)
(#977) Unexpected tab character. (no-tabs)
(#978) Unexpected tab character. (no-tabs)
(#978) Expected space(s) after "if". (keyword-spacing)
(#979) Unexpected tab character. (no-tabs)
(#979) Identifier 'code_Code' is not in camel case. (camelcase)
(#979) A space is required after ','. (comma-spacing)
(#980) Unexpected tab character. (no-tabs)
(#981) Unexpected tab character. (no-tabs)
(#982) Unexpected tab character. (no-tabs)
(#983) Unexpected tab character. (no-tabs)
(#984) Unexpected tab character. (no-tabs)
(#985) Unexpected tab character. (no-tabs)
(#986) Unexpected tab character. (no-tabs)
(#987) Unexpected tab character. (no-tabs)
(#988) Unexpected tab character. (no-tabs)
(#989) Unexpected tab character. (no-tabs)
(#990) Unexpected tab character. (no-tabs)
(#990) Expected space(s) after "while". (keyword-spacing)
(#991) Unexpected tab character. (no-tabs)
(#992) Unexpected tab character. (no-tabs)
(#993) Unexpected tab character. (no-tabs)
(#994) Unexpected tab character. (no-tabs)
(#995) Unexpected tab character. (no-tabs)
(#995) Expected space(s) after "while". (keyword-spacing)
(#996) Unexpected tab character. (no-tabs)
(#997) Unexpected tab character. (no-tabs)
(#997) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#998) Unexpected tab character. (no-tabs)
(#999) Unexpected tab character. (no-tabs)
(#1000) Unexpected tab character. (no-tabs)
(#1000) Expected space(s) after "if". (keyword-spacing)
(#1000) Use '===' to compare with null. (no-eq-null)
(#1001) Unexpected tab character. (no-tabs)
(#1001) A space is required after ','. (comma-spacing)
(#1002) Unexpected tab character. (no-tabs)
(#1002) Use '===' to compare with null. (no-eq-null)
(#1003) Unexpected tab character. (no-tabs)
(#1004) Unexpected tab character. (no-tabs)
(#1005) Unexpected tab character. (no-tabs)
(#1005) Identifier '_g_current' is not in camel case. (camelcase)
(#1006) Unexpected tab character. (no-tabs)
(#1006) Identifier '_g_array' is not in camel case. (camelcase)
(#1007) Unexpected tab character. (no-tabs)
(#1007) Expected space(s) after "while". (keyword-spacing)
(#1007) Identifier '_g_current' is not in camel case. (camelcase)
(#1007) Identifier '_g_array' is not in camel case. (camelcase)
(#1008) Unexpected tab character. (no-tabs)
(#1008) Identifier '_g_array' is not in camel case. (camelcase)
(#1008) Identifier '_g_current' is not in camel case. (camelcase)
(#1009) Unexpected tab character. (no-tabs)
(#1010) Unexpected tab character. (no-tabs)
(#1011) Unexpected tab character. (no-tabs)
(#1012) Unexpected tab character. (no-tabs)
(#1013) Unexpected tab character. (no-tabs)
(#1014) Unexpected tab character. (no-tabs)
(#1015) Unexpected tab character. (no-tabs)
(#1015) Expected space(s) after "while". (keyword-spacing)
(#1016) Unexpected tab character. (no-tabs)
(#1017) Unexpected tab character. (no-tabs)
(#1018) Unexpected tab character. (no-tabs)
(#1019) Unexpected tab character. (no-tabs)
(#1019) Expected space(s) after "if". (keyword-spacing)
(#1019) Use '===' to compare with null. (no-eq-null)
(#1020) Unexpected tab character. (no-tabs)
(#1021) Unexpected tab character. (no-tabs)
(#1022) Unexpected tab character. (no-tabs)
(#1023) Unexpected tab character. (no-tabs)
(#1024) Unexpected tab character. (no-tabs)
(#1025) Unexpected tab character. (no-tabs)
(#1025) Expected space(s) after "while". (keyword-spacing)
(#1026) Unexpected tab character. (no-tabs)
(#1027) Unexpected tab character. (no-tabs)
(#1028) Unexpected tab character. (no-tabs)
(#1028) Expected space(s) after "if". (keyword-spacing)
(#1028) A space is required after ','. (comma-spacing)
(#1029) Unexpected tab character. (no-tabs)
(#1030) Unexpected tab character. (no-tabs)
(#1031) This line has a length of 133. Maximum allowed is 132. (max-len)
(#1031) Unexpected tab character. (no-tabs)
(#1031) Identifier 'code_Code' is not in camel case. (camelcase)
(#1031) A space is required after ','. (comma-spacing)
(#1032) Unexpected tab character. (no-tabs)
(#1033) Unexpected tab character. (no-tabs)
(#1034) Unexpected tab character. (no-tabs)
(#1035) Unexpected tab character. (no-tabs)
(#1036) Unexpected tab character. (no-tabs)
(#1036) Expected space(s) after "while". (keyword-spacing)
(#1037) Unexpected tab character. (no-tabs)
(#1038) Unexpected tab character. (no-tabs)
(#1039) Unexpected tab character. (no-tabs)
(#1039) Expected space(s) after "if". (keyword-spacing)
(#1039) A space is required after ','. (comma-spacing)
(#1040) Unexpected tab character. (no-tabs)
(#1041) Unexpected tab character. (no-tabs)
(#1042) This line has a length of 133. Maximum allowed is 132. (max-len)
(#1042) Unexpected tab character. (no-tabs)
(#1042) Identifier 'code_Code' is not in camel case. (camelcase)
(#1042) A space is required after ','. (comma-spacing)
(#1043) Unexpected tab character. (no-tabs)
(#1044) Unexpected tab character. (no-tabs)
(#1045) Unexpected tab character. (no-tabs)
(#1046) Unexpected tab character. (no-tabs)
(#1047) Unexpected tab character. (no-tabs)
(#1048) Unexpected tab character. (no-tabs)
(#1049) Unexpected tab character. (no-tabs)
(#1050) Unexpected tab character. (no-tabs)
(#1051) Unexpected tab character. (no-tabs)
(#1051) Expected space(s) after "if". (keyword-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1051) A space is required after ','. (comma-spacing)
(#1052) Unexpected tab character. (no-tabs)
(#1052) A space is required after ','. (comma-spacing)
(#1052) A space is required after ','. (comma-spacing)
(#1053) Unexpected tab character. (no-tabs)
(#1053) Expected space(s) after "if". (keyword-spacing)
(#1054) Unexpected tab character. (no-tabs)
(#1055) Unexpected tab character. (no-tabs)
(#1055) Expected space(s) after "if". (keyword-spacing)
(#1056) Unexpected tab character. (no-tabs)
(#1057) Unexpected tab character. (no-tabs)
(#1057) Expected space(s) after "if". (keyword-spacing)
(#1058) Unexpected tab character. (no-tabs)
(#1059) Unexpected tab character. (no-tabs)
(#1059) Expected space(s) after "if". (keyword-spacing)
(#1060) Unexpected tab character. (no-tabs)
(#1061) Unexpected tab character. (no-tabs)
(#1062) Unexpected tab character. (no-tabs)
(#1063) Unexpected tab character. (no-tabs)
(#1064) Unexpected tab character. (no-tabs)
(#1065) Unexpected tab character. (no-tabs)
(#1065) Identifier '$hx_exports' is not in camel case. (camelcase)
(#1065) ["code"] is better written in dot notation. (dot-notation)
(#1065) ["PhpCode"] is better written in dot notation. (dot-notation)
(#1065) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#1066) Unexpected tab character. (no-tabs)
(#1066) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#1067) Unexpected tab character. (no-tabs)
(#1067) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1068) Unexpected tab character. (no-tabs)
(#1069) Unexpected tab character. (no-tabs)
(#1069) A constructor name should not start with a lowercase letter. (new-cap)
(#1070) Unexpected tab character. (no-tabs)
(#1071) Unexpected tab character. (no-tabs)
(#1071) Expected space(s) after "while". (keyword-spacing)
(#1072) Unexpected tab character. (no-tabs)
(#1073) Unexpected tab character. (no-tabs)
(#1073) Expected space(s) after "if". (keyword-spacing)
(#1073) Identifier 'model_Association' is not in camel case. (camelcase)
(#1073) Identifier 'js_Boot' is not in camel case. (camelcase)
(#1073) There should be no space before ','. (comma-spacing)
(#1074) Unexpected tab character. (no-tabs)
(#1075) Unexpected tab character. (no-tabs)
(#1075) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1076) Unexpected tab character. (no-tabs)
(#1077) Unexpected tab character. (no-tabs)
(#1078) Unexpected tab character. (no-tabs)
(#1079) Unexpected tab character. (no-tabs)
(#1080) Unexpected tab character. (no-tabs)
(#1081) Unexpected tab character. (no-tabs)
(#1082) Unexpected tab character. (no-tabs)
(#1083) Unexpected tab character. (no-tabs)
(#1083) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1084) Unexpected tab character. (no-tabs)
(#1084) Expected space(s) after "if". (keyword-spacing)
(#1085) Unexpected tab character. (no-tabs)
(#1085) Use '===' to compare with null. (no-eq-null)
(#1086) Unexpected tab character. (no-tabs)
(#1087) Unexpected tab character. (no-tabs)
(#1087) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1088) Unexpected tab character. (no-tabs)
(#1088) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1089) Unexpected tab character. (no-tabs)
(#1089) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1090) Unexpected tab character. (no-tabs)
(#1091) Unexpected tab character. (no-tabs)
(#1092) Unexpected tab character. (no-tabs)
(#1093) Unexpected tab character. (no-tabs)
(#1094) Unexpected tab character. (no-tabs)
(#1095) Unexpected tab character. (no-tabs)
(#1096) Unexpected tab character. (no-tabs)
(#1097) Unexpected tab character. (no-tabs)
(#1097) A space is required after ','. (comma-spacing)
(#1098) Unexpected tab character. (no-tabs)
(#1098) Expected space(s) after "while". (keyword-spacing)
(#1099) Unexpected tab character. (no-tabs)
(#1100) Unexpected tab character. (no-tabs)
(#1101) Unexpected tab character. (no-tabs)
(#1102) Unexpected tab character. (no-tabs)
(#1102) Expected space(s) after "while". (keyword-spacing)
(#1103) Unexpected tab character. (no-tabs)
(#1104) Unexpected tab character. (no-tabs)
(#1105) Unexpected tab character. (no-tabs)
(#1105) Expected space(s) after "if". (keyword-spacing)
(#1105) A space is required after ','. (comma-spacing)
(#1105) A space is required after ','. (comma-spacing)
(#1106) Unexpected tab character. (no-tabs)
(#1106) Expected space(s) after "if". (keyword-spacing)
(#1106) A space is required after ','. (comma-spacing)
(#1107) Unexpected tab character. (no-tabs)
(#1108) Unexpected tab character. (no-tabs)
(#1109) Unexpected tab character. (no-tabs)
(#1109) A space is required after ','. (comma-spacing)
(#1110) Unexpected tab character. (no-tabs)
(#1110) Expected space(s) after "if". (keyword-spacing)
(#1110) A space is required after ','. (comma-spacing)
(#1111) Unexpected tab character. (no-tabs)
(#1112) Unexpected tab character. (no-tabs)
(#1113) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1113) Unexpected tab character. (no-tabs)
(#1113) Expected space(s) after "if". (keyword-spacing)
(#1113) A space is required after ','. (comma-spacing)
(#1113) A space is required after ','. (comma-spacing)
(#1113) A space is required after ','. (comma-spacing)
(#1114) Unexpected tab character. (no-tabs)
(#1115) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1115) Unexpected tab character. (no-tabs)
(#1115) Expected space(s) after "if". (keyword-spacing)
(#1115) A space is required after ','. (comma-spacing)
(#1115) A space is required after ','. (comma-spacing)
(#1115) A space is required after ','. (comma-spacing)
(#1116) Unexpected tab character. (no-tabs)
(#1117) This line has a length of 142. Maximum allowed is 132. (max-len)
(#1117) Unexpected tab character. (no-tabs)
(#1117) Expected space(s) after "if". (keyword-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1117) A space is required after ','. (comma-spacing)
(#1118) Unexpected tab character. (no-tabs)
(#1119) This line has a length of 226. Maximum allowed is 132. (max-len)
(#1119) Unexpected tab character. (no-tabs)
(#1119) Expected space(s) after "if". (keyword-spacing)
(#1119) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1119) A space is required after ','. (comma-spacing)
(#1119) A space is required after ','. (comma-spacing)
(#1120) Unexpected tab character. (no-tabs)
(#1121) Unexpected tab character. (no-tabs)
(#1122) Unexpected tab character. (no-tabs)
(#1123) Unexpected tab character. (no-tabs)
(#1124) This line has a length of 147. Maximum allowed is 132. (max-len)
(#1124) Unexpected tab character. (no-tabs)
(#1124) Expected space(s) after "if". (keyword-spacing)
(#1124) Use '===' to compare with null. (no-eq-null)
(#1124) A space is required after ','. (comma-spacing)
(#1125) Unexpected tab character. (no-tabs)
(#1126) Unexpected tab character. (no-tabs)
(#1127) Unexpected tab character. (no-tabs)
(#1127) Expected space(s) after "if". (keyword-spacing)
(#1127) A space is required after ','. (comma-spacing)
(#1128) Unexpected tab character. (no-tabs)
(#1128) Expected space(s) after "if". (keyword-spacing)
(#1129) Unexpected tab character. (no-tabs)
(#1130) Unexpected tab character. (no-tabs)
(#1131) Unexpected tab character. (no-tabs)
(#1132) Unexpected tab character. (no-tabs)
(#1133) Unexpected tab character. (no-tabs)
(#1133) A space is required after ','. (comma-spacing)
(#1134) Unexpected tab character. (no-tabs)
(#1135) Unexpected tab character. (no-tabs)
(#1136) Unexpected tab character. (no-tabs)
(#1137) Unexpected tab character. (no-tabs)
(#1138) Unexpected tab character. (no-tabs)
(#1139) Unexpected tab character. (no-tabs)
(#1140) Unexpected tab character. (no-tabs)
(#1141) Unexpected tab character. (no-tabs)
(#1142) Unexpected tab character. (no-tabs)
(#1143) Unexpected tab character. (no-tabs)
(#1144) Unexpected tab character. (no-tabs)
(#1145) Unexpected tab character. (no-tabs)
(#1146) Unexpected tab character. (no-tabs)
(#1146) Expected space(s) after "while". (keyword-spacing)
(#1147) Unexpected tab character. (no-tabs)
(#1148) Unexpected tab character. (no-tabs)
(#1149) This line has a length of 258. Maximum allowed is 132. (max-len)
(#1149) Unexpected tab character. (no-tabs)
(#1149) Identifier 'model_Field' is not in camel case. (camelcase)
(#1149) Identifier 'model_Field' is not in camel case. (camelcase)
(#1149) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1150) Unexpected tab character. (no-tabs)
(#1151) Unexpected tab character. (no-tabs)
(#1152) Unexpected tab character. (no-tabs)
(#1153) Unexpected tab character. (no-tabs)
(#1153) Expected space(s) after "while". (keyword-spacing)
(#1154) Unexpected tab character. (no-tabs)
(#1155) Unexpected tab character. (no-tabs)
(#1156) This line has a length of 258. Maximum allowed is 132. (max-len)
(#1156) Unexpected tab character. (no-tabs)
(#1156) Identifier 'model_Field' is not in camel case. (camelcase)
(#1156) Identifier 'model_Field' is not in camel case. (camelcase)
(#1156) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1157) Unexpected tab character. (no-tabs)
(#1158) Unexpected tab character. (no-tabs)
(#1159) Unexpected tab character. (no-tabs)
(#1160) Unexpected tab character. (no-tabs)
(#1160) Static method 'generateMethods' has a complexity of 25. Maximum allowed is 20. (complexity)
(#1161) Unexpected tab character. (no-tabs)
(#1162) Unexpected tab character. (no-tabs)
(#1163) Unexpected tab character. (no-tabs)
(#1163) A space is required after ','. (comma-spacing)
(#1164) Unexpected tab character. (no-tabs)
(#1164) Expected space(s) after "while". (keyword-spacing)
(#1165) Unexpected tab character. (no-tabs)
(#1166) Unexpected tab character. (no-tabs)
(#1167) Unexpected tab character. (no-tabs)
(#1168) Unexpected tab character. (no-tabs)
(#1168) Expected space(s) after "while". (keyword-spacing)
(#1169) Unexpected tab character. (no-tabs)
(#1170) Unexpected tab character. (no-tabs)
(#1171) Unexpected tab character. (no-tabs)
(#1172) Unexpected tab character. (no-tabs)
(#1173) Unexpected tab character. (no-tabs)
(#1173) Expected space(s) after "while". (keyword-spacing)
(#1174) Unexpected tab character. (no-tabs)
(#1175) Unexpected tab character. (no-tabs)
(#1175) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1176) Unexpected tab character. (no-tabs)
(#1177) Unexpected tab character. (no-tabs)
(#1178) Unexpected tab character. (no-tabs)
(#1178) Expected space(s) after "if". (keyword-spacing)
(#1179) Unexpected tab character. (no-tabs)
(#1179) A space is required after ','. (comma-spacing)
(#1179) A space is required after ','. (comma-spacing)
(#1180) Unexpected tab character. (no-tabs)
(#1181) This line has a length of 307. Maximum allowed is 132. (max-len)
(#1181) Unexpected tab character. (no-tabs)
(#1181) Identifier 'model_Field' is not in camel case. (camelcase)
(#1181) Identifier 'model_Field' is not in camel case. (camelcase)
(#1181) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1182) Unexpected tab character. (no-tabs)
(#1182) Expected space(s) after "if". (keyword-spacing)
(#1182) A space is required after ','. (comma-spacing)
(#1182) A space is required after ','. (comma-spacing)
(#1182) A space is required after ','. (comma-spacing)
(#1182) A space is required after ','. (comma-spacing)
(#1183) Unexpected tab character. (no-tabs)
(#1183) Identifier 'code_Code' is not in camel case. (camelcase)
(#1184) Unexpected tab character. (no-tabs)
(#1184) Expected space(s) after "if". (keyword-spacing)
(#1184) Use '===' to compare with null. (no-eq-null)
(#1185) Unexpected tab character. (no-tabs)
(#1185) Expected space(s) after "if". (keyword-spacing)
(#1185) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1185) A space is required after ','. (comma-spacing)
(#1185) A space is required after ','. (comma-spacing)
(#1186) This line has a length of 220. Maximum allowed is 132. (max-len)
(#1186) Unexpected tab character. (no-tabs)
(#1186) Identifier 'model_Field' is not in camel case. (camelcase)
(#1186) Identifier 'model_Field' is not in camel case. (camelcase)
(#1187) Unexpected tab character. (no-tabs)
(#1188) This line has a length of 269. Maximum allowed is 132. (max-len)
(#1188) Unexpected tab character. (no-tabs)
(#1188) Identifier 'model_Field' is not in camel case. (camelcase)
(#1188) Identifier 'model_Field' is not in camel case. (camelcase)
(#1188) A space is required after ','. (comma-spacing)
(#1188) A space is required after ','. (comma-spacing)
(#1189) Unexpected tab character. (no-tabs)
(#1190) This line has a length of 169. Maximum allowed is 132. (max-len)
(#1190) Unexpected tab character. (no-tabs)
(#1190) Expected space(s) after "if". (keyword-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1190) A space is required after ','. (comma-spacing)
(#1191) Unexpected tab character. (no-tabs)
(#1192) Unexpected tab character. (no-tabs)
(#1192) Expected space(s) after "if". (keyword-spacing)
(#1192) Use '===' to compare with null. (no-eq-null)
(#1193) This line has a length of 300. Maximum allowed is 132. (max-len)
(#1193) Unexpected tab character. (no-tabs)
(#1193) Identifier 'model_Field' is not in camel case. (camelcase)
(#1193) Identifier 'model_Field' is not in camel case. (camelcase)
(#1193) A space is required after ','. (comma-spacing)
(#1193) A space is required after ','. (comma-spacing)
(#1194) Unexpected tab character. (no-tabs)
(#1195) Unexpected tab character. (no-tabs)
(#1196) Unexpected tab character. (no-tabs)
(#1196) Expected space(s) after "if". (keyword-spacing)
(#1197) Unexpected tab character. (no-tabs)
(#1197) Identifier 'code_Code' is not in camel case. (camelcase)
(#1197) A space is required after ','. (comma-spacing)
(#1198) Unexpected tab character. (no-tabs)
(#1199) Unexpected tab character. (no-tabs)
(#1200) Unexpected tab character. (no-tabs)
(#1201) Unexpected tab character. (no-tabs)
(#1202) Unexpected tab character. (no-tabs)
(#1203) Unexpected tab character. (no-tabs)
(#1204) Unexpected tab character. (no-tabs)
(#1205) Unexpected tab character. (no-tabs)
(#1206) Unexpected tab character. (no-tabs)
(#1207) Unexpected tab character. (no-tabs)
(#1207) Expected space(s) after "if". (keyword-spacing)
(#1208) Unexpected tab character. (no-tabs)
(#1209) Unexpected tab character. (no-tabs)
(#1210) Unexpected tab character. (no-tabs)
(#1211) Unexpected tab character. (no-tabs)
(#1212) Unexpected tab character. (no-tabs)
(#1212) Expected space(s) after "while". (keyword-spacing)
(#1213) Unexpected tab character. (no-tabs)
(#1214) Unexpected tab character. (no-tabs)
(#1214) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1215) Unexpected tab character. (no-tabs)
(#1216) Unexpected tab character. (no-tabs)
(#1217) Unexpected tab character. (no-tabs)
(#1217) A space is required after ','. (comma-spacing)
(#1217) A space is required after ','. (comma-spacing)
(#1218) Unexpected tab character. (no-tabs)
(#1219) Unexpected tab character. (no-tabs)
(#1219) Expected space(s) after "if". (keyword-spacing)
(#1219) Use '===' to compare with null. (no-eq-null)
(#1220) Unexpected tab character. (no-tabs)
(#1220) A space is required after ','. (comma-spacing)
(#1221) Unexpected tab character. (no-tabs)
(#1221) Use '===' to compare with null. (no-eq-null)
(#1222) Unexpected tab character. (no-tabs)
(#1223) Unexpected tab character. (no-tabs)
(#1224) Unexpected tab character. (no-tabs)
(#1224) Identifier '_g_current' is not in camel case. (camelcase)
(#1225) Unexpected tab character. (no-tabs)
(#1225) Identifier '_g_array' is not in camel case. (camelcase)
(#1226) Unexpected tab character. (no-tabs)
(#1226) Expected space(s) after "while". (keyword-spacing)
(#1226) Identifier '_g_current' is not in camel case. (camelcase)
(#1226) Identifier '_g_array' is not in camel case. (camelcase)
(#1227) Unexpected tab character. (no-tabs)
(#1227) Identifier '_g_array' is not in camel case. (camelcase)
(#1227) Identifier '_g_current' is not in camel case. (camelcase)
(#1228) Unexpected tab character. (no-tabs)
(#1229) Unexpected tab character. (no-tabs)
(#1230) Unexpected tab character. (no-tabs)
(#1231) Unexpected tab character. (no-tabs)
(#1232) Unexpected tab character. (no-tabs)
(#1233) Unexpected tab character. (no-tabs)
(#1234) Unexpected tab character. (no-tabs)
(#1235) Unexpected tab character. (no-tabs)
(#1235) Expected space(s) after "while". (keyword-spacing)
(#1236) Unexpected tab character. (no-tabs)
(#1237) Unexpected tab character. (no-tabs)
(#1238) Unexpected tab character. (no-tabs)
(#1239) Unexpected tab character. (no-tabs)
(#1239) Expected space(s) after "if". (keyword-spacing)
(#1239) Use '===' to compare with null. (no-eq-null)
(#1240) This line has a length of 212. Maximum allowed is 132. (max-len)
(#1240) Unexpected tab character. (no-tabs)
(#1240) Identifier 'model_Field' is not in camel case. (camelcase)
(#1240) Identifier 'model_Field' is not in camel case. (camelcase)
(#1241) Unexpected tab character. (no-tabs)
(#1242) Unexpected tab character. (no-tabs)
(#1243) Unexpected tab character. (no-tabs)
(#1244) Unexpected tab character. (no-tabs)
(#1245) Unexpected tab character. (no-tabs)
(#1246) Unexpected tab character. (no-tabs)
(#1246) Expected space(s) after "while". (keyword-spacing)
(#1247) Unexpected tab character. (no-tabs)
(#1248) Unexpected tab character. (no-tabs)
(#1249) Unexpected tab character. (no-tabs)
(#1249) Expected space(s) after "if". (keyword-spacing)
(#1249) A space is required after ','. (comma-spacing)
(#1250) Unexpected tab character. (no-tabs)
(#1251) Unexpected tab character. (no-tabs)
(#1252) This line has a length of 251. Maximum allowed is 132. (max-len)
(#1252) Unexpected tab character. (no-tabs)
(#1252) Identifier 'model_Field' is not in camel case. (camelcase)
(#1252) Identifier 'model_Field' is not in camel case. (camelcase)
(#1252) Identifier 'code_Code' is not in camel case. (camelcase)
(#1252) A space is required after ','. (comma-spacing)
(#1252) A space is required after ','. (comma-spacing)
(#1253) Unexpected tab character. (no-tabs)
(#1254) Unexpected tab character. (no-tabs)
(#1255) Unexpected tab character. (no-tabs)
(#1256) Unexpected tab character. (no-tabs)
(#1257) Unexpected tab character. (no-tabs)
(#1258) Unexpected tab character. (no-tabs)
(#1258) Expected space(s) after "while". (keyword-spacing)
(#1259) Unexpected tab character. (no-tabs)
(#1260) Unexpected tab character. (no-tabs)
(#1261) Unexpected tab character. (no-tabs)
(#1261) Expected space(s) after "if". (keyword-spacing)
(#1261) A space is required after ','. (comma-spacing)
(#1262) Unexpected tab character. (no-tabs)
(#1263) Unexpected tab character. (no-tabs)
(#1264) This line has a length of 251. Maximum allowed is 132. (max-len)
(#1264) Unexpected tab character. (no-tabs)
(#1264) Identifier 'model_Field' is not in camel case. (camelcase)
(#1264) Identifier 'model_Field' is not in camel case. (camelcase)
(#1264) Identifier 'code_Code' is not in camel case. (camelcase)
(#1264) A space is required after ','. (comma-spacing)
(#1264) A space is required after ','. (comma-spacing)
(#1265) Unexpected tab character. (no-tabs)
(#1266) Unexpected tab character. (no-tabs)
(#1267) Unexpected tab character. (no-tabs)
(#1268) Unexpected tab character. (no-tabs)
(#1268) Expected space(s) after "if". (keyword-spacing)
(#1269) Unexpected tab character. (no-tabs)
(#1270) Unexpected tab character. (no-tabs)
(#1271) Unexpected tab character. (no-tabs)
(#1272) Unexpected tab character. (no-tabs)
(#1273) Unexpected tab character. (no-tabs)
(#1274) Unexpected tab character. (no-tabs)
(#1275) Unexpected tab character. (no-tabs)
(#1276) Unexpected tab character. (no-tabs)
(#1276) Expected space(s) after "if". (keyword-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1276) A space is required after ','. (comma-spacing)
(#1277) Unexpected tab character. (no-tabs)
(#1277) A space is required after ','. (comma-spacing)
(#1277) A space is required after ','. (comma-spacing)
(#1278) Unexpected tab character. (no-tabs)
(#1278) Expected space(s) after "if". (keyword-spacing)
(#1279) Unexpected tab character. (no-tabs)
(#1280) This line has a length of 165. Maximum allowed is 132. (max-len)
(#1280) Unexpected tab character. (no-tabs)
(#1280) Expected space(s) after "if". (keyword-spacing)
(#1281) Unexpected tab character. (no-tabs)
(#1282) Unexpected tab character. (no-tabs)
(#1283) Unexpected tab character. (no-tabs)
(#1284) Unexpected tab character. (no-tabs)
(#1285) Unexpected tab character. (no-tabs)
(#1286) Unexpected tab character. (no-tabs)
(#1286) Identifier '$hx_exports' is not in camel case. (camelcase)
(#1286) ["code"] is better written in dot notation. (dot-notation)
(#1286) ["PythonCode"] is better written in dot notation. (dot-notation)
(#1286) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1287) Unexpected tab character. (no-tabs)
(#1287) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#1288) Unexpected tab character. (no-tabs)
(#1288) Identifier 'database_DBMariaDB' is not in camel case. (camelcase)
(#1289) Unexpected tab character. (no-tabs)
(#1290) Unexpected tab character. (no-tabs)
(#1291) Unexpected tab character. (no-tabs)
(#1292) Unexpected tab character. (no-tabs)
(#1293) Unexpected tab character. (no-tabs)
(#1293) Identifier 'r_h' is not in camel case. (camelcase)
(#1294) Unexpected tab character. (no-tabs)
(#1294) Identifier 'r_keys' is not in camel case. (camelcase)
(#1295) Unexpected tab character. (no-tabs)
(#1295) Identifier 'r_length' is not in camel case. (camelcase)
(#1295) Identifier 'r_keys' is not in camel case. (camelcase)
(#1296) Unexpected tab character. (no-tabs)
(#1296) Identifier 'r_current' is not in camel case. (camelcase)
(#1297) Unexpected tab character. (no-tabs)
(#1297) Expected space(s) after "while". (keyword-spacing)
(#1297) Identifier 'r_current' is not in camel case. (camelcase)
(#1297) Identifier 'r_length' is not in camel case. (camelcase)
(#1298) Unexpected tab character. (no-tabs)
(#1298) Identifier 'r_h' is not in camel case. (camelcase)
(#1298) Identifier 'r_keys' is not in camel case. (camelcase)
(#1298) Identifier 'r_current' is not in camel case. (camelcase)
(#1299) Unexpected tab character. (no-tabs)
(#1300) Unexpected tab character. (no-tabs)
(#1301) Unexpected tab character. (no-tabs)
(#1302) Unexpected tab character. (no-tabs)
(#1303) Unexpected tab character. (no-tabs)
(#1304) Unexpected tab character. (no-tabs)
(#1304) Expected space(s) after "while". (keyword-spacing)
(#1305) Unexpected tab character. (no-tabs)
(#1306) Unexpected tab character. (no-tabs)
(#1307) Unexpected tab character. (no-tabs)
(#1307) A space is required after ','. (comma-spacing)
(#1308) Unexpected tab character. (no-tabs)
(#1309) Unexpected tab character. (no-tabs)
(#1310) Unexpected tab character. (no-tabs)
(#1310) Expected space(s) after "if". (keyword-spacing)
(#1311) Unexpected tab character. (no-tabs)
(#1312) Unexpected tab character. (no-tabs)
(#1313) Unexpected tab character. (no-tabs)
(#1314) Unexpected tab character. (no-tabs)
(#1315) Unexpected tab character. (no-tabs)
(#1316) Unexpected tab character. (no-tabs)
(#1316) Expected space(s) after "if". (keyword-spacing)
(#1317) Unexpected tab character. (no-tabs)
(#1317) Expected space(s) after "if". (keyword-spacing)
(#1318) Unexpected tab character. (no-tabs)
(#1319) Unexpected tab character. (no-tabs)
(#1320) Unexpected tab character. (no-tabs)
(#1321) Unexpected tab character. (no-tabs)
(#1322) Unexpected tab character. (no-tabs)
(#1323) Unexpected tab character. (no-tabs)
(#1324) Unexpected tab character. (no-tabs)
(#1325) Unexpected tab character. (no-tabs)
(#1326) Unexpected tab character. (no-tabs)
(#1326) Expected space(s) after "if". (keyword-spacing)
(#1327) Unexpected tab character. (no-tabs)
(#1328) Unexpected tab character. (no-tabs)
(#1329) Unexpected tab character. (no-tabs)
(#1329) Expected space(s) after "if". (keyword-spacing)
(#1329) Use '===' to compare with null. (no-eq-null)
(#1330) This line has a length of 152. Maximum allowed is 132. (max-len)
(#1330) Unexpected tab character. (no-tabs)
(#1331) Unexpected tab character. (no-tabs)
(#1332) Unexpected tab character. (no-tabs)
(#1333) Unexpected tab character. (no-tabs)
(#1333) Expected space(s) after "if". (keyword-spacing)
(#1334) Unexpected tab character. (no-tabs)
(#1335) Unexpected tab character. (no-tabs)
(#1336) Unexpected tab character. (no-tabs)
(#1337) Unexpected tab character. (no-tabs)
(#1338) Unexpected tab character. (no-tabs)
(#1339) Unexpected tab character. (no-tabs)
(#1340) Unexpected tab character. (no-tabs)
(#1341) Unexpected tab character. (no-tabs)
(#1342) Unexpected tab character. (no-tabs)
(#1342) Identifier '$hx_exports' is not in camel case. (camelcase)
(#1342) ["database"] is better written in dot notation. (dot-notation)
(#1342) ["DBMariaDB"] is better written in dot notation. (dot-notation)
(#1342) Identifier 'database_DBMariaDB' is not in camel case. (camelcase)
(#1343) Unexpected tab character. (no-tabs)
(#1343) Identifier 'database_DBMariaDB' is not in camel case. (camelcase)
(#1344) Unexpected tab character. (no-tabs)
(#1344) Identifier 'database_DBPostgreSQL' is not in camel case. (camelcase)
(#1345) Unexpected tab character. (no-tabs)
(#1346) Unexpected tab character. (no-tabs)
(#1347) Unexpected tab character. (no-tabs)
(#1348) Unexpected tab character. (no-tabs)
(#1349) Unexpected tab character. (no-tabs)
(#1349) Identifier 'r_h' is not in camel case. (camelcase)
(#1350) Unexpected tab character. (no-tabs)
(#1350) Identifier 'r_keys' is not in camel case. (camelcase)
(#1351) Unexpected tab character. (no-tabs)
(#1351) Identifier 'r_length' is not in camel case. (camelcase)
(#1351) Identifier 'r_keys' is not in camel case. (camelcase)
(#1352) Unexpected tab character. (no-tabs)
(#1352) Identifier 'r_current' is not in camel case. (camelcase)
(#1353) Unexpected tab character. (no-tabs)
(#1353) Expected space(s) after "while". (keyword-spacing)
(#1353) Identifier 'r_current' is not in camel case. (camelcase)
(#1353) Identifier 'r_length' is not in camel case. (camelcase)
(#1354) Unexpected tab character. (no-tabs)
(#1354) Identifier 'r_h' is not in camel case. (camelcase)
(#1354) Identifier 'r_keys' is not in camel case. (camelcase)
(#1354) Identifier 'r_current' is not in camel case. (camelcase)
(#1355) Unexpected tab character. (no-tabs)
(#1356) Unexpected tab character. (no-tabs)
(#1357) Unexpected tab character. (no-tabs)
(#1358) Unexpected tab character. (no-tabs)
(#1359) Unexpected tab character. (no-tabs)
(#1360) Unexpected tab character. (no-tabs)
(#1360) Expected space(s) after "while". (keyword-spacing)
(#1361) Unexpected tab character. (no-tabs)
(#1362) Unexpected tab character. (no-tabs)
(#1363) Unexpected tab character. (no-tabs)
(#1363) A space is required after ','. (comma-spacing)
(#1364) Unexpected tab character. (no-tabs)
(#1365) Unexpected tab character. (no-tabs)
(#1366) Unexpected tab character. (no-tabs)
(#1366) Expected space(s) after "if". (keyword-spacing)
(#1367) Unexpected tab character. (no-tabs)
(#1368) Unexpected tab character. (no-tabs)
(#1369) Unexpected tab character. (no-tabs)
(#1370) Unexpected tab character. (no-tabs)
(#1371) Unexpected tab character. (no-tabs)
(#1372) Unexpected tab character. (no-tabs)
(#1372) Expected space(s) after "if". (keyword-spacing)
(#1373) Unexpected tab character. (no-tabs)
(#1373) Expected space(s) after "if". (keyword-spacing)
(#1374) Unexpected tab character. (no-tabs)
(#1375) Unexpected tab character. (no-tabs)
(#1376) Unexpected tab character. (no-tabs)
(#1377) Unexpected tab character. (no-tabs)
(#1378) Unexpected tab character. (no-tabs)
(#1379) Unexpected tab character. (no-tabs)
(#1380) Unexpected tab character. (no-tabs)
(#1381) Unexpected tab character. (no-tabs)
(#1382) Unexpected tab character. (no-tabs)
(#1382) Expected space(s) after "if". (keyword-spacing)
(#1383) Unexpected tab character. (no-tabs)
(#1384) Unexpected tab character. (no-tabs)
(#1385) Unexpected tab character. (no-tabs)
(#1385) Expected space(s) after "if". (keyword-spacing)
(#1385) Use '===' to compare with null. (no-eq-null)
(#1386) This line has a length of 152. Maximum allowed is 132. (max-len)
(#1386) Unexpected tab character. (no-tabs)
(#1387) Unexpected tab character. (no-tabs)
(#1388) Unexpected tab character. (no-tabs)
(#1389) Unexpected tab character. (no-tabs)
(#1389) Expected space(s) after "if". (keyword-spacing)
(#1390) Unexpected tab character. (no-tabs)
(#1391) Unexpected tab character. (no-tabs)
(#1392) Unexpected tab character. (no-tabs)
(#1393) Unexpected tab character. (no-tabs)
(#1394) Unexpected tab character. (no-tabs)
(#1395) Unexpected tab character. (no-tabs)
(#1396) Unexpected tab character. (no-tabs)
(#1397) Unexpected tab character. (no-tabs)
(#1398) Unexpected tab character. (no-tabs)
(#1398) Identifier '$hx_exports' is not in camel case. (camelcase)
(#1398) ["database"] is better written in dot notation. (dot-notation)
(#1398) ["DBPostgreSQL"] is better written in dot notation. (dot-notation)
(#1398) Identifier 'database_DBPostgreSQL' is not in camel case. (camelcase)
(#1399) Unexpected tab character. (no-tabs)
(#1399) Identifier 'database_DBPostgreSQL' is not in camel case. (camelcase)
(#1400) Unexpected tab character. (no-tabs)
(#1400) Identifier 'database_DBSqlite' is not in camel case. (camelcase)
(#1401) Unexpected tab character. (no-tabs)
(#1402) Unexpected tab character. (no-tabs)
(#1403) Unexpected tab character. (no-tabs)
(#1404) Unexpected tab character. (no-tabs)
(#1404) Identifier 'r_h' is not in camel case. (camelcase)
(#1405) Unexpected tab character. (no-tabs)
(#1405) Identifier 'r_keys' is not in camel case. (camelcase)
(#1406) Unexpected tab character. (no-tabs)
(#1406) Identifier 'r_length' is not in camel case. (camelcase)
(#1406) Identifier 'r_keys' is not in camel case. (camelcase)
(#1407) Unexpected tab character. (no-tabs)
(#1407) Identifier 'r_current' is not in camel case. (camelcase)
(#1408) Unexpected tab character. (no-tabs)
(#1408) Expected space(s) after "while". (keyword-spacing)
(#1408) Identifier 'r_current' is not in camel case. (camelcase)
(#1408) Identifier 'r_length' is not in camel case. (camelcase)
(#1409) Unexpected tab character. (no-tabs)
(#1409) Identifier 'r_h' is not in camel case. (camelcase)
(#1409) Identifier 'r_keys' is not in camel case. (camelcase)
(#1409) Identifier 'r_current' is not in camel case. (camelcase)
(#1410) Unexpected tab character. (no-tabs)
(#1411) Unexpected tab character. (no-tabs)
(#1412) Unexpected tab character. (no-tabs)
(#1413) Unexpected tab character. (no-tabs)
(#1414) Unexpected tab character. (no-tabs)
(#1415) Unexpected tab character. (no-tabs)
(#1415) Expected space(s) after "while". (keyword-spacing)
(#1416) Unexpected tab character. (no-tabs)
(#1417) Unexpected tab character. (no-tabs)
(#1418) Unexpected tab character. (no-tabs)
(#1418) A space is required after ','. (comma-spacing)
(#1419) Unexpected tab character. (no-tabs)
(#1420) Unexpected tab character. (no-tabs)
(#1421) Unexpected tab character. (no-tabs)
(#1421) Expected space(s) after "if". (keyword-spacing)
(#1422) Unexpected tab character. (no-tabs)
(#1423) Unexpected tab character. (no-tabs)
(#1424) Unexpected tab character. (no-tabs)
(#1425) Unexpected tab character. (no-tabs)
(#1426) Unexpected tab character. (no-tabs)
(#1427) Unexpected tab character. (no-tabs)
(#1427) Expected space(s) after "if". (keyword-spacing)
(#1428) Unexpected tab character. (no-tabs)
(#1428) Expected space(s) after "if". (keyword-spacing)
(#1429) Unexpected tab character. (no-tabs)
(#1430) Unexpected tab character. (no-tabs)
(#1431) Unexpected tab character. (no-tabs)
(#1432) Unexpected tab character. (no-tabs)
(#1433) Unexpected tab character. (no-tabs)
(#1434) Unexpected tab character. (no-tabs)
(#1435) Unexpected tab character. (no-tabs)
(#1436) Unexpected tab character. (no-tabs)
(#1437) Unexpected tab character. (no-tabs)
(#1437) Expected space(s) after "if". (keyword-spacing)
(#1438) Unexpected tab character. (no-tabs)
(#1439) Unexpected tab character. (no-tabs)
(#1440) Unexpected tab character. (no-tabs)
(#1440) Expected space(s) after "if". (keyword-spacing)
(#1440) Use '===' to compare with null. (no-eq-null)
(#1441) Unexpected tab character. (no-tabs)
(#1442) Unexpected tab character. (no-tabs)
(#1443) Unexpected tab character. (no-tabs)
(#1444) Unexpected tab character. (no-tabs)
(#1444) Expected space(s) after "if". (keyword-spacing)
(#1445) Unexpected tab character. (no-tabs)
(#1446) Unexpected tab character. (no-tabs)
(#1447) Unexpected tab character. (no-tabs)
(#1448) Unexpected tab character. (no-tabs)
(#1449) Unexpected tab character. (no-tabs)
(#1450) Unexpected tab character. (no-tabs)
(#1451) Unexpected tab character. (no-tabs)
(#1452) Unexpected tab character. (no-tabs)
(#1452) Identifier '$hx_exports' is not in camel case. (camelcase)
(#1452) ["database"] is better written in dot notation. (dot-notation)
(#1452) ["DBSqlite"] is better written in dot notation. (dot-notation)
(#1452) Identifier 'database_DBSqlite' is not in camel case. (camelcase)
(#1453) Unexpected tab character. (no-tabs)
(#1453) Identifier 'database_DBSqlite' is not in camel case. (camelcase)
(#1454) Unexpected tab character. (no-tabs)
(#1454) Identifier 'haxe_IMap' is not in camel case. (camelcase)
(#1455) Unexpected tab character. (no-tabs)
(#1456) Unexpected tab character. (no-tabs)
(#1456) Identifier 'haxe_IMap' is not in camel case. (camelcase)
(#1457) Unexpected tab character. (no-tabs)
(#1457) Identifier 'haxe_IMap' is not in camel case. (camelcase)
(#1458) Unexpected tab character. (no-tabs)
(#1458) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1459) Unexpected tab character. (no-tabs)
(#1459) A space is required after ','. (comma-spacing)
(#1459) A space is required after ','. (comma-spacing)
(#1460) Unexpected tab character. (no-tabs)
(#1461) Unexpected tab character. (no-tabs)
(#1462) Unexpected tab character. (no-tabs)
(#1463) Unexpected tab character. (no-tabs)
(#1463) Use '===' to compare with null. (no-eq-null)
(#1464) Unexpected tab character. (no-tabs)
(#1465) Unexpected tab character. (no-tabs)
(#1466) Unexpected tab character. (no-tabs)
(#1467) Unexpected tab character. (no-tabs)
(#1468) Unexpected tab character. (no-tabs)
(#1469) Unexpected tab character. (no-tabs)
(#1470) Unexpected tab character. (no-tabs)
(#1471) Unexpected tab character. (no-tabs)
(#1471) Identifier 'get_message' is not in camel case. (camelcase)
(#1472) Unexpected tab character. (no-tabs)
(#1473) Unexpected tab character. (no-tabs)
(#1474) Unexpected tab character. (no-tabs)
(#1474) Identifier 'get_native' is not in camel case. (camelcase)
(#1475) Unexpected tab character. (no-tabs)
(#1476) Unexpected tab character. (no-tabs)
(#1477) Unexpected tab character. (no-tabs)
(#1478) Unexpected tab character. (no-tabs)
(#1478) Expected space(s) after "if". (keyword-spacing)
(#1478) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1479) Unexpected tab character. (no-tabs)
(#1480) Unexpected tab character. (no-tabs)
(#1480) Expected space(s) after "if". (keyword-spacing)
(#1481) Unexpected tab character. (no-tabs)
(#1481) A constructor name should not start with a lowercase letter. (new-cap)
(#1481) A space is required after ','. (comma-spacing)
(#1481) A space is required after ','. (comma-spacing)
(#1482) Unexpected tab character. (no-tabs)
(#1483) Unexpected tab character. (no-tabs)
(#1483) A constructor name should not start with a lowercase letter. (new-cap)
(#1483) A space is required after ','. (comma-spacing)
(#1483) A space is required after ','. (comma-spacing)
(#1484) Unexpected tab character. (no-tabs)
(#1485) Unexpected tab character. (no-tabs)
(#1486) Unexpected tab character. (no-tabs)
(#1487) Unexpected tab character. (no-tabs)
(#1487) Expected space(s) after "if". (keyword-spacing)
(#1487) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1488) Unexpected tab character. (no-tabs)
(#1489) Unexpected tab character. (no-tabs)
(#1489) Expected space(s) after "if". (keyword-spacing)
(#1490) Unexpected tab character. (no-tabs)
(#1491) Unexpected tab character. (no-tabs)
(#1492) Unexpected tab character. (no-tabs)
(#1492) A constructor name should not start with a lowercase letter. (new-cap)
(#1493) Unexpected tab character. (no-tabs)
(#1494) Unexpected tab character. (no-tabs)
(#1495) Unexpected tab character. (no-tabs)
(#1496) Unexpected tab character. (no-tabs)
(#1497) Unexpected tab character. (no-tabs)
(#1497) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1498) Unexpected tab character. (no-tabs)
(#1498) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1499) Unexpected tab character. (no-tabs)
(#1499) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1500) Unexpected tab character. (no-tabs)
(#1500) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1501) Unexpected tab character. (no-tabs)
(#1502) Unexpected tab character. (no-tabs)
(#1502) Identifier 'haxe_ValueException' is not in camel case. (camelcase)
(#1502) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1503) Unexpected tab character. (no-tabs)
(#1503) A space is required after ','. (comma-spacing)
(#1503) A space is required after ','. (comma-spacing)
(#1504) Unexpected tab character. (no-tabs)
(#1504) A space is required after ','. (comma-spacing)
(#1504) A space is required after ','. (comma-spacing)
(#1505) Unexpected tab character. (no-tabs)
(#1506) Unexpected tab character. (no-tabs)
(#1507) Unexpected tab character. (no-tabs)
(#1508) Unexpected tab character. (no-tabs)
(#1509) Unexpected tab character. (no-tabs)
(#1510) Unexpected tab character. (no-tabs)
(#1511) Unexpected tab character. (no-tabs)
(#1511) Identifier 'haxe_ValueException' is not in camel case. (camelcase)
(#1512) Unexpected tab character. (no-tabs)
(#1512) Identifier 'haxe_ValueException' is not in camel case. (camelcase)
(#1512) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1513) Unexpected tab character. (no-tabs)
(#1513) Identifier 'haxe_ValueException' is not in camel case. (camelcase)
(#1514) Unexpected tab character. (no-tabs)
(#1514) Identifier 'haxe_ValueException' is not in camel case. (camelcase)
(#1515) Unexpected tab character. (no-tabs)
(#1516) Unexpected tab character. (no-tabs)
(#1516) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#1517) Unexpected tab character. (no-tabs)
(#1518) Unexpected tab character. (no-tabs)
(#1519) Unexpected tab character. (no-tabs)
(#1520) Unexpected tab character. (no-tabs)
(#1521) Unexpected tab character. (no-tabs)
(#1522) Unexpected tab character. (no-tabs)
(#1523) Unexpected tab character. (no-tabs)
(#1524) Unexpected tab character. (no-tabs)
(#1524) A space is required after ','. (comma-spacing)
(#1524) A space is required after ','. (comma-spacing)
(#1525) Unexpected tab character. (no-tabs)
(#1525) Expected space(s) after "if". (keyword-spacing)
(#1526) Unexpected tab character. (no-tabs)
(#1526) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1526) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1527) Unexpected tab character. (no-tabs)
(#1528) Unexpected tab character. (no-tabs)
(#1528) Expected space(s) after "if". (keyword-spacing)
(#1528) Use '===' to compare with null. (no-eq-null)
(#1529) Unexpected tab character. (no-tabs)
(#1529) Identifier 'haxe_io_Encoding' is not in camel case. (camelcase)
(#1530) Unexpected tab character. (no-tabs)
(#1531) Unexpected tab character. (no-tabs)
(#1532) Unexpected tab character. (no-tabs)
(#1533) Unexpected tab character. (no-tabs)
(#1534) Unexpected tab character. (no-tabs)
(#1535) Unexpected tab character. (no-tabs)
(#1535) Expected space(s) after "switch". (keyword-spacing)
(#1536) Unexpected tab character. (no-tabs)
(#1537) Unexpected tab character. (no-tabs)
(#1537) Unexpected lexical declaration in case block. (no-case-declarations)
(#1537) 'debug' is assigned a value but never used. (no-unused-vars)
(#1538) Unexpected tab character. (no-tabs)
(#1538) Expected space(s) after "while". (keyword-spacing)
(#1539) Unexpected tab character. (no-tabs)
(#1540) Unexpected tab character. (no-tabs)
(#1540) Expected space(s) after "if". (keyword-spacing)
(#1541) Unexpected tab character. (no-tabs)
(#1541) Expected space(s) after "if". (keyword-spacing)
(#1542) Unexpected tab character. (no-tabs)
(#1543) Unexpected tab character. (no-tabs)
(#1544) Unexpected tab character. (no-tabs)
(#1545) Unexpected tab character. (no-tabs)
(#1545) Expected space(s) after "if". (keyword-spacing)
(#1546) Unexpected tab character. (no-tabs)
(#1546) Unexpected use of '|'. (no-bitwise)
(#1546) Unexpected use of '<<'. (no-bitwise)
(#1546) Unexpected use of '&'. (no-bitwise)
(#1546) Unexpected use of '&'. (no-bitwise)
(#1547) Unexpected tab character. (no-tabs)
(#1548) Unexpected tab character. (no-tabs)
(#1548) Expected space(s) after "if". (keyword-spacing)
(#1549) Unexpected tab character. (no-tabs)
(#1550) Unexpected tab character. (no-tabs)
(#1550) Unexpected use of '|'. (no-bitwise)
(#1550) Unexpected use of '|'. (no-bitwise)
(#1550) Unexpected use of '<<'. (no-bitwise)
(#1550) Unexpected use of '&'. (no-bitwise)
(#1550) Unexpected use of '<<'. (no-bitwise)
(#1550) Unexpected use of '&'. (no-bitwise)
(#1550) Unexpected use of '&'. (no-bitwise)
(#1551) Unexpected tab character. (no-tabs)
(#1552) Unexpected tab character. (no-tabs)
(#1553) Unexpected tab character. (no-tabs)
(#1554) Unexpected tab character. (no-tabs)
(#1555) Unexpected tab character. (no-tabs)
(#1555) Unexpected use of '|'. (no-bitwise)
(#1555) Unexpected use of '|'. (no-bitwise)
(#1555) Unexpected use of '|'. (no-bitwise)
(#1555) Unexpected use of '<<'. (no-bitwise)
(#1555) Unexpected use of '&'. (no-bitwise)
(#1555) Unexpected use of '<<'. (no-bitwise)
(#1555) Unexpected use of '&'. (no-bitwise)
(#1555) Unexpected use of '<<'. (no-bitwise)
(#1555) Unexpected use of '&'. (no-bitwise)
(#1555) Unexpected use of '&'. (no-bitwise)
(#1556) Unexpected tab character. (no-tabs)
(#1557) Unexpected tab character. (no-tabs)
(#1558) Unexpected tab character. (no-tabs)
(#1559) Unexpected tab character. (no-tabs)
(#1560) Unexpected tab character. (no-tabs)
(#1561) Unexpected tab character. (no-tabs)
(#1561) Expected space(s) after "while". (keyword-spacing)
(#1562) Unexpected tab character. (no-tabs)
(#1562) Unexpected use of '|'. (no-bitwise)
(#1562) Unexpected use of '<<'. (no-bitwise)
(#1563) Unexpected tab character. (no-tabs)
(#1564) Unexpected tab character. (no-tabs)
(#1565) Unexpected tab character. (no-tabs)
(#1566) Unexpected tab character. (no-tabs)
(#1567) Unexpected tab character. (no-tabs)
(#1568) Unexpected tab character. (no-tabs)
(#1569) Unexpected tab character. (no-tabs)
(#1570) Unexpected tab character. (no-tabs)
(#1570) A space is required after ','. (comma-spacing)
(#1571) Unexpected tab character. (no-tabs)
(#1572) Unexpected tab character. (no-tabs)
(#1572) A space is required after ','. (comma-spacing)
(#1573) Unexpected tab character. (no-tabs)
(#1573) Expected space(s) after "if". (keyword-spacing)
(#1573) Identifier 'haxe_io_Encoding' is not in camel case. (camelcase)
(#1574) Unexpected tab character. (no-tabs)
(#1574) Unexpected use of '<<'. (no-bitwise)
(#1575) Unexpected tab character. (no-tabs)
(#1576) Unexpected tab character. (no-tabs)
(#1577) Unexpected tab character. (no-tabs)
(#1577) Expected space(s) after "while". (keyword-spacing)
(#1578) Unexpected tab character. (no-tabs)
(#1579) Unexpected tab character. (no-tabs)
(#1580) Unexpected tab character. (no-tabs)
(#1580) Unexpected use of '<<'. (no-bitwise)
(#1580) Unexpected use of '&'. (no-bitwise)
(#1581) Unexpected tab character. (no-tabs)
(#1581) Unexpected use of '|'. (no-bitwise)
(#1581) Unexpected use of '<<'. (no-bitwise)
(#1581) Unexpected use of '>>'. (no-bitwise)
(#1582) Unexpected tab character. (no-tabs)
(#1583) Unexpected tab character. (no-tabs)
(#1583) A constructor name should not start with a lowercase letter. (new-cap)
(#1584) Unexpected tab character. (no-tabs)
(#1585) Unexpected tab character. (no-tabs)
(#1586) Unexpected tab character. (no-tabs)
(#1587) Unexpected tab character. (no-tabs)
(#1587) Expected space(s) after "while". (keyword-spacing)
(#1588) Unexpected tab character. (no-tabs)
(#1589) Unexpected tab character. (no-tabs)
(#1589) Expected space(s) after "if". (keyword-spacing)
(#1590) Unexpected tab character. (no-tabs)
(#1590) Unexpected use of '|'. (no-bitwise)
(#1590) Unexpected use of '<<'. (no-bitwise)
(#1590) Unexpected use of '&'. (no-bitwise)
(#1591) Unexpected tab character. (no-tabs)
(#1592) Unexpected tab character. (no-tabs)
(#1592) Expected space(s) after "if". (keyword-spacing)
(#1593) Unexpected tab character. (no-tabs)
(#1594) Unexpected tab character. (no-tabs)
(#1594) Expected space(s) after "if". (keyword-spacing)
(#1595) Unexpected tab character. (no-tabs)
(#1595) Unexpected use of '|'. (no-bitwise)
(#1595) Unexpected use of '>>'. (no-bitwise)
(#1596) Unexpected tab character. (no-tabs)
(#1596) Unexpected use of '|'. (no-bitwise)
(#1596) Unexpected use of '&'. (no-bitwise)
(#1597) Unexpected tab character. (no-tabs)
(#1597) Expected space(s) after "if". (keyword-spacing)
(#1598) Unexpected tab character. (no-tabs)
(#1598) Unexpected use of '|'. (no-bitwise)
(#1598) Unexpected use of '>>'. (no-bitwise)
(#1599) Unexpected tab character. (no-tabs)
(#1599) Unexpected use of '|'. (no-bitwise)
(#1599) Unexpected use of '&'. (no-bitwise)
(#1599) Unexpected use of '>>'. (no-bitwise)
(#1600) Unexpected tab character. (no-tabs)
(#1600) Unexpected use of '|'. (no-bitwise)
(#1600) Unexpected use of '&'. (no-bitwise)
(#1601) Unexpected tab character. (no-tabs)
(#1602) Unexpected tab character. (no-tabs)
(#1602) Unexpected use of '|'. (no-bitwise)
(#1602) Unexpected use of '>>'. (no-bitwise)
(#1603) Unexpected tab character. (no-tabs)
(#1603) Unexpected use of '|'. (no-bitwise)
(#1603) Unexpected use of '&'. (no-bitwise)
(#1603) Unexpected use of '>>'. (no-bitwise)
(#1604) Unexpected tab character. (no-tabs)
(#1604) Unexpected use of '|'. (no-bitwise)
(#1604) Unexpected use of '&'. (no-bitwise)
(#1604) Unexpected use of '>>'. (no-bitwise)
(#1605) Unexpected tab character. (no-tabs)
(#1605) Unexpected use of '|'. (no-bitwise)
(#1605) Unexpected use of '&'. (no-bitwise)
(#1606) Unexpected tab character. (no-tabs)
(#1607) Unexpected tab character. (no-tabs)
(#1608) Unexpected tab character. (no-tabs)
(#1608) A constructor name should not start with a lowercase letter. (new-cap)
(#1609) Unexpected tab character. (no-tabs)
(#1610) Unexpected tab character. (no-tabs)
(#1611) Unexpected tab character. (no-tabs)
(#1611) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#1612) Unexpected tab character. (no-tabs)
(#1612) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#1613) Unexpected tab character. (no-tabs)
(#1613) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#1614) Unexpected tab character. (no-tabs)
(#1615) Unexpected tab character. (no-tabs)
(#1615) Identifier 'haxe_io_Encoding' is not in camel case. (camelcase)
(#1615) There should be no space after '{'. (object-curly-spacing)
(#1615) Missing space before value for key '__ename__'. (key-spacing)
(#1615) A space is required after ','. (comma-spacing)
(#1615) Missing space before value for key '__constructs__'. (key-spacing)
(#1616) Unexpected tab character. (no-tabs)
(#1616) ',' should be placed last. (comma-style)
(#1616) A space is required after ','. (comma-spacing)
(#1616) Identifier '_hx_name' is not in camel case. (camelcase)
(#1616) Missing space before value for key '_hx_name'. (key-spacing)
(#1616) A space is required after ','. (comma-spacing)
(#1616) Identifier '_hx_index' is not in camel case. (camelcase)
(#1616) Missing space before value for key '_hx_index'. (key-spacing)
(#1616) A space is required after ','. (comma-spacing)
(#1616) Missing space before value for key '__enum__'. (key-spacing)
(#1616) A space is required after ','. (comma-spacing)
(#1616) Missing space before value for key 'toString'. (key-spacing)
(#1617) Unexpected tab character. (no-tabs)
(#1617) ',' should be placed last. (comma-style)
(#1617) A space is required after ','. (comma-spacing)
(#1617) Identifier '_hx_name' is not in camel case. (camelcase)
(#1617) Missing space before value for key '_hx_name'. (key-spacing)
(#1617) A space is required after ','. (comma-spacing)
(#1617) Identifier '_hx_index' is not in camel case. (camelcase)
(#1617) Missing space before value for key '_hx_index'. (key-spacing)
(#1617) A space is required after ','. (comma-spacing)
(#1617) Missing space before value for key '__enum__'. (key-spacing)
(#1617) A space is required after ','. (comma-spacing)
(#1617) Missing space before value for key 'toString'. (key-spacing)
(#1618) Unexpected tab character. (no-tabs)
(#1619) Unexpected tab character. (no-tabs)
(#1619) Identifier 'haxe_io_Encoding' is not in camel case. (camelcase)
(#1619) Identifier 'haxe_io_Encoding' is not in camel case. (camelcase)
(#1619) A space is required after ','. (comma-spacing)
(#1619) Identifier 'haxe_io_Encoding' is not in camel case. (camelcase)
(#1620) Unexpected tab character. (no-tabs)
(#1620) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#1621) Unexpected tab character. (no-tabs)
(#1621) A space is required after ','. (comma-spacing)
(#1622) Unexpected tab character. (no-tabs)
(#1622) Expected space(s) after "if". (keyword-spacing)
(#1622) Use '===' to compare with null. (no-eq-null)
(#1623) Unexpected tab character. (no-tabs)
(#1624) Unexpected tab character. (no-tabs)
(#1625) Unexpected tab character. (no-tabs)
(#1625) A constructor name should not start with a lowercase letter. (new-cap)
(#1625) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#1626) Unexpected tab character. (no-tabs)
(#1626) Expected space(s) after "if". (keyword-spacing)
(#1627) Unexpected tab character. (no-tabs)
(#1627) Expected space(s) after "switch". (keyword-spacing)
(#1628) Unexpected tab character. (no-tabs)
(#1629) Unexpected tab character. (no-tabs)
(#1630) Unexpected tab character. (no-tabs)
(#1631) Unexpected tab character. (no-tabs)
(#1632) Unexpected tab character. (no-tabs)
(#1633) Unexpected tab character. (no-tabs)
(#1634) Unexpected tab character. (no-tabs)
(#1635) Unexpected tab character. (no-tabs)
(#1636) Unexpected tab character. (no-tabs)
(#1637) Unexpected tab character. (no-tabs)
(#1638) Unexpected tab character. (no-tabs)
(#1639) Unexpected tab character. (no-tabs)
(#1640) Unexpected tab character. (no-tabs)
(#1640) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#1641) Unexpected tab character. (no-tabs)
(#1641) Identifier 'haxe_crypto_BaseCode' is not in camel case. (camelcase)
(#1642) Unexpected tab character. (no-tabs)
(#1643) Unexpected tab character. (no-tabs)
(#1644) Unexpected tab character. (no-tabs)
(#1645) Unexpected tab character. (no-tabs)
(#1645) Expected space(s) after "while". (keyword-spacing)
(#1645) Unexpected use of '<<'. (no-bitwise)
(#1645) Expected { after 'while' condition. (curly)
(#1646) Unexpected tab character. (no-tabs)
(#1646) Expected space(s) after "if". (keyword-spacing)
(#1646) Unexpected use of '<<'. (no-bitwise)
(#1647) Unexpected tab character. (no-tabs)
(#1647) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1648) Unexpected tab character. (no-tabs)
(#1649) Unexpected tab character. (no-tabs)
(#1650) Unexpected tab character. (no-tabs)
(#1651) Unexpected tab character. (no-tabs)
(#1652) Unexpected tab character. (no-tabs)
(#1653) Unexpected tab character. (no-tabs)
(#1654) Unexpected tab character. (no-tabs)
(#1655) Unexpected tab character. (no-tabs)
(#1655) Unexpected use of '|'. (no-bitwise)
(#1656) Unexpected tab character. (no-tabs)
(#1656) A constructor name should not start with a lowercase letter. (new-cap)
(#1657) Unexpected tab character. (no-tabs)
(#1658) Unexpected tab character. (no-tabs)
(#1659) Unexpected tab character. (no-tabs)
(#1659) Unexpected use of '<<'. (no-bitwise)
(#1660) Unexpected tab character. (no-tabs)
(#1661) Unexpected tab character. (no-tabs)
(#1662) Unexpected tab character. (no-tabs)
(#1662) Expected space(s) after "while". (keyword-spacing)
(#1663) Unexpected tab character. (no-tabs)
(#1663) Expected space(s) after "while". (keyword-spacing)
(#1664) Unexpected tab character. (no-tabs)
(#1665) Unexpected tab character. (no-tabs)
(#1665) Unexpected use of '<<='. (no-bitwise)
(#1666) Unexpected tab character. (no-tabs)
(#1666) Unexpected use of '|='. (no-bitwise)
(#1667) Unexpected tab character. (no-tabs)
(#1668) Unexpected tab character. (no-tabs)
(#1669) Unexpected tab character. (no-tabs)
(#1669) Unexpected use of '&'. (no-bitwise)
(#1669) Unexpected use of '>>'. (no-bitwise)
(#1670) Unexpected tab character. (no-tabs)
(#1671) Unexpected tab character. (no-tabs)
(#1671) Expected space(s) after "if". (keyword-spacing)
(#1672) Unexpected tab character. (no-tabs)
(#1672) Unexpected use of '&'. (no-bitwise)
(#1672) Unexpected use of '<<'. (no-bitwise)
(#1673) Unexpected tab character. (no-tabs)
(#1674) Unexpected tab character. (no-tabs)
(#1675) Unexpected tab character. (no-tabs)
(#1676) Unexpected tab character. (no-tabs)
(#1677) Unexpected tab character. (no-tabs)
(#1677) Identifier 'haxe_crypto_BaseCode' is not in camel case. (camelcase)
(#1678) Unexpected tab character. (no-tabs)
(#1678) Identifier 'haxe_crypto_BaseCode' is not in camel case. (camelcase)
(#1679) Unexpected tab character. (no-tabs)
(#1679) Identifier 'haxe_crypto_BaseCode' is not in camel case. (camelcase)
(#1680) Unexpected tab character. (no-tabs)
(#1681) Unexpected tab character. (no-tabs)
(#1681) Identifier 'haxe_crypto_Crc32' is not in camel case. (camelcase)
(#1682) Unexpected tab character. (no-tabs)
(#1683) Unexpected tab character. (no-tabs)
(#1683) Identifier 'c_crc' is not in camel case. (camelcase)
(#1684) Unexpected tab character. (no-tabs)
(#1685) Unexpected tab character. (no-tabs)
(#1686) Unexpected tab character. (no-tabs)
(#1687) Unexpected tab character. (no-tabs)
(#1687) Expected space(s) after "while". (keyword-spacing)
(#1688) Unexpected tab character. (no-tabs)
(#1689) Unexpected tab character. (no-tabs)
(#1689) Unexpected use of '&'. (no-bitwise)
(#1689) Identifier 'c_crc' is not in camel case. (camelcase)
(#1689) Unexpected use of '^'. (no-bitwise)
(#1690) Unexpected tab character. (no-tabs)
(#1690) Unexpected use of '^'. (no-bitwise)
(#1690) Unexpected use of '>>>'. (no-bitwise)
(#1690) Unexpected use of '&'. (no-bitwise)
(#1690) Unexpected use of '&'. (no-bitwise)
(#1691) Unexpected tab character. (no-tabs)
(#1691) Unexpected use of '^'. (no-bitwise)
(#1691) Unexpected use of '>>>'. (no-bitwise)
(#1691) Unexpected use of '&'. (no-bitwise)
(#1691) Unexpected use of '&'. (no-bitwise)
(#1692) Unexpected tab character. (no-tabs)
(#1692) Unexpected use of '^'. (no-bitwise)
(#1692) Unexpected use of '>>>'. (no-bitwise)
(#1692) Unexpected use of '&'. (no-bitwise)
(#1692) Unexpected use of '&'. (no-bitwise)
(#1693) Unexpected tab character. (no-tabs)
(#1693) Unexpected use of '^'. (no-bitwise)
(#1693) Unexpected use of '>>>'. (no-bitwise)
(#1693) Unexpected use of '&'. (no-bitwise)
(#1693) Unexpected use of '&'. (no-bitwise)
(#1694) Unexpected tab character. (no-tabs)
(#1694) Unexpected use of '^'. (no-bitwise)
(#1694) Unexpected use of '>>>'. (no-bitwise)
(#1694) Unexpected use of '&'. (no-bitwise)
(#1694) Unexpected use of '&'. (no-bitwise)
(#1695) Unexpected tab character. (no-tabs)
(#1695) Unexpected use of '^'. (no-bitwise)
(#1695) Unexpected use of '>>>'. (no-bitwise)
(#1695) Unexpected use of '&'. (no-bitwise)
(#1695) Unexpected use of '&'. (no-bitwise)
(#1696) Unexpected tab character. (no-tabs)
(#1696) Unexpected use of '^'. (no-bitwise)
(#1696) Unexpected use of '>>>'. (no-bitwise)
(#1696) Unexpected use of '&'. (no-bitwise)
(#1696) Unexpected use of '&'. (no-bitwise)
(#1697) Unexpected tab character. (no-tabs)
(#1697) Unexpected use of '^'. (no-bitwise)
(#1697) Unexpected use of '>>>'. (no-bitwise)
(#1697) Unexpected use of '&'. (no-bitwise)
(#1697) Unexpected use of '&'. (no-bitwise)
(#1698) Unexpected tab character. (no-tabs)
(#1698) Identifier 'c_crc' is not in camel case. (camelcase)
(#1698) Identifier 'c_crc' is not in camel case. (camelcase)
(#1698) Unexpected use of '^'. (no-bitwise)
(#1698) Unexpected use of '>>>'. (no-bitwise)
(#1699) Unexpected tab character. (no-tabs)
(#1700) Unexpected tab character. (no-tabs)
(#1700) Identifier 'c_crc' is not in camel case. (camelcase)
(#1700) Unexpected use of '^'. (no-bitwise)
(#1701) Unexpected tab character. (no-tabs)
(#1702) Unexpected tab character. (no-tabs)
(#1703) Unexpected tab character. (no-tabs)
(#1703) Identifier 'haxe_crypto_Crc32' is not in camel case. (camelcase)
(#1704) Unexpected tab character. (no-tabs)
(#1704) Identifier 'haxe_ds_List' is not in camel case. (camelcase)
(#1705) Unexpected tab character. (no-tabs)
(#1706) Unexpected tab character. (no-tabs)
(#1707) Unexpected tab character. (no-tabs)
(#1708) Unexpected tab character. (no-tabs)
(#1709) Unexpected tab character. (no-tabs)
(#1709) A constructor name should not start with a lowercase letter. (new-cap)
(#1709) A space is required after ','. (comma-spacing)
(#1710) Unexpected tab character. (no-tabs)
(#1710) Expected space(s) after "if". (keyword-spacing)
(#1710) Use '===' to compare with null. (no-eq-null)
(#1711) Unexpected tab character. (no-tabs)
(#1712) Unexpected tab character. (no-tabs)
(#1713) Unexpected tab character. (no-tabs)
(#1714) Unexpected tab character. (no-tabs)
(#1715) Unexpected tab character. (no-tabs)
(#1716) Unexpected tab character. (no-tabs)
(#1717) Unexpected tab character. (no-tabs)
(#1718) Unexpected tab character. (no-tabs)
(#1719) Unexpected tab character. (no-tabs)
(#1719) A constructor name should not start with a lowercase letter. (new-cap)
(#1719) A space is required after ','. (comma-spacing)
(#1720) Unexpected tab character. (no-tabs)
(#1721) Unexpected tab character. (no-tabs)
(#1721) Expected space(s) after "if". (keyword-spacing)
(#1721) Use '===' to compare with null. (no-eq-null)
(#1722) Unexpected tab character. (no-tabs)
(#1723) Unexpected tab character. (no-tabs)
(#1724) Unexpected tab character. (no-tabs)
(#1725) Unexpected tab character. (no-tabs)
(#1726) Unexpected tab character. (no-tabs)
(#1727) Unexpected tab character. (no-tabs)
(#1727) Identifier 'haxe_ds_List' is not in camel case. (camelcase)
(#1728) Unexpected tab character. (no-tabs)
(#1728) Identifier 'haxe_ds_List' is not in camel case. (camelcase)
(#1729) Unexpected tab character. (no-tabs)
(#1729) Identifier 'haxe_ds_List' is not in camel case. (camelcase)
(#1730) Unexpected tab character. (no-tabs)
(#1731) Unexpected tab character. (no-tabs)
(#1731) Identifier 'haxe_ds__$List_ListNode' is not in camel case. (camelcase)
(#1732) Unexpected tab character. (no-tabs)
(#1732) A space is required after ','. (comma-spacing)
(#1733) Unexpected tab character. (no-tabs)
(#1734) Unexpected tab character. (no-tabs)
(#1735) Unexpected tab character. (no-tabs)
(#1736) Unexpected tab character. (no-tabs)
(#1737) Unexpected tab character. (no-tabs)
(#1737) Identifier 'haxe_ds__$List_ListNode' is not in camel case. (camelcase)
(#1738) Unexpected tab character. (no-tabs)
(#1738) Identifier 'haxe_ds__$List_ListNode' is not in camel case. (camelcase)
(#1739) Unexpected tab character. (no-tabs)
(#1739) Identifier 'haxe_ds__$List_ListNode' is not in camel case. (camelcase)
(#1740) Unexpected tab character. (no-tabs)
(#1741) Unexpected tab character. (no-tabs)
(#1741) Identifier 'haxe_ds_StringMap' is not in camel case. (camelcase)
(#1742) Unexpected tab character. (no-tabs)
(#1743) Unexpected tab character. (no-tabs)
(#1744) Unexpected tab character. (no-tabs)
(#1745) Unexpected tab character. (no-tabs)
(#1746) Unexpected tab character. (no-tabs)
(#1746) A constructor name should not start with a lowercase letter. (new-cap)
(#1747) Unexpected tab character. (no-tabs)
(#1748) Unexpected tab character. (no-tabs)
(#1749) Unexpected tab character. (no-tabs)
(#1749) Identifier 'haxe_ds_StringMap' is not in camel case. (camelcase)
(#1750) Unexpected tab character. (no-tabs)
(#1750) Identifier 'haxe_ds_StringMap' is not in camel case. (camelcase)
(#1750) Identifier 'haxe_IMap' is not in camel case. (camelcase)
(#1751) Unexpected tab character. (no-tabs)
(#1751) Identifier 'haxe_ds_StringMap' is not in camel case. (camelcase)
(#1752) Unexpected tab character. (no-tabs)
(#1752) Identifier 'haxe_ds_StringMap' is not in camel case. (camelcase)
(#1753) Unexpected tab character. (no-tabs)
(#1754) Unexpected tab character. (no-tabs)
(#1754) Identifier 'haxe_ds__$StringMap_StringMapKeyIterator' is not in camel case. (camelcase)
(#1755) Unexpected tab character. (no-tabs)
(#1756) Unexpected tab character. (no-tabs)
(#1757) Unexpected tab character. (no-tabs)
(#1758) Unexpected tab character. (no-tabs)
(#1759) Unexpected tab character. (no-tabs)
(#1760) Unexpected tab character. (no-tabs)
(#1761) Unexpected tab character. (no-tabs)
(#1762) Unexpected tab character. (no-tabs)
(#1763) Unexpected tab character. (no-tabs)
(#1764) Unexpected tab character. (no-tabs)
(#1765) Unexpected tab character. (no-tabs)
(#1766) Unexpected tab character. (no-tabs)
(#1767) Unexpected tab character. (no-tabs)
(#1768) Unexpected tab character. (no-tabs)
(#1768) Identifier 'haxe_ds__$StringMap_StringMapKeyIterator' is not in camel case. (camelcase)
(#1769) Unexpected tab character. (no-tabs)
(#1769) Identifier 'haxe_ds__$StringMap_StringMapKeyIterator' is not in camel case. (camelcase)
(#1770) Unexpected tab character. (no-tabs)
(#1770) Identifier 'haxe_ds__$StringMap_StringMapKeyIterator' is not in camel case. (camelcase)
(#1771) Unexpected tab character. (no-tabs)
(#1772) Unexpected tab character. (no-tabs)
(#1772) Identifier 'haxe_ds__$StringMap_StringMapValueIterator' is not in camel case. (camelcase)
(#1773) Unexpected tab character. (no-tabs)
(#1774) Unexpected tab character. (no-tabs)
(#1775) Unexpected tab character. (no-tabs)
(#1776) Unexpected tab character. (no-tabs)
(#1777) Unexpected tab character. (no-tabs)
(#1778) Unexpected tab character. (no-tabs)
(#1779) Unexpected tab character. (no-tabs)
(#1780) Unexpected tab character. (no-tabs)
(#1781) Unexpected tab character. (no-tabs)
(#1782) Unexpected tab character. (no-tabs)
(#1783) Unexpected tab character. (no-tabs)
(#1784) Unexpected tab character. (no-tabs)
(#1785) Unexpected tab character. (no-tabs)
(#1786) Unexpected tab character. (no-tabs)
(#1786) Identifier 'haxe_ds__$StringMap_StringMapValueIterator' is not in camel case. (camelcase)
(#1787) Unexpected tab character. (no-tabs)
(#1787) Identifier 'haxe_ds__$StringMap_StringMapValueIterator' is not in camel case. (camelcase)
(#1788) Unexpected tab character. (no-tabs)
(#1788) Identifier 'haxe_ds__$StringMap_StringMapValueIterator' is not in camel case. (camelcase)
(#1789) Unexpected tab character. (no-tabs)
(#1790) Unexpected tab character. (no-tabs)
(#1790) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1790) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1791) Unexpected tab character. (no-tabs)
(#1791) A space is required after ','. (comma-spacing)
(#1791) A space is required after ','. (comma-spacing)
(#1792) Unexpected tab character. (no-tabs)
(#1792) A space is required after ','. (comma-spacing)
(#1793) Unexpected tab character. (no-tabs)
(#1793) Expected space(s) after "if". (keyword-spacing)
(#1793) Use '===' to compare with null. (no-eq-null)
(#1794) Unexpected tab character. (no-tabs)
(#1794) There should be no space after '{'. (object-curly-spacing)
(#1794) Extra space after key 'fileName'. (key-spacing)
(#1794) Extra space after key 'lineNumber'. (key-spacing)
(#1794) Extra space after key 'className'. (key-spacing)
(#1794) Extra space after key 'methodName'. (key-spacing)
(#1795) Unexpected tab character. (no-tabs)
(#1796) Unexpected tab character. (no-tabs)
(#1797) Unexpected tab character. (no-tabs)
(#1798) Unexpected tab character. (no-tabs)
(#1799) Unexpected tab character. (no-tabs)
(#1800) This line has a length of 176. Maximum allowed is 132. (max-len)
(#1800) Unexpected tab character. (no-tabs)
(#1801) Unexpected tab character. (no-tabs)
(#1802) Unexpected tab character. (no-tabs)
(#1803) Unexpected tab character. (no-tabs)
(#1803) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1804) Unexpected tab character. (no-tabs)
(#1804) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1804) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1805) Unexpected tab character. (no-tabs)
(#1805) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1806) Unexpected tab character. (no-tabs)
(#1806) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1807) Unexpected tab character. (no-tabs)
(#1808) Unexpected tab character. (no-tabs)
(#1808) Identifier 'haxe_exceptions_NotImplementedException' is not in camel case. (camelcase)
(#1808) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1809) Unexpected tab character. (no-tabs)
(#1809) A space is required after ','. (comma-spacing)
(#1809) A space is required after ','. (comma-spacing)
(#1810) Unexpected tab character. (no-tabs)
(#1810) Expected space(s) after "if". (keyword-spacing)
(#1810) Use '===' to compare with null. (no-eq-null)
(#1811) Unexpected tab character. (no-tabs)
(#1812) Unexpected tab character. (no-tabs)
(#1813) Unexpected tab character. (no-tabs)
(#1813) A space is required after ','. (comma-spacing)
(#1813) A space is required after ','. (comma-spacing)
(#1814) Unexpected tab character. (no-tabs)
(#1815) Unexpected tab character. (no-tabs)
(#1816) Unexpected tab character. (no-tabs)
(#1816) Identifier 'haxe_exceptions_NotImplementedException' is not in camel case. (camelcase)
(#1817) Unexpected tab character. (no-tabs)
(#1817) Identifier 'haxe_exceptions_NotImplementedException' is not in camel case. (camelcase)
(#1817) Identifier 'haxe_exceptions_PosException' is not in camel case. (camelcase)
(#1818) Unexpected tab character. (no-tabs)
(#1818) Identifier 'haxe_exceptions_NotImplementedException' is not in camel case. (camelcase)
(#1819) Unexpected tab character. (no-tabs)
(#1819) Identifier 'haxe_exceptions_NotImplementedException' is not in camel case. (camelcase)
(#1820) Unexpected tab character. (no-tabs)
(#1821) Unexpected tab character. (no-tabs)
(#1821) Identifier 'haxe_io_BytesBuffer' is not in camel case. (camelcase)
(#1822) Unexpected tab character. (no-tabs)
(#1823) Unexpected tab character. (no-tabs)
(#1824) Unexpected tab character. (no-tabs)
(#1825) Unexpected tab character. (no-tabs)
(#1826) Unexpected tab character. (no-tabs)
(#1827) Unexpected tab character. (no-tabs)
(#1827) Expected space(s) after "if". (keyword-spacing)
(#1828) Unexpected tab character. (no-tabs)
(#1829) Unexpected tab character. (no-tabs)
(#1830) Unexpected tab character. (no-tabs)
(#1830) A space is required after ','. (comma-spacing)
(#1831) Unexpected tab character. (no-tabs)
(#1832) Unexpected tab character. (no-tabs)
(#1832) A space is required after ','. (comma-spacing)
(#1832) A space is required after ','. (comma-spacing)
(#1833) Unexpected tab character. (no-tabs)
(#1833) Expected space(s) after "if". (keyword-spacing)
(#1834) Unexpected tab character. (no-tabs)
(#1834) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1834) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1835) Unexpected tab character. (no-tabs)
(#1836) Unexpected tab character. (no-tabs)
(#1836) Expected space(s) after "if". (keyword-spacing)
(#1837) Unexpected tab character. (no-tabs)
(#1838) Unexpected tab character. (no-tabs)
(#1839) Unexpected tab character. (no-tabs)
(#1839) Expected space(s) after "if". (keyword-spacing)
(#1840) Unexpected tab character. (no-tabs)
(#1841) Unexpected tab character. (no-tabs)
(#1842) Unexpected tab character. (no-tabs)
(#1842) A space is required after ','. (comma-spacing)
(#1842) A space is required after ','. (comma-spacing)
(#1843) Unexpected tab character. (no-tabs)
(#1843) A space is required after ','. (comma-spacing)
(#1844) Unexpected tab character. (no-tabs)
(#1845) Unexpected tab character. (no-tabs)
(#1846) Unexpected tab character. (no-tabs)
(#1847) Unexpected tab character. (no-tabs)
(#1848) Unexpected tab character. (no-tabs)
(#1849) Unexpected tab character. (no-tabs)
(#1849) Expected space(s) after "while". (keyword-spacing)
(#1849) Expected { after 'while' condition. (curly)
(#1849) Unexpected use of '>>'. (no-bitwise)
(#1850) Unexpected tab character. (no-tabs)
(#1851) Unexpected tab character. (no-tabs)
(#1852) Unexpected tab character. (no-tabs)
(#1852) Expected space(s) after "if". (keyword-spacing)
(#1853) Unexpected tab character. (no-tabs)
(#1854) Unexpected tab character. (no-tabs)
(#1855) Unexpected tab character. (no-tabs)
(#1856) Unexpected tab character. (no-tabs)
(#1857) Unexpected tab character. (no-tabs)
(#1858) Unexpected tab character. (no-tabs)
(#1859) Unexpected tab character. (no-tabs)
(#1860) Unexpected tab character. (no-tabs)
(#1861) Unexpected tab character. (no-tabs)
(#1861) Expected space(s) after "if". (keyword-spacing)
(#1862) Unexpected tab character. (no-tabs)
(#1862) A constructor name should not start with a lowercase letter. (new-cap)
(#1863) Unexpected tab character. (no-tabs)
(#1864) Unexpected tab character. (no-tabs)
(#1864) A constructor name should not start with a lowercase letter. (new-cap)
(#1865) Unexpected tab character. (no-tabs)
(#1866) Unexpected tab character. (no-tabs)
(#1867) Unexpected tab character. (no-tabs)
(#1868) Unexpected tab character. (no-tabs)
(#1869) Unexpected tab character. (no-tabs)
(#1869) Identifier 'haxe_io_BytesBuffer' is not in camel case. (camelcase)
(#1870) Unexpected tab character. (no-tabs)
(#1870) Identifier 'haxe_io_BytesBuffer' is not in camel case. (camelcase)
(#1871) Unexpected tab character. (no-tabs)
(#1871) Identifier 'haxe_io_BytesBuffer' is not in camel case. (camelcase)
(#1872) Unexpected tab character. (no-tabs)
(#1873) Unexpected tab character. (no-tabs)
(#1873) Identifier 'haxe_io_Output' is not in camel case. (camelcase)
(#1874) Unexpected tab character. (no-tabs)
(#1874) 'c' is defined but never used. (no-unused-vars)
(#1875) This line has a length of 180. Maximum allowed is 132. (max-len)
(#1875) Unexpected tab character. (no-tabs)
(#1875) A constructor name should not start with a lowercase letter. (new-cap)
(#1875) A space is required after ','. (comma-spacing)
(#1875) A space is required after ','. (comma-spacing)
(#1875) There should be no space after '{'. (object-curly-spacing)
(#1875) Extra space after key 'fileName'. (key-spacing)
(#1875) Extra space after key 'lineNumber'. (key-spacing)
(#1875) Extra space after key 'className'. (key-spacing)
(#1875) Extra space after key 'methodName'. (key-spacing)
(#1876) Unexpected tab character. (no-tabs)
(#1877) Unexpected tab character. (no-tabs)
(#1877) A space is required after ','. (comma-spacing)
(#1877) A space is required after ','. (comma-spacing)
(#1878) Unexpected tab character. (no-tabs)
(#1878) Expected space(s) after "if". (keyword-spacing)
(#1879) Unexpected tab character. (no-tabs)
(#1879) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1879) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1880) Unexpected tab character. (no-tabs)
(#1881) Unexpected tab character. (no-tabs)
(#1882) Unexpected tab character. (no-tabs)
(#1883) Unexpected tab character. (no-tabs)
(#1883) Expected space(s) after "while". (keyword-spacing)
(#1884) Unexpected tab character. (no-tabs)
(#1885) Unexpected tab character. (no-tabs)
(#1886) Unexpected tab character. (no-tabs)
(#1887) Unexpected tab character. (no-tabs)
(#1888) Unexpected tab character. (no-tabs)
(#1889) Unexpected tab character. (no-tabs)
(#1890) Unexpected tab character. (no-tabs)
(#1891) Unexpected tab character. (no-tabs)
(#1892) Unexpected tab character. (no-tabs)
(#1893) Unexpected tab character. (no-tabs)
(#1893) Expected space(s) after "while". (keyword-spacing)
(#1894) Unexpected tab character. (no-tabs)
(#1894) A space is required after ','. (comma-spacing)
(#1894) A space is required after ','. (comma-spacing)
(#1895) Unexpected tab character. (no-tabs)
(#1895) Expected space(s) after "if". (keyword-spacing)
(#1896) Unexpected tab character. (no-tabs)
(#1896) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1896) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1897) Unexpected tab character. (no-tabs)
(#1898) Unexpected tab character. (no-tabs)
(#1899) Unexpected tab character. (no-tabs)
(#1900) Unexpected tab character. (no-tabs)
(#1901) Unexpected tab character. (no-tabs)
(#1902) Unexpected tab character. (no-tabs)
(#1902) A space is required after ','. (comma-spacing)
(#1902) A space is required after ','. (comma-spacing)
(#1903) Unexpected tab character. (no-tabs)
(#1903) Expected space(s) after "while". (keyword-spacing)
(#1904) Unexpected tab character. (no-tabs)
(#1904) A space is required after ','. (comma-spacing)
(#1904) A space is required after ','. (comma-spacing)
(#1905) Unexpected tab character. (no-tabs)
(#1906) Unexpected tab character. (no-tabs)
(#1907) Unexpected tab character. (no-tabs)
(#1908) Unexpected tab character. (no-tabs)
(#1909) Unexpected tab character. (no-tabs)
(#1910) Unexpected tab character. (no-tabs)
(#1910) Expected space(s) after "if". (keyword-spacing)
(#1911) Unexpected tab character. (no-tabs)
(#1911) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1911) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1912) Unexpected tab character. (no-tabs)
(#1913) Unexpected tab character. (no-tabs)
(#1913) Expected space(s) after "if". (keyword-spacing)
(#1914) Unexpected tab character. (no-tabs)
(#1914) Unexpected use of '>>'. (no-bitwise)
(#1915) Unexpected tab character. (no-tabs)
(#1915) Unexpected use of '&'. (no-bitwise)
(#1916) Unexpected tab character. (no-tabs)
(#1917) Unexpected tab character. (no-tabs)
(#1917) Unexpected use of '&'. (no-bitwise)
(#1918) Unexpected tab character. (no-tabs)
(#1918) Unexpected use of '>>'. (no-bitwise)
(#1919) Unexpected tab character. (no-tabs)
(#1920) Unexpected tab character. (no-tabs)
(#1921) Unexpected tab character. (no-tabs)
(#1922) Unexpected tab character. (no-tabs)
(#1922) Expected space(s) after "if". (keyword-spacing)
(#1923) Unexpected tab character. (no-tabs)
(#1923) Unexpected use of '>>>'. (no-bitwise)
(#1924) Unexpected tab character. (no-tabs)
(#1924) Unexpected use of '&'. (no-bitwise)
(#1924) Unexpected use of '>>'. (no-bitwise)
(#1925) Unexpected tab character. (no-tabs)
(#1925) Unexpected use of '&'. (no-bitwise)
(#1925) Unexpected use of '>>'. (no-bitwise)
(#1926) Unexpected tab character. (no-tabs)
(#1926) Unexpected use of '&'. (no-bitwise)
(#1927) Unexpected tab character. (no-tabs)
(#1928) Unexpected tab character. (no-tabs)
(#1928) Unexpected use of '&'. (no-bitwise)
(#1929) Unexpected tab character. (no-tabs)
(#1929) Unexpected use of '&'. (no-bitwise)
(#1929) Unexpected use of '>>'. (no-bitwise)
(#1930) Unexpected tab character. (no-tabs)
(#1930) Unexpected use of '&'. (no-bitwise)
(#1930) Unexpected use of '>>'. (no-bitwise)
(#1931) Unexpected tab character. (no-tabs)
(#1931) Unexpected use of '>>>'. (no-bitwise)
(#1932) Unexpected tab character. (no-tabs)
(#1933) Unexpected tab character. (no-tabs)
(#1934) Unexpected tab character. (no-tabs)
(#1934) A space is required after ','. (comma-spacing)
(#1935) Unexpected tab character. (no-tabs)
(#1935) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#1935) A space is required after ','. (comma-spacing)
(#1936) Unexpected tab character. (no-tabs)
(#1936) A space is required after ','. (comma-spacing)
(#1936) A space is required after ','. (comma-spacing)
(#1937) Unexpected tab character. (no-tabs)
(#1938) Unexpected tab character. (no-tabs)
(#1939) Unexpected tab character. (no-tabs)
(#1939) Identifier 'haxe_io_Output' is not in camel case. (camelcase)
(#1940) Unexpected tab character. (no-tabs)
(#1940) Identifier 'haxe_io_Output' is not in camel case. (camelcase)
(#1941) Unexpected tab character. (no-tabs)
(#1941) Identifier 'haxe_io_Output' is not in camel case. (camelcase)
(#1942) Unexpected tab character. (no-tabs)
(#1943) Unexpected tab character. (no-tabs)
(#1943) Identifier 'haxe_io_BytesOutput' is not in camel case. (camelcase)
(#1943) Identifier 'haxe_io_Output' is not in camel case. (camelcase)
(#1944) Unexpected tab character. (no-tabs)
(#1945) Unexpected tab character. (no-tabs)
(#1946) Unexpected tab character. (no-tabs)
(#1946) A constructor name should not start with a lowercase letter. (new-cap)
(#1947) Unexpected tab character. (no-tabs)
(#1948) Unexpected tab character. (no-tabs)
(#1949) Unexpected tab character. (no-tabs)
(#1950) Unexpected tab character. (no-tabs)
(#1951) Unexpected tab character. (no-tabs)
(#1951) A space is required after ','. (comma-spacing)
(#1951) A space is required after ','. (comma-spacing)
(#1952) Unexpected tab character. (no-tabs)
(#1952) A space is required after ','. (comma-spacing)
(#1952) A space is required after ','. (comma-spacing)
(#1953) Unexpected tab character. (no-tabs)
(#1954) Unexpected tab character. (no-tabs)
(#1955) Unexpected tab character. (no-tabs)
(#1956) Unexpected tab character. (no-tabs)
(#1957) Unexpected tab character. (no-tabs)
(#1958) Unexpected tab character. (no-tabs)
(#1959) Unexpected tab character. (no-tabs)
(#1959) Identifier 'haxe_io_BytesOutput' is not in camel case. (camelcase)
(#1960) Unexpected tab character. (no-tabs)
(#1960) Identifier 'haxe_io_BytesOutput' is not in camel case. (camelcase)
(#1960) Identifier 'haxe_io_Output' is not in camel case. (camelcase)
(#1961) Unexpected tab character. (no-tabs)
(#1961) Identifier 'haxe_io_BytesOutput' is not in camel case. (camelcase)
(#1962) Unexpected tab character. (no-tabs)
(#1962) Identifier 'haxe_io_BytesOutput' is not in camel case. (camelcase)
(#1963) Unexpected tab character. (no-tabs)
(#1964) Unexpected tab character. (no-tabs)
(#1964) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1964) There should be no space after '{'. (object-curly-spacing)
(#1964) Missing space before value for key '__ename__'. (key-spacing)
(#1964) A space is required after ','. (comma-spacing)
(#1964) Missing space before value for key '__constructs__'. (key-spacing)
(#1965) Unexpected tab character. (no-tabs)
(#1965) ',' should be placed last. (comma-style)
(#1965) A space is required after ','. (comma-spacing)
(#1965) Identifier '_hx_name' is not in camel case. (camelcase)
(#1965) Missing space before value for key '_hx_name'. (key-spacing)
(#1965) A space is required after ','. (comma-spacing)
(#1965) Identifier '_hx_index' is not in camel case. (camelcase)
(#1965) Missing space before value for key '_hx_index'. (key-spacing)
(#1965) A space is required after ','. (comma-spacing)
(#1965) Missing space before value for key '__enum__'. (key-spacing)
(#1965) A space is required after ','. (comma-spacing)
(#1965) Missing space before value for key 'toString'. (key-spacing)
(#1966) Unexpected tab character. (no-tabs)
(#1966) ',' should be placed last. (comma-style)
(#1966) A space is required after ','. (comma-spacing)
(#1966) Identifier '_hx_name' is not in camel case. (camelcase)
(#1966) Missing space before value for key '_hx_name'. (key-spacing)
(#1966) A space is required after ','. (comma-spacing)
(#1966) Identifier '_hx_index' is not in camel case. (camelcase)
(#1966) Missing space before value for key '_hx_index'. (key-spacing)
(#1966) A space is required after ','. (comma-spacing)
(#1966) Missing space before value for key '__enum__'. (key-spacing)
(#1966) A space is required after ','. (comma-spacing)
(#1966) Missing space before value for key 'toString'. (key-spacing)
(#1967) Unexpected tab character. (no-tabs)
(#1967) ',' should be placed last. (comma-style)
(#1967) A space is required after ','. (comma-spacing)
(#1967) Identifier '_hx_name' is not in camel case. (camelcase)
(#1967) Missing space before value for key '_hx_name'. (key-spacing)
(#1967) A space is required after ','. (comma-spacing)
(#1967) Identifier '_hx_index' is not in camel case. (camelcase)
(#1967) Missing space before value for key '_hx_index'. (key-spacing)
(#1967) A space is required after ','. (comma-spacing)
(#1967) Missing space before value for key '__enum__'. (key-spacing)
(#1967) A space is required after ','. (comma-spacing)
(#1967) Missing space before value for key 'toString'. (key-spacing)
(#1968) This line has a length of 149. Maximum allowed is 132. (max-len)
(#1968) Unexpected tab character. (no-tabs)
(#1968) ',' should be placed last. (comma-style)
(#1968) A space is required after ','. (comma-spacing)
(#1968) Operator '=' must be spaced. (space-infix-ops)
(#1968) Statement inside of curly braces should be on next line. (brace-style)
(#1968) Identifier '_hx_index' is not in camel case. (camelcase)
(#1968) Missing space before value for key '_hx_index'. (key-spacing)
(#1968) A space is required after ','. (comma-spacing)
(#1968) Missing space before value for key 'e'. (key-spacing)
(#1968) A space is required after ','. (comma-spacing)
(#1968) Missing space before value for key '__enum__'. (key-spacing)
(#1968) A space is required after ','. (comma-spacing)
(#1968) Missing space before value for key 'toString'. (key-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) A space is required after ','. (comma-spacing)
(#1968) Identifier '_hx_name' is not in camel case. (camelcase)
(#1968) Operator '=' must be spaced. (space-infix-ops)
(#1968) A space is required after ','. (comma-spacing)
(#1968) A space is required after ','. (comma-spacing)
(#1969) Unexpected tab character. (no-tabs)
(#1970) Unexpected tab character. (no-tabs)
(#1970) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1970) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1970) A space is required after ','. (comma-spacing)
(#1970) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1970) A space is required after ','. (comma-spacing)
(#1970) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1970) A space is required after ','. (comma-spacing)
(#1970) Identifier 'haxe_io_Error' is not in camel case. (camelcase)
(#1971) Unexpected tab character. (no-tabs)
(#1971) Identifier 'haxe_iterators_ArrayIterator' is not in camel case. (camelcase)
(#1972) Unexpected tab character. (no-tabs)
(#1973) Unexpected tab character. (no-tabs)
(#1974) Unexpected tab character. (no-tabs)
(#1975) Unexpected tab character. (no-tabs)
(#1976) Unexpected tab character. (no-tabs)
(#1977) Unexpected tab character. (no-tabs)
(#1978) Unexpected tab character. (no-tabs)
(#1979) Unexpected tab character. (no-tabs)
(#1980) Unexpected tab character. (no-tabs)
(#1981) Unexpected tab character. (no-tabs)
(#1982) Unexpected tab character. (no-tabs)
(#1983) Unexpected tab character. (no-tabs)
(#1983) Identifier 'haxe_iterators_ArrayIterator' is not in camel case. (camelcase)
(#1984) Unexpected tab character. (no-tabs)
(#1984) Identifier 'haxe_iterators_ArrayIterator' is not in camel case. (camelcase)
(#1985) Unexpected tab character. (no-tabs)
(#1985) Identifier 'haxe_iterators_ArrayIterator' is not in camel case. (camelcase)
(#1986) Unexpected tab character. (no-tabs)
(#1987) Unexpected tab character. (no-tabs)
(#1987) Identifier 'haxe_xml_Printer' is not in camel case. (camelcase)
(#1988) Unexpected tab character. (no-tabs)
(#1989) Unexpected tab character. (no-tabs)
(#1990) Unexpected tab character. (no-tabs)
(#1991) Unexpected tab character. (no-tabs)
(#1992) Unexpected tab character. (no-tabs)
(#1992) Method 'writeNode' has a complexity of 48. Maximum allowed is 20. (complexity)
(#1992) A space is required after ','. (comma-spacing)
(#1993) Unexpected tab character. (no-tabs)
(#1993) Expected space(s) after "switch". (keyword-spacing)
(#1994) Unexpected tab character. (no-tabs)
(#1995) Unexpected tab character. (no-tabs)
(#1996) Unexpected tab character. (no-tabs)
(#1996) Expected space(s) after "if". (keyword-spacing)
(#1997) This line has a length of 169. Maximum allowed is 132. (max-len)
(#1997) Unexpected tab character. (no-tabs)
(#1997) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#1997) Use '===' to compare with null. (no-eq-null)
(#1998) Unexpected tab character. (no-tabs)
(#1999) Unexpected tab character. (no-tabs)
(#2000) Unexpected tab character. (no-tabs)
(#2000) Unexpected lexical declaration in case block. (no-case-declarations)
(#2001) Unexpected tab character. (no-tabs)
(#2001) Expected space(s) after "while". (keyword-spacing)
(#2002) Unexpected tab character. (no-tabs)
(#2003) Unexpected tab character. (no-tabs)
(#2004) Unexpected tab character. (no-tabs)
(#2004) A space is required after ','. (comma-spacing)
(#2005) Unexpected tab character. (no-tabs)
(#2006) Unexpected tab character. (no-tabs)
(#2007) Unexpected tab character. (no-tabs)
(#2008) Unexpected tab character. (no-tabs)
(#2008) Expected space(s) after "if". (keyword-spacing)
(#2009) Unexpected tab character. (no-tabs)
(#2010) Unexpected tab character. (no-tabs)
(#2010) Expected space(s) after "if". (keyword-spacing)
(#2011) Unexpected tab character. (no-tabs)
(#2012) Unexpected tab character. (no-tabs)
(#2013) Unexpected tab character. (no-tabs)
(#2013) Expected space(s) after "if". (keyword-spacing)
(#2014) This line has a length of 185. Maximum allowed is 132. (max-len)
(#2014) Unexpected tab character. (no-tabs)
(#2014) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2014) Use '===' to compare with null. (no-eq-null)
(#2015) Unexpected tab character. (no-tabs)
(#2016) Unexpected tab character. (no-tabs)
(#2016) Identifier '_g_current' is not in camel case. (camelcase)
(#2017) Unexpected tab character. (no-tabs)
(#2017) Identifier '_g_array' is not in camel case. (camelcase)
(#2018) Unexpected tab character. (no-tabs)
(#2018) Expected space(s) after "while". (keyword-spacing)
(#2018) Identifier '_g_current' is not in camel case. (camelcase)
(#2018) Identifier '_g_array' is not in camel case. (camelcase)
(#2019) Unexpected tab character. (no-tabs)
(#2019) Identifier '_g_array' is not in camel case. (camelcase)
(#2019) Identifier '_g_current' is not in camel case. (camelcase)
(#2020) Unexpected tab character. (no-tabs)
(#2020) A space is required after ','. (comma-spacing)
(#2021) Unexpected tab character. (no-tabs)
(#2022) Unexpected tab character. (no-tabs)
(#2023) Unexpected tab character. (no-tabs)
(#2023) Expected space(s) after "if". (keyword-spacing)
(#2024) This line has a length of 173. Maximum allowed is 132. (max-len)
(#2024) Unexpected tab character. (no-tabs)
(#2024) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2024) Use '===' to compare with null. (no-eq-null)
(#2025) Unexpected tab character. (no-tabs)
(#2026) Unexpected tab character. (no-tabs)
(#2027) Unexpected tab character. (no-tabs)
(#2028) Unexpected tab character. (no-tabs)
(#2028) Expected space(s) after "if". (keyword-spacing)
(#2029) Unexpected tab character. (no-tabs)
(#2030) Unexpected tab character. (no-tabs)
(#2031) Unexpected tab character. (no-tabs)
(#2032) Unexpected tab character. (no-tabs)
(#2033) Unexpected tab character. (no-tabs)
(#2033) Expected space(s) after "if". (keyword-spacing)
(#2034) Unexpected tab character. (no-tabs)
(#2035) Unexpected tab character. (no-tabs)
(#2036) Unexpected tab character. (no-tabs)
(#2037) Unexpected tab character. (no-tabs)
(#2038) Unexpected tab character. (no-tabs)
(#2039) Unexpected tab character. (no-tabs)
(#2039) Expected space(s) after "if". (keyword-spacing)
(#2040) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2040) Unexpected tab character. (no-tabs)
(#2040) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2040) Use '===' to compare with null. (no-eq-null)
(#2041) Unexpected tab character. (no-tabs)
(#2042) Unexpected tab character. (no-tabs)
(#2042) Unexpected lexical declaration in case block. (no-case-declarations)
(#2043) Unexpected tab character. (no-tabs)
(#2043) Expected space(s) after "if". (keyword-spacing)
(#2044) Unexpected tab character. (no-tabs)
(#2045) Unexpected tab character. (no-tabs)
(#2046) Unexpected tab character. (no-tabs)
(#2046) Expected space(s) after "if". (keyword-spacing)
(#2047) Unexpected tab character. (no-tabs)
(#2048) Unexpected tab character. (no-tabs)
(#2049) Unexpected tab character. (no-tabs)
(#2050) Unexpected tab character. (no-tabs)
(#2051) Unexpected tab character. (no-tabs)
(#2052) Unexpected tab character. (no-tabs)
(#2053) Unexpected tab character. (no-tabs)
(#2053) Expected space(s) after "if". (keyword-spacing)
(#2054) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2054) Unexpected tab character. (no-tabs)
(#2054) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2054) Use '===' to compare with null. (no-eq-null)
(#2055) Unexpected tab character. (no-tabs)
(#2056) Unexpected tab character. (no-tabs)
(#2057) Unexpected tab character. (no-tabs)
(#2058) Unexpected tab character. (no-tabs)
(#2058) Expected space(s) after "if". (keyword-spacing)
(#2059) Unexpected tab character. (no-tabs)
(#2060) Unexpected tab character. (no-tabs)
(#2061) Unexpected tab character. (no-tabs)
(#2062) Unexpected tab character. (no-tabs)
(#2063) Unexpected tab character. (no-tabs)
(#2063) Expected space(s) after "if". (keyword-spacing)
(#2064) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2064) Unexpected tab character. (no-tabs)
(#2064) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2064) Use '===' to compare with null. (no-eq-null)
(#2065) Unexpected tab character. (no-tabs)
(#2066) Unexpected tab character. (no-tabs)
(#2066) Unexpected lexical declaration in case block. (no-case-declarations)
(#2067) Unexpected tab character. (no-tabs)
(#2067) Unexpected lexical declaration in case block. (no-case-declarations)
(#2067) Identifier '_this_r' is not in camel case. (camelcase)
(#2067) Unexpected control character(s) in regular expression: \x0a, \x0d, \x09. (no-control-regex)
(#2067) A space is required after ','. (comma-spacing)
(#2068) Unexpected tab character. (no-tabs)
(#2068) A space is required after ','. (comma-spacing)
(#2069) Unexpected tab character. (no-tabs)
(#2070) Unexpected tab character. (no-tabs)
(#2070) Use '===' to compare with null. (no-eq-null)
(#2071) Unexpected tab character. (no-tabs)
(#2071) Unexpected lexical declaration in case block. (no-case-declarations)
(#2072) Unexpected tab character. (no-tabs)
(#2073) Unexpected tab character. (no-tabs)
(#2073) Expected space(s) after "if". (keyword-spacing)
(#2074) Unexpected tab character. (no-tabs)
(#2075) Unexpected tab character. (no-tabs)
(#2076) Unexpected tab character. (no-tabs)
(#2077) Unexpected tab character. (no-tabs)
(#2078) Unexpected tab character. (no-tabs)
(#2078) Expected space(s) after "if". (keyword-spacing)
(#2079) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2079) Unexpected tab character. (no-tabs)
(#2079) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2079) Use '===' to compare with null. (no-eq-null)
(#2080) Unexpected tab character. (no-tabs)
(#2081) Unexpected tab character. (no-tabs)
(#2082) Unexpected tab character. (no-tabs)
(#2082) Expected space(s) after "if". (keyword-spacing)
(#2083) Unexpected tab character. (no-tabs)
(#2084) Unexpected tab character. (no-tabs)
(#2085) Unexpected tab character. (no-tabs)
(#2086) Unexpected tab character. (no-tabs)
(#2087) Unexpected tab character. (no-tabs)
(#2087) Expected space(s) after "if". (keyword-spacing)
(#2088) This line has a length of 153. Maximum allowed is 132. (max-len)
(#2088) Unexpected tab character. (no-tabs)
(#2088) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2088) Use '===' to compare with null. (no-eq-null)
(#2089) Unexpected tab character. (no-tabs)
(#2090) Unexpected tab character. (no-tabs)
(#2091) Unexpected tab character. (no-tabs)
(#2091) Expected space(s) after "if". (keyword-spacing)
(#2092) Unexpected tab character. (no-tabs)
(#2093) Unexpected tab character. (no-tabs)
(#2094) Unexpected tab character. (no-tabs)
(#2095) Unexpected tab character. (no-tabs)
(#2096) Unexpected tab character. (no-tabs)
(#2096) Expected space(s) after "if". (keyword-spacing)
(#2097) This line has a length of 181. Maximum allowed is 132. (max-len)
(#2097) Unexpected tab character. (no-tabs)
(#2097) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2097) Use '===' to compare with null. (no-eq-null)
(#2098) Unexpected tab character. (no-tabs)
(#2099) Unexpected tab character. (no-tabs)
(#2099) Unexpected lexical declaration in case block. (no-case-declarations)
(#2099) Identifier '_g_current' is not in camel case. (camelcase)
(#2100) Unexpected tab character. (no-tabs)
(#2100) Unexpected lexical declaration in case block. (no-case-declarations)
(#2100) Identifier '_g_array' is not in camel case. (camelcase)
(#2101) Unexpected tab character. (no-tabs)
(#2101) Expected space(s) after "while". (keyword-spacing)
(#2101) Identifier '_g_current' is not in camel case. (camelcase)
(#2101) Identifier '_g_array' is not in camel case. (camelcase)
(#2102) Unexpected tab character. (no-tabs)
(#2102) Identifier '_g_array' is not in camel case. (camelcase)
(#2102) Identifier '_g_current' is not in camel case. (camelcase)
(#2103) Unexpected tab character. (no-tabs)
(#2103) A space is required after ','. (comma-spacing)
(#2104) Unexpected tab character. (no-tabs)
(#2105) Unexpected tab character. (no-tabs)
(#2106) Unexpected tab character. (no-tabs)
(#2107) Unexpected tab character. (no-tabs)
(#2108) Unexpected tab character. (no-tabs)
(#2109) Unexpected tab character. (no-tabs)
(#2109) Expected space(s) after "if". (keyword-spacing)
(#2110) This line has a length of 173. Maximum allowed is 132. (max-len)
(#2110) Unexpected tab character. (no-tabs)
(#2110) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2110) Use '===' to compare with null. (no-eq-null)
(#2111) Unexpected tab character. (no-tabs)
(#2112) Unexpected tab character. (no-tabs)
(#2112) Identifier '_g_current' is not in camel case. (camelcase)
(#2113) Unexpected tab character. (no-tabs)
(#2113) Identifier '_g_array' is not in camel case. (camelcase)
(#2114) Unexpected tab character. (no-tabs)
(#2114) Expected space(s) after "while". (keyword-spacing)
(#2114) Identifier '_g_current' is not in camel case. (camelcase)
(#2114) Identifier '_g_array' is not in camel case. (camelcase)
(#2115) Unexpected tab character. (no-tabs)
(#2115) Identifier '_g_array' is not in camel case. (camelcase)
(#2115) Identifier '_g_current' is not in camel case. (camelcase)
(#2116) Unexpected tab character. (no-tabs)
(#2116) Expected space(s) after "switch". (keyword-spacing)
(#2117) Unexpected tab character. (no-tabs)
(#2118) Unexpected tab character. (no-tabs)
(#2119) Unexpected tab character. (no-tabs)
(#2120) Unexpected tab character. (no-tabs)
(#2120) Expected space(s) after "if". (keyword-spacing)
(#2121) This line has a length of 157. Maximum allowed is 132. (max-len)
(#2121) Unexpected tab character. (no-tabs)
(#2121) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2121) Use '===' to compare with null. (no-eq-null)
(#2122) Unexpected tab character. (no-tabs)
(#2123) Unexpected tab character. (no-tabs)
(#2123) Expected space(s) after "if". (keyword-spacing)
(#2124) Unexpected tab character. (no-tabs)
(#2125) Unexpected tab character. (no-tabs)
(#2126) Unexpected tab character. (no-tabs)
(#2127) Unexpected tab character. (no-tabs)
(#2128) Unexpected tab character. (no-tabs)
(#2129) Unexpected tab character. (no-tabs)
(#2130) Unexpected tab character. (no-tabs)
(#2131) Unexpected tab character. (no-tabs)
(#2132) Unexpected tab character. (no-tabs)
(#2132) A space is required after ','. (comma-spacing)
(#2133) Unexpected tab character. (no-tabs)
(#2133) Expected space(s) after "if". (keyword-spacing)
(#2133) Use '===' to compare with null. (no-eq-null)
(#2134) Unexpected tab character. (no-tabs)
(#2135) Unexpected tab character. (no-tabs)
(#2136) Unexpected tab character. (no-tabs)
(#2136) A constructor name should not start with a lowercase letter. (new-cap)
(#2137) Unexpected tab character. (no-tabs)
(#2137) A space is required after ','. (comma-spacing)
(#2138) Unexpected tab character. (no-tabs)
(#2139) Unexpected tab character. (no-tabs)
(#2140) Unexpected tab character. (no-tabs)
(#2141) Unexpected tab character. (no-tabs)
(#2141) Identifier 'haxe_xml_Printer' is not in camel case. (camelcase)
(#2142) Unexpected tab character. (no-tabs)
(#2142) Identifier 'haxe_xml_Printer' is not in camel case. (camelcase)
(#2143) Unexpected tab character. (no-tabs)
(#2143) Identifier 'haxe_xml_Printer' is not in camel case. (camelcase)
(#2144) Unexpected tab character. (no-tabs)
(#2145) Unexpected tab character. (no-tabs)
(#2145) Identifier 'haxe_zip_ExtraField' is not in camel case. (camelcase)
(#2145) There should be no space after '{'. (object-curly-spacing)
(#2145) Missing space before value for key '__ename__'. (key-spacing)
(#2145) A space is required after ','. (comma-spacing)
(#2145) Missing space before value for key '__constructs__'. (key-spacing)
(#2146) This line has a length of 193. Maximum allowed is 132. (max-len)
(#2146) Unexpected tab character. (no-tabs)
(#2146) ',' should be placed last. (comma-style)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Operator '=' must be spaced. (space-infix-ops)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Statement inside of curly braces should be on next line. (brace-style)
(#2146) Identifier '_hx_index' is not in camel case. (camelcase)
(#2146) Missing space before value for key '_hx_index'. (key-spacing)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Missing space before value for key 'tag'. (key-spacing)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Missing space before value for key 'bytes'. (key-spacing)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Missing space before value for key '__enum__'. (key-spacing)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Missing space before value for key 'toString'. (key-spacing)
(#2146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2146) A space is required after ','. (comma-spacing)
(#2146) Identifier '_hx_name' is not in camel case. (camelcase)
(#2146) Operator '=' must be spaced. (space-infix-ops)
(#2146) A space is required after ','. (comma-spacing)
(#2146) A space is required after ','. (comma-spacing)
(#2146) A space is required after ','. (comma-spacing)
(#2147) This line has a length of 211. Maximum allowed is 132. (max-len)
(#2147) Unexpected tab character. (no-tabs)
(#2147) ',' should be placed last. (comma-style)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Operator '=' must be spaced. (space-infix-ops)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Statement inside of curly braces should be on next line. (brace-style)
(#2147) Identifier '_hx_index' is not in camel case. (camelcase)
(#2147) Missing space before value for key '_hx_index'. (key-spacing)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Missing space before value for key 'name'. (key-spacing)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Missing space before value for key 'crc'. (key-spacing)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Missing space before value for key '__enum__'. (key-spacing)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Missing space before value for key 'toString'. (key-spacing)
(#2147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2147) A space is required after ','. (comma-spacing)
(#2147) Identifier '_hx_name' is not in camel case. (camelcase)
(#2147) Operator '=' must be spaced. (space-infix-ops)
(#2147) A space is required after ','. (comma-spacing)
(#2147) A space is required after ','. (comma-spacing)
(#2147) A space is required after ','. (comma-spacing)
(#2148) Unexpected tab character. (no-tabs)
(#2148) ',' should be placed last. (comma-style)
(#2148) A space is required after ','. (comma-spacing)
(#2148) Identifier '_hx_name' is not in camel case. (camelcase)
(#2148) Missing space before value for key '_hx_name'. (key-spacing)
(#2148) A space is required after ','. (comma-spacing)
(#2148) Identifier '_hx_index' is not in camel case. (camelcase)
(#2148) Missing space before value for key '_hx_index'. (key-spacing)
(#2148) A space is required after ','. (comma-spacing)
(#2148) Missing space before value for key '__enum__'. (key-spacing)
(#2148) A space is required after ','. (comma-spacing)
(#2148) Missing space before value for key 'toString'. (key-spacing)
(#2149) Unexpected tab character. (no-tabs)
(#2150) This line has a length of 138. Maximum allowed is 132. (max-len)
(#2150) Unexpected tab character. (no-tabs)
(#2150) Identifier 'haxe_zip_ExtraField' is not in camel case. (camelcase)
(#2150) Identifier 'haxe_zip_ExtraField' is not in camel case. (camelcase)
(#2150) A space is required after ','. (comma-spacing)
(#2150) Identifier 'haxe_zip_ExtraField' is not in camel case. (camelcase)
(#2150) A space is required after ','. (comma-spacing)
(#2150) Identifier 'haxe_zip_ExtraField' is not in camel case. (camelcase)
(#2151) Unexpected tab character. (no-tabs)
(#2151) Identifier 'haxe_zip_Writer' is not in camel case. (camelcase)
(#2152) Unexpected tab character. (no-tabs)
(#2153) Unexpected tab character. (no-tabs)
(#2154) Unexpected tab character. (no-tabs)
(#2154) A constructor name should not start with a lowercase letter. (new-cap)
(#2155) Unexpected tab character. (no-tabs)
(#2156) Unexpected tab character. (no-tabs)
(#2157) Unexpected tab character. (no-tabs)
(#2158) Unexpected tab character. (no-tabs)
(#2159) Unexpected tab character. (no-tabs)
(#2159) Unexpected use of '>>'. (no-bitwise)
(#2160) Unexpected tab character. (no-tabs)
(#2160) Unexpected use of '|'. (no-bitwise)
(#2160) Unexpected use of '|'. (no-bitwise)
(#2160) Unexpected use of '<<'. (no-bitwise)
(#2160) Unexpected use of '<<'. (no-bitwise)
(#2161) Unexpected tab character. (no-tabs)
(#2162) Unexpected tab character. (no-tabs)
(#2163) Unexpected tab character. (no-tabs)
(#2164) Unexpected tab character. (no-tabs)
(#2164) Unexpected use of '|'. (no-bitwise)
(#2164) Unexpected use of '|'. (no-bitwise)
(#2164) Unexpected use of '<<'. (no-bitwise)
(#2164) Unexpected use of '<<'. (no-bitwise)
(#2165) Unexpected tab character. (no-tabs)
(#2166) Unexpected tab character. (no-tabs)
(#2167) Unexpected tab character. (no-tabs)
(#2168) Unexpected tab character. (no-tabs)
(#2169) Unexpected tab character. (no-tabs)
(#2169) Expected space(s) after "if". (keyword-spacing)
(#2169) Use '===' to compare with null. (no-eq-null)
(#2170) Unexpected tab character. (no-tabs)
(#2170) Identifier '_g_head' is not in camel case. (camelcase)
(#2171) Unexpected tab character. (no-tabs)
(#2171) Expected space(s) after "while". (keyword-spacing)
(#2171) Identifier '_g_head' is not in camel case. (camelcase)
(#2171) Use '===' to compare with null. (no-eq-null)
(#2172) Unexpected tab character. (no-tabs)
(#2172) Identifier '_g_head' is not in camel case. (camelcase)
(#2173) Unexpected tab character. (no-tabs)
(#2173) Identifier '_g_head' is not in camel case. (camelcase)
(#2173) Identifier '_g_head' is not in camel case. (camelcase)
(#2174) Unexpected tab character. (no-tabs)
(#2175) Unexpected tab character. (no-tabs)
(#2175) Expected space(s) after "if". (keyword-spacing)
(#2176) Unexpected tab character. (no-tabs)
(#2176) Unexpected use of '|='. (no-bitwise)
(#2177) Unexpected tab character. (no-tabs)
(#2178) Unexpected tab character. (no-tabs)
(#2179) Unexpected tab character. (no-tabs)
(#2180) Unexpected tab character. (no-tabs)
(#2181) Unexpected tab character. (no-tabs)
(#2182) Unexpected tab character. (no-tabs)
(#2183) Unexpected tab character. (no-tabs)
(#2183) Expected space(s) after "if". (keyword-spacing)
(#2183) Use '===' to compare with null. (no-eq-null)
(#2184) Unexpected tab character. (no-tabs)
(#2185) Unexpected tab character. (no-tabs)
(#2186) Unexpected tab character. (no-tabs)
(#2187) Unexpected tab character. (no-tabs)
(#2188) Unexpected tab character. (no-tabs)
(#2188) A constructor name should not start with a lowercase letter. (new-cap)
(#2189) Unexpected tab character. (no-tabs)
(#2190) Unexpected tab character. (no-tabs)
(#2190) Expected space(s) after "if". (keyword-spacing)
(#2190) Use '===' to compare with null. (no-eq-null)
(#2191) Unexpected tab character. (no-tabs)
(#2191) Expected space(s) after "if". (keyword-spacing)
(#2192) Unexpected tab character. (no-tabs)
(#2192) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2193) Unexpected tab character. (no-tabs)
(#2194) Unexpected tab character. (no-tabs)
(#2194) Identifier 'haxe_crypto_Crc32' is not in camel case. (camelcase)
(#2195) Unexpected tab character. (no-tabs)
(#2196) Unexpected tab character. (no-tabs)
(#2196) Expected space(s) after "if". (keyword-spacing)
(#2197) Unexpected tab character. (no-tabs)
(#2198) Unexpected tab character. (no-tabs)
(#2199) Unexpected tab character. (no-tabs)
(#2200) Unexpected tab character. (no-tabs)
(#2201) Unexpected tab character. (no-tabs)
(#2202) Unexpected tab character. (no-tabs)
(#2203) Unexpected tab character. (no-tabs)
(#2204) Unexpected tab character. (no-tabs)
(#2205) Unexpected tab character. (no-tabs)
(#2206) Unexpected tab character. (no-tabs)
(#2207) Unexpected tab character. (no-tabs)
(#2207) A constructor name should not start with a lowercase letter. (new-cap)
(#2208) Unexpected tab character. (no-tabs)
(#2208) Expected space(s) after "if". (keyword-spacing)
(#2208) Use '===' to compare with null. (no-eq-null)
(#2209) Unexpected tab character. (no-tabs)
(#2209) Identifier '_g_head' is not in camel case. (camelcase)
(#2210) Unexpected tab character. (no-tabs)
(#2210) Expected space(s) after "while". (keyword-spacing)
(#2210) Identifier '_g_head' is not in camel case. (camelcase)
(#2210) Use '===' to compare with null. (no-eq-null)
(#2211) Unexpected tab character. (no-tabs)
(#2211) Identifier '_g_head' is not in camel case. (camelcase)
(#2212) Unexpected tab character. (no-tabs)
(#2212) Identifier '_g_head' is not in camel case. (camelcase)
(#2212) Identifier '_g_head' is not in camel case. (camelcase)
(#2213) Unexpected tab character. (no-tabs)
(#2214) Unexpected tab character. (no-tabs)
(#2214) Expected space(s) after "switch". (keyword-spacing)
(#2215) Unexpected tab character. (no-tabs)
(#2216) Unexpected tab character. (no-tabs)
(#2216) Unexpected lexical declaration in case block. (no-case-declarations)
(#2217) Unexpected tab character. (no-tabs)
(#2217) Unexpected lexical declaration in case block. (no-case-declarations)
(#2218) Unexpected tab character. (no-tabs)
(#2219) Unexpected tab character. (no-tabs)
(#2220) Unexpected tab character. (no-tabs)
(#2221) Unexpected tab character. (no-tabs)
(#2222) Unexpected tab character. (no-tabs)
(#2223) Unexpected tab character. (no-tabs)
(#2223) Unexpected lexical declaration in case block. (no-case-declarations)
(#2224) Unexpected tab character. (no-tabs)
(#2224) Unexpected lexical declaration in case block. (no-case-declarations)
(#2225) Unexpected tab character. (no-tabs)
(#2225) Unexpected lexical declaration in case block. (no-case-declarations)
(#2225) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#2226) Unexpected tab character. (no-tabs)
(#2227) Unexpected tab character. (no-tabs)
(#2228) Unexpected tab character. (no-tabs)
(#2229) Unexpected tab character. (no-tabs)
(#2230) Unexpected tab character. (no-tabs)
(#2231) Unexpected tab character. (no-tabs)
(#2232) Unexpected tab character. (no-tabs)
(#2233) Unexpected tab character. (no-tabs)
(#2234) Unexpected tab character. (no-tabs)
(#2235) Unexpected tab character. (no-tabs)
(#2236) Unexpected tab character. (no-tabs)
(#2237) Unexpected tab character. (no-tabs)
(#2238) Unexpected tab character. (no-tabs)
(#2239) Unexpected tab character. (no-tabs)
(#2240) Unexpected tab character. (no-tabs)
(#2241) This line has a length of 168. Maximum allowed is 132. (max-len)
(#2241) Unexpected tab character. (no-tabs)
(#2241) There should be no space after '{'. (object-curly-spacing)
(#2241) Extra space after key 'name'. (key-spacing)
(#2241) Extra space after key 'compressed'. (key-spacing)
(#2241) Extra space after key 'clen'. (key-spacing)
(#2241) Extra space after key 'size'. (key-spacing)
(#2241) Extra space after key 'crc'. (key-spacing)
(#2241) Extra space after key 'date'. (key-spacing)
(#2241) Extra space after key 'fields'. (key-spacing)
(#2242) Unexpected tab character. (no-tabs)
(#2243) Unexpected tab character. (no-tabs)
(#2244) Unexpected tab character. (no-tabs)
(#2244) Identifier '_g_head' is not in camel case. (camelcase)
(#2245) Unexpected tab character. (no-tabs)
(#2245) Expected space(s) after "while". (keyword-spacing)
(#2245) Identifier '_g_head' is not in camel case. (camelcase)
(#2245) Use '===' to compare with null. (no-eq-null)
(#2246) Unexpected tab character. (no-tabs)
(#2246) Identifier '_g_head' is not in camel case. (camelcase)
(#2247) Unexpected tab character. (no-tabs)
(#2247) Identifier '_g_head' is not in camel case. (camelcase)
(#2247) Identifier '_g_head' is not in camel case. (camelcase)
(#2248) Unexpected tab character. (no-tabs)
(#2249) Unexpected tab character. (no-tabs)
(#2250) Unexpected tab character. (no-tabs)
(#2250) A space is required after ','. (comma-spacing)
(#2250) A space is required after ','. (comma-spacing)
(#2251) Unexpected tab character. (no-tabs)
(#2252) Unexpected tab character. (no-tabs)
(#2253) Unexpected tab character. (no-tabs)
(#2254) Unexpected tab character. (no-tabs)
(#2255) Unexpected tab character. (no-tabs)
(#2255) Identifier 'cdr_size' is not in camel case. (camelcase)
(#2256) Unexpected tab character. (no-tabs)
(#2256) Identifier 'cdr_offset' is not in camel case. (camelcase)
(#2257) Unexpected tab character. (no-tabs)
(#2257) Identifier '_g_head' is not in camel case. (camelcase)
(#2258) Unexpected tab character. (no-tabs)
(#2258) Expected space(s) after "while". (keyword-spacing)
(#2258) Identifier '_g_head' is not in camel case. (camelcase)
(#2258) Use '===' to compare with null. (no-eq-null)
(#2259) Unexpected tab character. (no-tabs)
(#2259) Identifier '_g_head' is not in camel case. (camelcase)
(#2260) Unexpected tab character. (no-tabs)
(#2260) Identifier '_g_head' is not in camel case. (camelcase)
(#2260) Identifier '_g_head' is not in camel case. (camelcase)
(#2261) Unexpected tab character. (no-tabs)
(#2262) Unexpected tab character. (no-tabs)
(#2263) Unexpected tab character. (no-tabs)
(#2264) Unexpected tab character. (no-tabs)
(#2265) Unexpected tab character. (no-tabs)
(#2266) Unexpected tab character. (no-tabs)
(#2267) Unexpected tab character. (no-tabs)
(#2268) Unexpected tab character. (no-tabs)
(#2269) Unexpected tab character. (no-tabs)
(#2270) Unexpected tab character. (no-tabs)
(#2271) Unexpected tab character. (no-tabs)
(#2272) Unexpected tab character. (no-tabs)
(#2273) Unexpected tab character. (no-tabs)
(#2274) Unexpected tab character. (no-tabs)
(#2275) Unexpected tab character. (no-tabs)
(#2276) Unexpected tab character. (no-tabs)
(#2277) Unexpected tab character. (no-tabs)
(#2278) Unexpected tab character. (no-tabs)
(#2279) Unexpected tab character. (no-tabs)
(#2280) Unexpected tab character. (no-tabs)
(#2281) Unexpected tab character. (no-tabs)
(#2282) Unexpected tab character. (no-tabs)
(#2282) Identifier 'cdr_size' is not in camel case. (camelcase)
(#2283) Unexpected tab character. (no-tabs)
(#2283) Identifier 'cdr_offset' is not in camel case. (camelcase)
(#2284) Unexpected tab character. (no-tabs)
(#2285) Unexpected tab character. (no-tabs)
(#2286) Unexpected tab character. (no-tabs)
(#2287) Unexpected tab character. (no-tabs)
(#2288) Unexpected tab character. (no-tabs)
(#2289) Unexpected tab character. (no-tabs)
(#2290) Unexpected tab character. (no-tabs)
(#2291) Unexpected tab character. (no-tabs)
(#2292) Unexpected tab character. (no-tabs)
(#2293) Unexpected tab character. (no-tabs)
(#2294) Unexpected tab character. (no-tabs)
(#2295) Unexpected tab character. (no-tabs)
(#2295) Identifier 'haxe_zip_Writer' is not in camel case. (camelcase)
(#2296) Unexpected tab character. (no-tabs)
(#2296) Identifier 'haxe_zip_Writer' is not in camel case. (camelcase)
(#2297) Unexpected tab character. (no-tabs)
(#2297) Identifier 'haxe_zip_Writer' is not in camel case. (camelcase)
(#2298) Unexpected tab character. (no-tabs)
(#2299) Unexpected tab character. (no-tabs)
(#2299) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2300) Unexpected tab character. (no-tabs)
(#2301) Unexpected tab character. (no-tabs)
(#2301) Expected space(s) after "if". (keyword-spacing)
(#2301) Use '===' to compare with null. (no-eq-null)
(#2302) Unexpected tab character. (no-tabs)
(#2303) Unexpected tab character. (no-tabs)
(#2303) Expected space(s) after "if". (keyword-spacing)
(#2304) Unexpected tab character. (no-tabs)
(#2305) Unexpected tab character. (no-tabs)
(#2306) Unexpected tab character. (no-tabs)
(#2307) Unexpected tab character. (no-tabs)
(#2307) Expected space(s) after "if". (keyword-spacing)
(#2307) Use '===' to compare with null. (no-eq-null)
(#2308) Unexpected tab character. (no-tabs)
(#2309) Unexpected tab character. (no-tabs)
(#2310) Unexpected tab character. (no-tabs)
(#2310) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2311) Unexpected tab character. (no-tabs)
(#2311) Expected space(s) after "if". (keyword-spacing)
(#2311) Use '===' to compare with null. (no-eq-null)
(#2312) Unexpected tab character. (no-tabs)
(#2312) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2313) Unexpected tab character. (no-tabs)
(#2314) Unexpected tab character. (no-tabs)
(#2315) Unexpected tab character. (no-tabs)
(#2316) Unexpected tab character. (no-tabs)
(#2317) Unexpected tab character. (no-tabs)
(#2317) Identifier '__string_rec' is not in camel case. (camelcase)
(#2317) Static method '__string_rec' has a complexity of 28. Maximum allowed is 20. (complexity)
(#2317) A space is required after ','. (comma-spacing)
(#2318) Unexpected tab character. (no-tabs)
(#2318) Expected space(s) after "if". (keyword-spacing)
(#2318) Use '===' to compare with null. (no-eq-null)
(#2319) Unexpected tab character. (no-tabs)
(#2320) Unexpected tab character. (no-tabs)
(#2321) Unexpected tab character. (no-tabs)
(#2321) Expected space(s) after "if". (keyword-spacing)
(#2322) Unexpected tab character. (no-tabs)
(#2323) Unexpected tab character. (no-tabs)
(#2324) Unexpected tab character. (no-tabs)
(#2324) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2325) Unexpected tab character. (no-tabs)
(#2325) Expected space(s) after "if". (keyword-spacing)
(#2326) Unexpected tab character. (no-tabs)
(#2327) Unexpected tab character. (no-tabs)
(#2328) Unexpected tab character. (no-tabs)
(#2328) Expected space(s) after "switch". (keyword-spacing)
(#2329) Unexpected tab character. (no-tabs)
(#2330) Unexpected tab character. (no-tabs)
(#2331) Unexpected tab character. (no-tabs)
(#2332) Unexpected tab character. (no-tabs)
(#2332) Expected space(s) after "if". (keyword-spacing)
(#2333) Unexpected tab character. (no-tabs)
(#2334) Unexpected tab character. (no-tabs)
(#2335) Unexpected tab character. (no-tabs)
(#2336) Unexpected tab character. (no-tabs)
(#2336) Expected space(s) after "if". (keyword-spacing)
(#2337) Unexpected tab character. (no-tabs)
(#2338) Unexpected tab character. (no-tabs)
(#2338) '$this' is defined but never used. (no-unused-vars)
(#2339) Unexpected tab character. (no-tabs)
(#2340) Unexpected tab character. (no-tabs)
(#2341) Unexpected tab character. (no-tabs)
(#2342) Unexpected tab character. (no-tabs)
(#2343) Unexpected tab character. (no-tabs)
(#2344) Unexpected tab character. (no-tabs)
(#2344) Expected space(s) after "while". (keyword-spacing)
(#2344) Unexpected constant condition. (no-constant-condition)
(#2345) Unexpected tab character. (no-tabs)
(#2345) Expected space(s) after "if". (keyword-spacing)
(#2346) Unexpected tab character. (no-tabs)
(#2347) Unexpected tab character. (no-tabs)
(#2348) Unexpected tab character. (no-tabs)
(#2349) Unexpected tab character. (no-tabs)
(#2350) Unexpected tab character. (no-tabs)
(#2350) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2350) A space is required after ','. (comma-spacing)
(#2351) Unexpected tab character. (no-tabs)
(#2352) Unexpected tab character. (no-tabs)
(#2353) Unexpected tab character. (no-tabs)
(#2354) Unexpected tab character. (no-tabs)
(#2355) Unexpected tab character. (no-tabs)
(#2356) Unexpected tab character. (no-tabs)
(#2357) Unexpected tab character. (no-tabs)
(#2358) Unexpected tab character. (no-tabs)
(#2359) Unexpected tab character. (no-tabs)
(#2360) Unexpected tab character. (no-tabs)
(#2360) Expected space(s) after "if". (keyword-spacing)
(#2361) Unexpected tab character. (no-tabs)
(#2362) Unexpected tab character. (no-tabs)
(#2363) Unexpected tab character. (no-tabs)
(#2364) Unexpected tab character. (no-tabs)
(#2365) Unexpected tab character. (no-tabs)
(#2365) Expected space(s) after "while". (keyword-spacing)
(#2366) Unexpected tab character. (no-tabs)
(#2367) Unexpected tab character. (no-tabs)
(#2367) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2367) A space is required after ','. (comma-spacing)
(#2368) Unexpected tab character. (no-tabs)
(#2369) Unexpected tab character. (no-tabs)
(#2370) Unexpected tab character. (no-tabs)
(#2371) Unexpected tab character. (no-tabs)
(#2372) Unexpected tab character. (no-tabs)
(#2372) Unexpected lexical declaration in case block. (no-case-declarations)
(#2373) Unexpected tab character. (no-tabs)
(#2374) Unexpected tab character. (no-tabs)
(#2375) Unexpected tab character. (no-tabs)
(#2375) Expected space(s) after "catch". (keyword-spacing)
(#2375) There should be no space after this paren. (space-in-parens)
(#2375) There should be no space before this paren. (space-in-parens)
(#2376) Unexpected tab character. (no-tabs)
(#2377) Unexpected tab character. (no-tabs)
(#2378) Unexpected tab character. (no-tabs)
(#2378) Expected space(s) after "if". (keyword-spacing)
(#2378) Use '===' to compare with null. (no-eq-null)
(#2378) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2379) Unexpected tab character. (no-tabs)
(#2380) Unexpected tab character. (no-tabs)
(#2380) Expected space(s) after "if". (keyword-spacing)
(#2381) Unexpected tab character. (no-tabs)
(#2382) Unexpected tab character. (no-tabs)
(#2383) Unexpected tab character. (no-tabs)
(#2384) Unexpected tab character. (no-tabs)
(#2384) Unexpected lexical declaration in case block. (no-case-declarations)
(#2385) Unexpected tab character. (no-tabs)
(#2386) Unexpected tab character. (no-tabs)
(#2386) Unexpected lexical declaration in case block. (no-case-declarations)
(#2386) Use '===' to compare with null. (no-eq-null)
(#2387) Unexpected tab character. (no-tabs)
(#2387) Unexpected lexical declaration in case block. (no-case-declarations)
(#2388) Unexpected tab character. (no-tabs)
(#2388) Expected space(s) after "for". (keyword-spacing)
(#2388) There should be no space after this paren. (space-in-parens)
(#2388) There should be no space before this paren. (space-in-parens)
(#2389) Unexpected tab character. (no-tabs)
(#2389) Expected space(s) after "if". (keyword-spacing)
(#2390) Unexpected tab character. (no-tabs)
(#2391) Unexpected tab character. (no-tabs)
(#2392) This line has a length of 136. Maximum allowed is 132. (max-len)
(#2392) Unexpected tab character. (no-tabs)
(#2392) Expected space(s) after "if". (keyword-spacing)
(#2393) Unexpected tab character. (no-tabs)
(#2394) Unexpected tab character. (no-tabs)
(#2395) Unexpected tab character. (no-tabs)
(#2395) Expected space(s) after "if". (keyword-spacing)
(#2396) Unexpected tab character. (no-tabs)
(#2397) Unexpected tab character. (no-tabs)
(#2398) Unexpected tab character. (no-tabs)
(#2398) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2398) A space is required after ','. (comma-spacing)
(#2399) Unexpected tab character. (no-tabs)
(#2400) Unexpected tab character. (no-tabs)
(#2401) Unexpected tab character. (no-tabs)
(#2402) Unexpected tab character. (no-tabs)
(#2403) Unexpected tab character. (no-tabs)
(#2404) Unexpected tab character. (no-tabs)
(#2405) Unexpected tab character. (no-tabs)
(#2406) Unexpected tab character. (no-tabs)
(#2407) Unexpected tab character. (no-tabs)
(#2408) Unexpected tab character. (no-tabs)
(#2409) Unexpected tab character. (no-tabs)
(#2409) A space is required after ','. (comma-spacing)
(#2410) Unexpected tab character. (no-tabs)
(#2410) Expected space(s) after "if". (keyword-spacing)
(#2410) Use '===' to compare with null. (no-eq-null)
(#2411) Unexpected tab character. (no-tabs)
(#2412) Unexpected tab character. (no-tabs)
(#2413) Unexpected tab character. (no-tabs)
(#2413) Expected space(s) after "if". (keyword-spacing)
(#2414) Unexpected tab character. (no-tabs)
(#2415) Unexpected tab character. (no-tabs)
(#2416) Unexpected tab character. (no-tabs)
(#2417) Unexpected tab character. (no-tabs)
(#2417) Expected space(s) after "if". (keyword-spacing)
(#2417) Use '===' to compare with null. (no-eq-null)
(#2417) Use '===' to compare with null. (no-eq-null)
(#2418) Unexpected tab character. (no-tabs)
(#2419) Unexpected tab character. (no-tabs)
(#2420) Unexpected tab character. (no-tabs)
(#2420) Expected space(s) after "while". (keyword-spacing)
(#2421) Unexpected tab character. (no-tabs)
(#2422) Unexpected tab character. (no-tabs)
(#2423) Unexpected tab character. (no-tabs)
(#2423) Expected space(s) after "if". (keyword-spacing)
(#2423) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2423) A space is required after ','. (comma-spacing)
(#2424) Unexpected tab character. (no-tabs)
(#2425) Unexpected tab character. (no-tabs)
(#2426) Unexpected tab character. (no-tabs)
(#2427) Unexpected tab character. (no-tabs)
(#2428) Unexpected tab character. (no-tabs)
(#2428) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2428) A space is required after ','. (comma-spacing)
(#2429) Unexpected tab character. (no-tabs)
(#2430) Unexpected tab character. (no-tabs)
(#2430) A space is required after ','. (comma-spacing)
(#2431) Unexpected tab character. (no-tabs)
(#2431) Expected space(s) after "if". (keyword-spacing)
(#2431) Use '===' to compare with null. (no-eq-null)
(#2432) Unexpected tab character. (no-tabs)
(#2433) Unexpected tab character. (no-tabs)
(#2434) Unexpected tab character. (no-tabs)
(#2434) Expected space(s) after "switch". (keyword-spacing)
(#2435) Unexpected tab character. (no-tabs)
(#2436) Unexpected tab character. (no-tabs)
(#2437) Unexpected tab character. (no-tabs)
(#2437) 'Bool' declared on line 5250 column 7 is used outside of binding context. (block-scoped-var)
(#2438) Unexpected tab character. (no-tabs)
(#2438) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2439) Unexpected tab character. (no-tabs)
(#2439) 'Dynamic' declared on line 5248 column 7 is used outside of binding context. (block-scoped-var)
(#2440) Unexpected tab character. (no-tabs)
(#2440) Use '===' to compare with null. (no-eq-null)
(#2441) Unexpected tab character. (no-tabs)
(#2441) 'Float' declared on line 5249 column 7 is used outside of binding context. (block-scoped-var)
(#2442) Unexpected tab character. (no-tabs)
(#2442) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2443) Unexpected tab character. (no-tabs)
(#2443) 'Int' declared on line 5247 column 7 is used outside of binding context. (block-scoped-var)
(#2444) Unexpected tab character. (no-tabs)
(#2444) Expected space(s) after "if". (keyword-spacing)
(#2444) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2445) Unexpected tab character. (no-tabs)
(#2445) Unexpected use of '|'. (no-bitwise)
(#2446) Unexpected tab character. (no-tabs)
(#2447) Unexpected tab character. (no-tabs)
(#2448) Unexpected tab character. (no-tabs)
(#2449) Unexpected tab character. (no-tabs)
(#2449) Unreachable code. (no-unreachable)
(#2450) Unexpected tab character. (no-tabs)
(#2451) Unexpected tab character. (no-tabs)
(#2451) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2452) Unexpected tab character. (no-tabs)
(#2453) Unexpected tab character. (no-tabs)
(#2453) Expected space(s) after "if". (keyword-spacing)
(#2453) Use '===' to compare with null. (no-eq-null)
(#2454) Unexpected tab character. (no-tabs)
(#2454) Expected space(s) after "if". (keyword-spacing)
(#2454) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2455) Unexpected tab character. (no-tabs)
(#2455) Expected space(s) after "if". (keyword-spacing)
(#2455) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2455) A space is required after ','. (comma-spacing)
(#2456) Unexpected tab character. (no-tabs)
(#2457) Unexpected tab character. (no-tabs)
(#2458) Unexpected tab character. (no-tabs)
(#2458) Expected space(s) after "if". (keyword-spacing)
(#2458) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2458) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2459) Unexpected tab character. (no-tabs)
(#2459) Expected space(s) after "if". (keyword-spacing)
(#2460) Unexpected tab character. (no-tabs)
(#2461) Unexpected tab character. (no-tabs)
(#2462) Unexpected tab character. (no-tabs)
(#2463) Unexpected tab character. (no-tabs)
(#2464) Unexpected tab character. (no-tabs)
(#2465) Unexpected tab character. (no-tabs)
(#2466) Unexpected tab character. (no-tabs)
(#2466) Expected space(s) after "if". (keyword-spacing)
(#2466) 'Class' declared on line 5251 column 7 is used outside of binding context. (block-scoped-var)
(#2466) Use '===' to compare with null. (no-eq-null)
(#2467) Unexpected tab character. (no-tabs)
(#2468) Unexpected tab character. (no-tabs)
(#2469) Unexpected tab character. (no-tabs)
(#2469) Expected space(s) after "if". (keyword-spacing)
(#2469) 'Enum' declared on line 5252 column 7 is used outside of binding context. (block-scoped-var)
(#2469) Use '===' to compare with null. (no-eq-null)
(#2470) Unexpected tab character. (no-tabs)
(#2471) Unexpected tab character. (no-tabs)
(#2472) Unexpected tab character. (no-tabs)
(#2472) Use '===' to compare with null. (no-eq-null)
(#2473) Unexpected tab character. (no-tabs)
(#2474) Unexpected tab character. (no-tabs)
(#2475) Unexpected tab character. (no-tabs)
(#2475) A space is required after ','. (comma-spacing)
(#2476) Unexpected tab character. (no-tabs)
(#2476) Expected space(s) after "if". (keyword-spacing)
(#2477) Unexpected tab character. (no-tabs)
(#2477) Expected space(s) after "if". (keyword-spacing)
(#2478) Unexpected tab character. (no-tabs)
(#2478) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2478) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2478) A space is required after ','. (comma-spacing)
(#2479) Unexpected tab character. (no-tabs)
(#2480) Unexpected tab character. (no-tabs)
(#2481) Unexpected tab character. (no-tabs)
(#2482) Unexpected tab character. (no-tabs)
(#2483) Unexpected tab character. (no-tabs)
(#2484) Unexpected tab character. (no-tabs)
(#2485) Unexpected tab character. (no-tabs)
(#2486) Unexpected tab character. (no-tabs)
(#2486) A space is required after ','. (comma-spacing)
(#2487) Unexpected tab character. (no-tabs)
(#2487) Expected space(s) after "if". (keyword-spacing)
(#2487) Use '===' to compare with null. (no-eq-null)
(#2487) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2487) A space is required after ','. (comma-spacing)
(#2488) Unexpected tab character. (no-tabs)
(#2489) Unexpected tab character. (no-tabs)
(#2490) Unexpected tab character. (no-tabs)
(#2490) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#2491) Unexpected tab character. (no-tabs)
(#2492) Unexpected tab character. (no-tabs)
(#2493) Unexpected tab character. (no-tabs)
(#2494) Unexpected tab character. (no-tabs)
(#2494) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2494) A space is required after ','. (comma-spacing)
(#2495) Unexpected tab character. (no-tabs)
(#2495) Expected space(s) after "if". (keyword-spacing)
(#2496) Unexpected tab character. (no-tabs)
(#2497) Unexpected tab character. (no-tabs)
(#2498) Unexpected tab character. (no-tabs)
(#2499) Unexpected tab character. (no-tabs)
(#2500) Unexpected tab character. (no-tabs)
(#2501) Unexpected tab character. (no-tabs)
(#2501) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2501) Use '===' to compare with null. (no-eq-null)
(#2502) Unexpected tab character. (no-tabs)
(#2503) Unexpected tab character. (no-tabs)
(#2504) Unexpected tab character. (no-tabs)
(#2505) Unexpected tab character. (no-tabs)
(#2506) Unexpected tab character. (no-tabs)
(#2507) Unexpected tab character. (no-tabs)
(#2507) Identifier 'js_Boot' is not in camel case. (camelcase)
(#2508) Unexpected tab character. (no-tabs)
(#2508) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2509) Unexpected tab character. (no-tabs)
(#2510) Unexpected tab character. (no-tabs)
(#2511) Unexpected tab character. (no-tabs)
(#2512) Unexpected tab character. (no-tabs)
(#2513) Unexpected tab character. (no-tabs)
(#2513) Identifier 'set_name' is not in camel case. (camelcase)
(#2514) Unexpected tab character. (no-tabs)
(#2515) Unexpected tab character. (no-tabs)
(#2515) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2516) Unexpected tab character. (no-tabs)
(#2516) A space is required after ','. (comma-spacing)
(#2516) A space is required after ','. (comma-spacing)
(#2517) Unexpected tab character. (no-tabs)
(#2518) Unexpected tab character. (no-tabs)
(#2519) Unexpected tab character. (no-tabs)
(#2520) Unexpected tab character. (no-tabs)
(#2520) A space is required after ','. (comma-spacing)
(#2521) Unexpected tab character. (no-tabs)
(#2522) Unexpected tab character. (no-tabs)
(#2523) Unexpected tab character. (no-tabs)
(#2524) Unexpected tab character. (no-tabs)
(#2525) Unexpected tab character. (no-tabs)
(#2525) A space is required after ','. (comma-spacing)
(#2526) Unexpected tab character. (no-tabs)
(#2527) Unexpected tab character. (no-tabs)
(#2528) Unexpected tab character. (no-tabs)
(#2529) Unexpected tab character. (no-tabs)
(#2529) Static method 'fixName' has a complexity of 41. Maximum allowed is 20. (complexity)
(#2529) A space is required after ','. (comma-spacing)
(#2530) Unexpected tab character. (no-tabs)
(#2530) Expected space(s) after "if". (keyword-spacing)
(#2530) Use '===' to compare with null. (no-eq-null)
(#2531) Unexpected tab character. (no-tabs)
(#2532) Unexpected tab character. (no-tabs)
(#2533) Unexpected tab character. (no-tabs)
(#2534) Unexpected tab character. (no-tabs)
(#2535) Unexpected tab character. (no-tabs)
(#2536) Unexpected tab character. (no-tabs)
(#2537) Unexpected tab character. (no-tabs)
(#2537) Expected space(s) after "while". (keyword-spacing)
(#2538) Unexpected tab character. (no-tabs)
(#2539) Unexpected tab character. (no-tabs)
(#2539) A space is required after ','. (comma-spacing)
(#2540) Unexpected tab character. (no-tabs)
(#2541) Unexpected tab character. (no-tabs)
(#2541) Expected space(s) after "switch". (keyword-spacing)
(#2542) Unexpected tab character. (no-tabs)
(#2543) Unexpected tab character. (no-tabs)
(#2543) Expected space(s) after "if". (keyword-spacing)
(#2544) Unexpected tab character. (no-tabs)
(#2545) Unexpected tab character. (no-tabs)
(#2546) Unexpected tab character. (no-tabs)
(#2547) Unexpected tab character. (no-tabs)
(#2548) Unexpected tab character. (no-tabs)
(#2549) Unexpected tab character. (no-tabs)
(#2550) Unexpected tab character. (no-tabs)
(#2551) Unexpected tab character. (no-tabs)
(#2552) Unexpected tab character. (no-tabs)
(#2553) Unexpected tab character. (no-tabs)
(#2554) Unexpected tab character. (no-tabs)
(#2555) Unexpected tab character. (no-tabs)
(#2556) Unexpected tab character. (no-tabs)
(#2557) Unexpected tab character. (no-tabs)
(#2558) Unexpected tab character. (no-tabs)
(#2559) Unexpected tab character. (no-tabs)
(#2560) Unexpected tab character. (no-tabs)
(#2561) Unexpected tab character. (no-tabs)
(#2562) Unexpected tab character. (no-tabs)
(#2563) Unexpected tab character. (no-tabs)
(#2564) Unexpected tab character. (no-tabs)
(#2565) Unexpected tab character. (no-tabs)
(#2566) Unexpected tab character. (no-tabs)
(#2567) Unexpected tab character. (no-tabs)
(#2568) Unexpected tab character. (no-tabs)
(#2569) Unexpected tab character. (no-tabs)
(#2570) Unexpected tab character. (no-tabs)
(#2571) Unexpected tab character. (no-tabs)
(#2572) Unexpected tab character. (no-tabs)
(#2573) Unexpected tab character. (no-tabs)
(#2574) Unexpected tab character. (no-tabs)
(#2575) Unexpected tab character. (no-tabs)
(#2576) Unexpected tab character. (no-tabs)
(#2577) Unexpected tab character. (no-tabs)
(#2578) Unexpected tab character. (no-tabs)
(#2579) Unexpected tab character. (no-tabs)
(#2580) Unexpected tab character. (no-tabs)
(#2581) Unexpected tab character. (no-tabs)
(#2582) Unexpected tab character. (no-tabs)
(#2583) Unexpected tab character. (no-tabs)
(#2584) Unexpected tab character. (no-tabs)
(#2585) Unexpected tab character. (no-tabs)
(#2586) Unexpected tab character. (no-tabs)
(#2587) Unexpected tab character. (no-tabs)
(#2588) Unexpected tab character. (no-tabs)
(#2589) Unexpected tab character. (no-tabs)
(#2590) Unexpected tab character. (no-tabs)
(#2591) Unexpected tab character. (no-tabs)
(#2592) Unexpected tab character. (no-tabs)
(#2593) Unexpected tab character. (no-tabs)
(#2594) Unexpected tab character. (no-tabs)
(#2595) Unexpected tab character. (no-tabs)
(#2596) Unexpected tab character. (no-tabs)
(#2597) Unexpected tab character. (no-tabs)
(#2598) Unexpected tab character. (no-tabs)
(#2599) Unexpected tab character. (no-tabs)
(#2600) Unexpected tab character. (no-tabs)
(#2601) Unexpected tab character. (no-tabs)
(#2602) Unexpected tab character. (no-tabs)
(#2602) Expected space(s) after "if". (keyword-spacing)
(#2603) Unexpected tab character. (no-tabs)
(#2604) Unexpected tab character. (no-tabs)
(#2605) Unexpected tab character. (no-tabs)
(#2606) Unexpected tab character. (no-tabs)
(#2607) Unexpected tab character. (no-tabs)
(#2608) Unexpected tab character. (no-tabs)
(#2609) Unexpected tab character. (no-tabs)
(#2610) Unexpected tab character. (no-tabs)
(#2611) Unexpected tab character. (no-tabs)
(#2612) Unexpected tab character. (no-tabs)
(#2613) Unexpected tab character. (no-tabs)
(#2614) Unexpected tab character. (no-tabs)
(#2614) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2615) Unexpected tab character. (no-tabs)
(#2615) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2616) Unexpected tab character. (no-tabs)
(#2616) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2617) Unexpected tab character. (no-tabs)
(#2618) Unexpected tab character. (no-tabs)
(#2618) Identifier 'model_Set' is not in camel case. (camelcase)
(#2618) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2619) Unexpected tab character. (no-tabs)
(#2619) A space is required after ','. (comma-spacing)
(#2619) A space is required after ','. (comma-spacing)
(#2619) A space is required after ','. (comma-spacing)
(#2619) A space is required after ','. (comma-spacing)
(#2620) Unexpected tab character. (no-tabs)
(#2620) Expected space(s) after "if". (keyword-spacing)
(#2620) Use '===' to compare with null. (no-eq-null)
(#2621) Unexpected tab character. (no-tabs)
(#2622) Unexpected tab character. (no-tabs)
(#2623) Unexpected tab character. (no-tabs)
(#2623) Expected space(s) after "if". (keyword-spacing)
(#2623) Use '===' to compare with null. (no-eq-null)
(#2624) Unexpected tab character. (no-tabs)
(#2625) Unexpected tab character. (no-tabs)
(#2626) Unexpected tab character. (no-tabs)
(#2626) Expected space(s) after "if". (keyword-spacing)
(#2626) Use '===' to compare with null. (no-eq-null)
(#2627) Unexpected tab character. (no-tabs)
(#2628) Unexpected tab character. (no-tabs)
(#2629) Unexpected tab character. (no-tabs)
(#2630) Unexpected tab character. (no-tabs)
(#2631) Unexpected tab character. (no-tabs)
(#2632) Unexpected tab character. (no-tabs)
(#2633) Unexpected tab character. (no-tabs)
(#2634) Unexpected tab character. (no-tabs)
(#2635) Unexpected tab character. (no-tabs)
(#2636) Unexpected tab character. (no-tabs)
(#2637) Unexpected tab character. (no-tabs)
(#2638) Unexpected tab character. (no-tabs)
(#2639) Unexpected tab character. (no-tabs)
(#2640) Unexpected tab character. (no-tabs)
(#2641) Unexpected tab character. (no-tabs)
(#2642) Unexpected tab character. (no-tabs)
(#2643) Unexpected tab character. (no-tabs)
(#2644) Unexpected tab character. (no-tabs)
(#2645) Unexpected tab character. (no-tabs)
(#2646) Unexpected tab character. (no-tabs)
(#2647) Unexpected tab character. (no-tabs)
(#2647) A space is required after ','. (comma-spacing)
(#2648) Unexpected tab character. (no-tabs)
(#2649) Unexpected tab character. (no-tabs)
(#2650) Unexpected tab character. (no-tabs)
(#2650) Expected space(s) after "if". (keyword-spacing)
(#2650) Use '===' to compare with null. (no-eq-null)
(#2651) Unexpected tab character. (no-tabs)
(#2651) A space is required after ','. (comma-spacing)
(#2652) Unexpected tab character. (no-tabs)
(#2653) Unexpected tab character. (no-tabs)
(#2654) Unexpected tab character. (no-tabs)
(#2655) Unexpected tab character. (no-tabs)
(#2656) Unexpected tab character. (no-tabs)
(#2657) Unexpected tab character. (no-tabs)
(#2658) Unexpected tab character. (no-tabs)
(#2658) A space is required after ','. (comma-spacing)
(#2659) Unexpected tab character. (no-tabs)
(#2659) A space is required after ','. (comma-spacing)
(#2659) A space is required after ','. (comma-spacing)
(#2660) Unexpected tab character. (no-tabs)
(#2661) Unexpected tab character. (no-tabs)
(#2661) Expected space(s) after "if". (keyword-spacing)
(#2661) Use '===' to compare with null. (no-eq-null)
(#2662) Unexpected tab character. (no-tabs)
(#2662) A space is required after ','. (comma-spacing)
(#2663) Unexpected tab character. (no-tabs)
(#2663) A space is required after ','. (comma-spacing)
(#2663) A space is required after ','. (comma-spacing)
(#2664) Unexpected tab character. (no-tabs)
(#2665) Unexpected tab character. (no-tabs)
(#2666) Unexpected tab character. (no-tabs)
(#2667) Unexpected tab character. (no-tabs)
(#2668) Unexpected tab character. (no-tabs)
(#2669) Unexpected tab character. (no-tabs)
(#2669) Expected space(s) after "if". (keyword-spacing)
(#2669) A space is required after ','. (comma-spacing)
(#2670) Unexpected tab character. (no-tabs)
(#2670) Expected space(s) after "if". (keyword-spacing)
(#2671) Unexpected tab character. (no-tabs)
(#2671) Expected space(s) after "if". (keyword-spacing)
(#2672) Unexpected tab character. (no-tabs)
(#2673) Unexpected tab character. (no-tabs)
(#2674) Unexpected tab character. (no-tabs)
(#2675) Unexpected tab character. (no-tabs)
(#2676) Unexpected tab character. (no-tabs)
(#2677) Unexpected tab character. (no-tabs)
(#2678) Unexpected tab character. (no-tabs)
(#2679) Unexpected tab character. (no-tabs)
(#2680) Unexpected tab character. (no-tabs)
(#2680) A space is required after ','. (comma-spacing)
(#2681) Unexpected tab character. (no-tabs)
(#2681) Expected space(s) after "if". (keyword-spacing)
(#2682) Unexpected tab character. (no-tabs)
(#2683) Unexpected tab character. (no-tabs)
(#2684) Unexpected tab character. (no-tabs)
(#2685) Unexpected tab character. (no-tabs)
(#2686) Unexpected tab character. (no-tabs)
(#2687) Unexpected tab character. (no-tabs)
(#2688) Unexpected tab character. (no-tabs)
(#2689) Unexpected tab character. (no-tabs)
(#2690) Unexpected tab character. (no-tabs)
(#2691) Unexpected tab character. (no-tabs)
(#2692) Unexpected tab character. (no-tabs)
(#2693) Unexpected tab character. (no-tabs)
(#2693) A space is required after ','. (comma-spacing)
(#2694) Unexpected tab character. (no-tabs)
(#2695) Unexpected tab character. (no-tabs)
(#2695) Expected space(s) after "if". (keyword-spacing)
(#2696) Unexpected tab character. (no-tabs)
(#2697) Unexpected tab character. (no-tabs)
(#2697) Expected space(s) after "if". (keyword-spacing)
(#2698) Unexpected tab character. (no-tabs)
(#2698) A space is required after ','. (comma-spacing)
(#2699) Unexpected tab character. (no-tabs)
(#2699) Expected space(s) after "if". (keyword-spacing)
(#2700) Unexpected tab character. (no-tabs)
(#2701) Unexpected tab character. (no-tabs)
(#2702) Unexpected tab character. (no-tabs)
(#2703) Unexpected tab character. (no-tabs)
(#2704) Unexpected tab character. (no-tabs)
(#2705) Unexpected tab character. (no-tabs)
(#2705) Identifier 'model_Set' is not in camel case. (camelcase)
(#2706) Unexpected tab character. (no-tabs)
(#2706) Identifier 'model_Set' is not in camel case. (camelcase)
(#2706) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2707) Unexpected tab character. (no-tabs)
(#2707) Identifier 'model_Set' is not in camel case. (camelcase)
(#2708) Unexpected tab character. (no-tabs)
(#2708) Identifier 'model_Set' is not in camel case. (camelcase)
(#2709) Unexpected tab character. (no-tabs)
(#2710) Unexpected tab character. (no-tabs)
(#2710) Identifier 'model_Association' is not in camel case. (camelcase)
(#2710) Identifier 'model_Set' is not in camel case. (camelcase)
(#2711) Unexpected tab character. (no-tabs)
(#2712) Unexpected tab character. (no-tabs)
(#2713) Unexpected tab character. (no-tabs)
(#2714) Unexpected tab character. (no-tabs)
(#2715) Unexpected tab character. (no-tabs)
(#2716) Unexpected tab character. (no-tabs)
(#2717) Unexpected tab character. (no-tabs)
(#2717) Expected space(s) after "if". (keyword-spacing)
(#2718) Unexpected tab character. (no-tabs)
(#2719) Unexpected tab character. (no-tabs)
(#2720) Unexpected tab character. (no-tabs)
(#2721) Unexpected tab character. (no-tabs)
(#2722) Unexpected tab character. (no-tabs)
(#2723) Unexpected tab character. (no-tabs)
(#2724) Unexpected tab character. (no-tabs)
(#2724) A space is required after ','. (comma-spacing)
(#2725) Unexpected tab character. (no-tabs)
(#2726) Unexpected tab character. (no-tabs)
(#2727) Unexpected tab character. (no-tabs)
(#2728) Unexpected tab character. (no-tabs)
(#2729) Unexpected tab character. (no-tabs)
(#2729) Expected space(s) after "if". (keyword-spacing)
(#2730) Unexpected tab character. (no-tabs)
(#2731) Unexpected tab character. (no-tabs)
(#2732) Unexpected tab character. (no-tabs)
(#2733) Unexpected tab character. (no-tabs)
(#2734) Unexpected tab character. (no-tabs)
(#2735) Unexpected tab character. (no-tabs)
(#2736) Unexpected tab character. (no-tabs)
(#2736) Expected space(s) after "if". (keyword-spacing)
(#2737) Unexpected tab character. (no-tabs)
(#2738) Unexpected tab character. (no-tabs)
(#2739) Unexpected tab character. (no-tabs)
(#2740) Unexpected tab character. (no-tabs)
(#2741) Unexpected tab character. (no-tabs)
(#2742) Unexpected tab character. (no-tabs)
(#2743) Unexpected tab character. (no-tabs)
(#2743) Identifier 'model_Association' is not in camel case. (camelcase)
(#2744) Unexpected tab character. (no-tabs)
(#2744) Identifier 'model_Association' is not in camel case. (camelcase)
(#2744) Identifier 'model_Set' is not in camel case. (camelcase)
(#2745) Unexpected tab character. (no-tabs)
(#2745) Identifier 'model_Association' is not in camel case. (camelcase)
(#2746) Unexpected tab character. (no-tabs)
(#2746) Identifier 'model_Association' is not in camel case. (camelcase)
(#2747) Unexpected tab character. (no-tabs)
(#2748) Unexpected tab character. (no-tabs)
(#2748) Identifier 'model_Diagram' is not in camel case. (camelcase)
(#2749) Unexpected tab character. (no-tabs)
(#2750) Unexpected tab character. (no-tabs)
(#2750) A constructor name should not start with a lowercase letter. (new-cap)
(#2751) Unexpected tab character. (no-tabs)
(#2751) A constructor name should not start with a lowercase letter. (new-cap)
(#2752) Unexpected tab character. (no-tabs)
(#2753) Unexpected tab character. (no-tabs)
(#2754) Unexpected tab character. (no-tabs)
(#2755) Unexpected tab character. (no-tabs)
(#2756) Unexpected tab character. (no-tabs)
(#2757) Unexpected tab character. (no-tabs)
(#2757) Expected space(s) after "if". (keyword-spacing)
(#2757) Use '===' to compare with null. (no-eq-null)
(#2758) Unexpected tab character. (no-tabs)
(#2759) Unexpected tab character. (no-tabs)
(#2760) Unexpected tab character. (no-tabs)
(#2761) Unexpected tab character. (no-tabs)
(#2762) Unexpected tab character. (no-tabs)
(#2763) Unexpected tab character. (no-tabs)
(#2763) A constructor name should not start with a lowercase letter. (new-cap)
(#2764) Unexpected tab character. (no-tabs)
(#2765) Unexpected tab character. (no-tabs)
(#2766) Unexpected tab character. (no-tabs)
(#2767) Unexpected tab character. (no-tabs)
(#2768) Unexpected tab character. (no-tabs)
(#2769) Unexpected tab character. (no-tabs)
(#2769) Expected space(s) after "while". (keyword-spacing)
(#2770) Unexpected tab character. (no-tabs)
(#2770) 'row' is assigned a value but never used. (no-unused-vars)
(#2771) Unexpected tab character. (no-tabs)
(#2772) Unexpected tab character. (no-tabs)
(#2773) Unexpected tab character. (no-tabs)
(#2774) Unexpected tab character. (no-tabs)
(#2774) Expected space(s) after "while". (keyword-spacing)
(#2775) Unexpected tab character. (no-tabs)
(#2775) 'col' is assigned a value but never used. (no-unused-vars)
(#2776) Unexpected tab character. (no-tabs)
(#2777) Unexpected tab character. (no-tabs)
(#2778) Unexpected tab character. (no-tabs)
(#2779) Unexpected tab character. (no-tabs)
(#2780) Unexpected tab character. (no-tabs)
(#2781) Unexpected tab character. (no-tabs)
(#2782) Unexpected tab character. (no-tabs)
(#2782) Expected space(s) after "while". (keyword-spacing)
(#2783) Unexpected tab character. (no-tabs)
(#2784) Unexpected tab character. (no-tabs)
(#2785) Unexpected tab character. (no-tabs)
(#2786) Unexpected tab character. (no-tabs)
(#2787) Unexpected tab character. (no-tabs)
(#2788) Unexpected tab character. (no-tabs)
(#2789) Unexpected tab character. (no-tabs)
(#2790) Unexpected tab character. (no-tabs)
(#2791) Unexpected tab character. (no-tabs)
(#2792) Unexpected tab character. (no-tabs)
(#2793) Unexpected tab character. (no-tabs)
(#2793) Expected space(s) after "while". (keyword-spacing)
(#2794) Unexpected tab character. (no-tabs)
(#2795) Unexpected tab character. (no-tabs)
(#2796) Unexpected tab character. (no-tabs)
(#2797) Unexpected tab character. (no-tabs)
(#2797) Expected space(s) after "while". (keyword-spacing)
(#2798) Unexpected tab character. (no-tabs)
(#2799) Unexpected tab character. (no-tabs)
(#2799) Expected space(s) after "if". (keyword-spacing)
(#2799) Use '===' to compare with null. (no-eq-null)
(#2800) Unexpected tab character. (no-tabs)
(#2801) Unexpected tab character. (no-tabs)
(#2802) Unexpected tab character. (no-tabs)
(#2803) Unexpected tab character. (no-tabs)
(#2804) Unexpected tab character. (no-tabs)
(#2805) Unexpected tab character. (no-tabs)
(#2806) Unexpected tab character. (no-tabs)
(#2807) Unexpected tab character. (no-tabs)
(#2807) Identifier 'model_Diagram' is not in camel case. (camelcase)
(#2808) Unexpected tab character. (no-tabs)
(#2808) Identifier 'model_Diagram' is not in camel case. (camelcase)
(#2809) Unexpected tab character. (no-tabs)
(#2809) Identifier 'model_Diagram' is not in camel case. (camelcase)
(#2810) Unexpected tab character. (no-tabs)
(#2811) Unexpected tab character. (no-tabs)
(#2811) Identifier 'model_ObjectsIterator' is not in camel case. (camelcase)
(#2812) Unexpected tab character. (no-tabs)
(#2813) Unexpected tab character. (no-tabs)
(#2814) Unexpected tab character. (no-tabs)
(#2815) Unexpected tab character. (no-tabs)
(#2815) A space is required after ','. (comma-spacing)
(#2816) Unexpected tab character. (no-tabs)
(#2817) Unexpected tab character. (no-tabs)
(#2818) Unexpected tab character. (no-tabs)
(#2819) Unexpected tab character. (no-tabs)
(#2820) Unexpected tab character. (no-tabs)
(#2821) Unexpected tab character. (no-tabs)
(#2822) Unexpected tab character. (no-tabs)
(#2823) Unexpected tab character. (no-tabs)
(#2824) Unexpected tab character. (no-tabs)
(#2825) Unexpected tab character. (no-tabs)
(#2826) Unexpected tab character. (no-tabs)
(#2826) Identifier 'model_ObjectsIterator' is not in camel case. (camelcase)
(#2827) Unexpected tab character. (no-tabs)
(#2827) Identifier 'model_ObjectsIterator' is not in camel case. (camelcase)
(#2828) Unexpected tab character. (no-tabs)
(#2828) Identifier 'model_ObjectsIterator' is not in camel case. (camelcase)
(#2829) Unexpected tab character. (no-tabs)
(#2830) Unexpected tab character. (no-tabs)
(#2830) Identifier 'model_Field' is not in camel case. (camelcase)
(#2831) Unexpected tab character. (no-tabs)
(#2831) A space is required after ','. (comma-spacing)
(#2831) A space is required after ','. (comma-spacing)
(#2831) A space is required after ','. (comma-spacing)
(#2832) Unexpected tab character. (no-tabs)
(#2832) Expected space(s) after "if". (keyword-spacing)
(#2832) Use '===' to compare with null. (no-eq-null)
(#2833) Unexpected tab character. (no-tabs)
(#2834) Unexpected tab character. (no-tabs)
(#2835) Unexpected tab character. (no-tabs)
(#2835) Expected space(s) after "if". (keyword-spacing)
(#2835) Use '===' to compare with null. (no-eq-null)
(#2836) Unexpected tab character. (no-tabs)
(#2837) Unexpected tab character. (no-tabs)
(#2838) Unexpected tab character. (no-tabs)
(#2839) Unexpected tab character. (no-tabs)
(#2840) Unexpected tab character. (no-tabs)
(#2841) Unexpected tab character. (no-tabs)
(#2842) Unexpected tab character. (no-tabs)
(#2843) Unexpected tab character. (no-tabs)
(#2843) Identifier 'set_name' is not in camel case. (camelcase)
(#2844) Unexpected tab character. (no-tabs)
(#2845) Unexpected tab character. (no-tabs)
(#2845) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2846) Unexpected tab character. (no-tabs)
(#2847) Unexpected tab character. (no-tabs)
(#2848) Unexpected tab character. (no-tabs)
(#2848) Identifier 'set_type' is not in camel case. (camelcase)
(#2849) Unexpected tab character. (no-tabs)
(#2850) Unexpected tab character. (no-tabs)
(#2851) Unexpected tab character. (no-tabs)
(#2851) Identifier 'model_Field' is not in camel case. (camelcase)
(#2852) Unexpected tab character. (no-tabs)
(#2853) Unexpected tab character. (no-tabs)
(#2854) Unexpected tab character. (no-tabs)
(#2855) Unexpected tab character. (no-tabs)
(#2856) Unexpected tab character. (no-tabs)
(#2856) A space is required after ','. (comma-spacing)
(#2857) Unexpected tab character. (no-tabs)
(#2858) Unexpected tab character. (no-tabs)
(#2859) Unexpected tab character. (no-tabs)
(#2859) Identifier 'model_Field' is not in camel case. (camelcase)
(#2860) Unexpected tab character. (no-tabs)
(#2861) Unexpected tab character. (no-tabs)
(#2862) Unexpected tab character. (no-tabs)
(#2862) Identifier 'model_Field' is not in camel case. (camelcase)
(#2863) Unexpected tab character. (no-tabs)
(#2863) Expected space(s) after "if". (keyword-spacing)
(#2864) Unexpected tab character. (no-tabs)
(#2865) Unexpected tab character. (no-tabs)
(#2866) Unexpected tab character. (no-tabs)
(#2867) Unexpected tab character. (no-tabs)
(#2868) Unexpected tab character. (no-tabs)
(#2869) Unexpected tab character. (no-tabs)
(#2869) Expected space(s) after "switch". (keyword-spacing)
(#2870) Unexpected tab character. (no-tabs)
(#2870) Identifier 'model_Field' is not in camel case. (camelcase)
(#2871) Unexpected tab character. (no-tabs)
(#2872) Unexpected tab character. (no-tabs)
(#2872) Identifier 'model_Field' is not in camel case. (camelcase)
(#2873) Unexpected tab character. (no-tabs)
(#2874) Unexpected tab character. (no-tabs)
(#2874) Identifier 'model_Field' is not in camel case. (camelcase)
(#2875) Unexpected tab character. (no-tabs)
(#2876) Unexpected tab character. (no-tabs)
(#2877) Unexpected tab character. (no-tabs)
(#2878) Unexpected tab character. (no-tabs)
(#2879) Unexpected tab character. (no-tabs)
(#2880) Unexpected tab character. (no-tabs)
(#2881) Unexpected tab character. (no-tabs)
(#2882) Unexpected tab character. (no-tabs)
(#2882) Expected space(s) after "if". (keyword-spacing)
(#2883) Unexpected tab character. (no-tabs)
(#2884) Unexpected tab character. (no-tabs)
(#2884) Expected space(s) after "if". (keyword-spacing)
(#2885) Unexpected tab character. (no-tabs)
(#2886) Unexpected tab character. (no-tabs)
(#2886) Expected space(s) after "if". (keyword-spacing)
(#2887) Unexpected tab character. (no-tabs)
(#2888) Unexpected tab character. (no-tabs)
(#2888) Expected space(s) after "if". (keyword-spacing)
(#2889) Unexpected tab character. (no-tabs)
(#2890) Unexpected tab character. (no-tabs)
(#2890) Expected space(s) after "if". (keyword-spacing)
(#2891) Unexpected tab character. (no-tabs)
(#2892) Unexpected tab character. (no-tabs)
(#2892) Expected space(s) after "if". (keyword-spacing)
(#2893) Unexpected tab character. (no-tabs)
(#2894) Unexpected tab character. (no-tabs)
(#2894) Expected space(s) after "if". (keyword-spacing)
(#2895) Unexpected tab character. (no-tabs)
(#2896) Unexpected tab character. (no-tabs)
(#2896) Expected space(s) after "if". (keyword-spacing)
(#2897) Unexpected tab character. (no-tabs)
(#2898) Unexpected tab character. (no-tabs)
(#2899) Unexpected tab character. (no-tabs)
(#2900) Unexpected tab character. (no-tabs)
(#2901) Unexpected tab character. (no-tabs)
(#2902) Unexpected tab character. (no-tabs)
(#2903) Unexpected tab character. (no-tabs)
(#2903) Identifier 'model_Field' is not in camel case. (camelcase)
(#2904) Unexpected tab character. (no-tabs)
(#2905) Unexpected tab character. (no-tabs)
(#2906) Unexpected tab character. (no-tabs)
(#2906) Identifier 'model_Field' is not in camel case. (camelcase)
(#2907) Unexpected tab character. (no-tabs)
(#2907) Identifier 'model_Field' is not in camel case. (camelcase)
(#2908) Unexpected tab character. (no-tabs)
(#2908) Identifier 'model_Field' is not in camel case. (camelcase)
(#2909) Unexpected tab character. (no-tabs)
(#2910) Unexpected tab character. (no-tabs)
(#2910) Identifier 'model_Link' is not in camel case. (camelcase)
(#2911) Unexpected tab character. (no-tabs)
(#2911) A space is required after ','. (comma-spacing)
(#2911) A space is required after ','. (comma-spacing)
(#2911) A space is required after ','. (comma-spacing)
(#2911) A space is required after ','. (comma-spacing)
(#2911) A space is required after ','. (comma-spacing)
(#2911) A space is required after ','. (comma-spacing)
(#2911) A space is required after ','. (comma-spacing)
(#2912) Unexpected tab character. (no-tabs)
(#2913) Unexpected tab character. (no-tabs)
(#2914) Unexpected tab character. (no-tabs)
(#2915) Unexpected tab character. (no-tabs)
(#2916) Unexpected tab character. (no-tabs)
(#2917) Unexpected tab character. (no-tabs)
(#2918) Unexpected tab character. (no-tabs)
(#2919) Unexpected tab character. (no-tabs)
(#2920) Unexpected tab character. (no-tabs)
(#2921) Unexpected tab character. (no-tabs)
(#2921) Identifier 'set_role' is not in camel case. (camelcase)
(#2922) Unexpected tab character. (no-tabs)
(#2923) Unexpected tab character. (no-tabs)
(#2923) Identifier 'model_Obj' is not in camel case. (camelcase)
(#2924) Unexpected tab character. (no-tabs)
(#2925) Unexpected tab character. (no-tabs)
(#2926) Unexpected tab character. (no-tabs)
(#2927) Unexpected tab character. (no-tabs)
(#2928) Unexpected tab character. (no-tabs)
(#2928) Expected space(s) after "if". (keyword-spacing)
(#2929) Unexpected tab character. (no-tabs)
(#2930) Unexpected tab character. (no-tabs)
(#2931) Unexpected tab character. (no-tabs)
(#2932) Unexpected tab character. (no-tabs)
(#2933) Unexpected tab character. (no-tabs)
(#2934) Unexpected tab character. (no-tabs)
(#2935) Unexpected tab character. (no-tabs)
(#2935) Expected space(s) after "if". (keyword-spacing)
(#2936) Unexpected tab character. (no-tabs)
(#2936) Expected space(s) after "if". (keyword-spacing)
(#2937) Unexpected tab character. (no-tabs)
(#2938) Unexpected tab character. (no-tabs)
(#2938) Expected space(s) after "if". (keyword-spacing)
(#2939) Unexpected tab character. (no-tabs)
(#2940) Unexpected tab character. (no-tabs)
(#2941) Unexpected tab character. (no-tabs)
(#2941) A space is required after ','. (comma-spacing)
(#2941) A space is required after ','. (comma-spacing)
(#2942) Unexpected tab character. (no-tabs)
(#2943) Unexpected tab character. (no-tabs)
(#2944) Unexpected tab character. (no-tabs)
(#2945) Unexpected tab character. (no-tabs)
(#2946) Unexpected tab character. (no-tabs)
(#2947) Unexpected tab character. (no-tabs)
(#2947) Identifier 'model_Link' is not in camel case. (camelcase)
(#2948) Unexpected tab character. (no-tabs)
(#2948) Identifier 'model_Link' is not in camel case. (camelcase)
(#2949) Unexpected tab character. (no-tabs)
(#2949) Identifier 'model_Link' is not in camel case. (camelcase)
(#2950) Unexpected tab character. (no-tabs)
(#2951) Unexpected tab character. (no-tabs)
(#2951) Identifier 'model_MLD' is not in camel case. (camelcase)
(#2952) Unexpected tab character. (no-tabs)
(#2953) Unexpected tab character. (no-tabs)
(#2953) A constructor name should not start with a lowercase letter. (new-cap)
(#2954) Unexpected tab character. (no-tabs)
(#2955) Unexpected tab character. (no-tabs)
(#2956) Unexpected tab character. (no-tabs)
(#2956) Expected space(s) after "if". (keyword-spacing)
(#2956) Use '===' to compare with null. (no-eq-null)
(#2957) Unexpected tab character. (no-tabs)
(#2958) Unexpected tab character. (no-tabs)
(#2959) Unexpected tab character. (no-tabs)
(#2960) Unexpected tab character. (no-tabs)
(#2961) Unexpected tab character. (no-tabs)
(#2961) Expected space(s) after "while". (keyword-spacing)
(#2962) Unexpected tab character. (no-tabs)
(#2963) Unexpected tab character. (no-tabs)
(#2964) Unexpected tab character. (no-tabs)
(#2965) Unexpected tab character. (no-tabs)
(#2966) Unexpected tab character. (no-tabs)
(#2967) Unexpected tab character. (no-tabs)
(#2968) Unexpected tab character. (no-tabs)
(#2968) Identifier 'model_MLD' is not in camel case. (camelcase)
(#2969) Unexpected tab character. (no-tabs)
(#2969) Identifier 'model_MLD' is not in camel case. (camelcase)
(#2970) Unexpected tab character. (no-tabs)
(#2970) Identifier 'model_MLD' is not in camel case. (camelcase)
(#2971) Unexpected tab character. (no-tabs)
(#2972) Unexpected tab character. (no-tabs)
(#2972) Identifier 'model_Method' is not in camel case. (camelcase)
(#2972) Identifier 'model_Field' is not in camel case. (camelcase)
(#2973) Unexpected tab character. (no-tabs)
(#2973) A space is required after ','. (comma-spacing)
(#2973) A space is required after ','. (comma-spacing)
(#2973) A space is required after ','. (comma-spacing)
(#2974) Unexpected tab character. (no-tabs)
(#2974) Expected space(s) after "if". (keyword-spacing)
(#2974) Use '===' to compare with null. (no-eq-null)
(#2975) Unexpected tab character. (no-tabs)
(#2976) Unexpected tab character. (no-tabs)
(#2977) Unexpected tab character. (no-tabs)
(#2977) Expected space(s) after "if". (keyword-spacing)
(#2977) Use '===' to compare with null. (no-eq-null)
(#2978) Unexpected tab character. (no-tabs)
(#2979) Unexpected tab character. (no-tabs)
(#2980) Unexpected tab character. (no-tabs)
(#2980) A space is required after ','. (comma-spacing)
(#2980) A space is required after ','. (comma-spacing)
(#2980) A space is required after ','. (comma-spacing)
(#2981) Unexpected tab character. (no-tabs)
(#2982) Unexpected tab character. (no-tabs)
(#2983) Unexpected tab character. (no-tabs)
(#2984) Unexpected tab character. (no-tabs)
(#2984) Identifier 'model_Field' is not in camel case. (camelcase)
(#2985) Unexpected tab character. (no-tabs)
(#2986) Unexpected tab character. (no-tabs)
(#2987) Unexpected tab character. (no-tabs)
(#2987) Expected space(s) after "while". (keyword-spacing)
(#2988) Unexpected tab character. (no-tabs)
(#2989) Unexpected tab character. (no-tabs)
(#2990) Unexpected tab character. (no-tabs)
(#2991) Unexpected tab character. (no-tabs)
(#2992) Unexpected tab character. (no-tabs)
(#2993) Unexpected tab character. (no-tabs)
(#2993) Expected space(s) after "if". (keyword-spacing)
(#2994) Unexpected tab character. (no-tabs)
(#2995) Unexpected tab character. (no-tabs)
(#2996) Unexpected tab character. (no-tabs)
(#2997) Unexpected tab character. (no-tabs)
(#2998) Unexpected tab character. (no-tabs)
(#2999) Unexpected tab character. (no-tabs)
(#2999) Expected space(s) after "if". (keyword-spacing)
(#3000) Unexpected tab character. (no-tabs)
(#3000) A space is required after ','. (comma-spacing)
(#3001) Unexpected tab character. (no-tabs)
(#3001) Expected space(s) after "if". (keyword-spacing)
(#3002) Unexpected tab character. (no-tabs)
(#3003) Unexpected tab character. (no-tabs)
(#3004) Unexpected tab character. (no-tabs)
(#3005) Unexpected tab character. (no-tabs)
(#3006) Unexpected tab character. (no-tabs)
(#3007) Unexpected tab character. (no-tabs)
(#3008) Unexpected tab character. (no-tabs)
(#3009) Unexpected tab character. (no-tabs)
(#3010) Unexpected tab character. (no-tabs)
(#3011) Unexpected tab character. (no-tabs)
(#3012) Unexpected tab character. (no-tabs)
(#3012) Identifier 'model_Method' is not in camel case. (camelcase)
(#3013) Unexpected tab character. (no-tabs)
(#3013) Identifier 'model_Method' is not in camel case. (camelcase)
(#3013) Identifier 'model_Field' is not in camel case. (camelcase)
(#3014) Unexpected tab character. (no-tabs)
(#3014) Identifier 'model_Method' is not in camel case. (camelcase)
(#3015) Unexpected tab character. (no-tabs)
(#3015) Identifier 'model_Method' is not in camel case. (camelcase)
(#3016) Unexpected tab character. (no-tabs)
(#3017) Unexpected tab character. (no-tabs)
(#3017) Identifier 'model_Relation' is not in camel case. (camelcase)
(#3017) Identifier 'model_Obj' is not in camel case. (camelcase)
(#3018) Unexpected tab character. (no-tabs)
(#3019) Unexpected tab character. (no-tabs)
(#3020) Unexpected tab character. (no-tabs)
(#3021) Unexpected tab character. (no-tabs)
(#3022) Unexpected tab character. (no-tabs)
(#3023) Unexpected tab character. (no-tabs)
(#3024) Unexpected tab character. (no-tabs)
(#3025) Unexpected tab character. (no-tabs)
(#3026) Unexpected tab character. (no-tabs)
(#3026) Expected space(s) after "while". (keyword-spacing)
(#3027) This line has a length of 145. Maximum allowed is 132. (max-len)
(#3027) Unexpected tab character. (no-tabs)
(#3027) There should be no space after '{'. (object-curly-spacing)
(#3027) Extra space after key 'names'. (key-spacing)
(#3027) Extra space after key 'relation'. (key-spacing)
(#3027) Extra space after key 'keys'. (key-spacing)
(#3028) Unexpected tab character. (no-tabs)
(#3029) Unexpected tab character. (no-tabs)
(#3030) Unexpected tab character. (no-tabs)
(#3030) Expected space(s) after "while". (keyword-spacing)
(#3031) Unexpected tab character. (no-tabs)
(#3032) Unexpected tab character. (no-tabs)
(#3033) Unexpected tab character. (no-tabs)
(#3034) Unexpected tab character. (no-tabs)
(#3035) Unexpected tab character. (no-tabs)
(#3036) Unexpected tab character. (no-tabs)
(#3037) Unexpected tab character. (no-tabs)
(#3038) Unexpected tab character. (no-tabs)
(#3039) Unexpected tab character. (no-tabs)
(#3040) Unexpected tab character. (no-tabs)
(#3041) Unexpected tab character. (no-tabs)
(#3042) Unexpected tab character. (no-tabs)
(#3043) Unexpected tab character. (no-tabs)
(#3044) Unexpected tab character. (no-tabs)
(#3045) Unexpected tab character. (no-tabs)
(#3046) Unexpected tab character. (no-tabs)
(#3047) Unexpected tab character. (no-tabs)
(#3047) Expected space(s) after "while". (keyword-spacing)
(#3048) Unexpected tab character. (no-tabs)
(#3049) Unexpected tab character. (no-tabs)
(#3050) Unexpected tab character. (no-tabs)
(#3051) This line has a length of 147. Maximum allowed is 132. (max-len)
(#3051) Unexpected tab character. (no-tabs)
(#3052) Unexpected tab character. (no-tabs)
(#3053) Unexpected tab character. (no-tabs)
(#3054) Unexpected tab character. (no-tabs)
(#3055) Unexpected tab character. (no-tabs)
(#3056) Unexpected tab character. (no-tabs)
(#3056) Expected space(s) after "while". (keyword-spacing)
(#3057) Unexpected tab character. (no-tabs)
(#3058) Unexpected tab character. (no-tabs)
(#3059) This line has a length of 150. Maximum allowed is 132. (max-len)
(#3059) Unexpected tab character. (no-tabs)
(#3060) Unexpected tab character. (no-tabs)
(#3061) Unexpected tab character. (no-tabs)
(#3062) Unexpected tab character. (no-tabs)
(#3063) Unexpected tab character. (no-tabs)
(#3064) Unexpected tab character. (no-tabs)
(#3065) Unexpected tab character. (no-tabs)
(#3066) Unexpected tab character. (no-tabs)
(#3067) Unexpected tab character. (no-tabs)
(#3067) Expected space(s) after "while". (keyword-spacing)
(#3068) Unexpected tab character. (no-tabs)
(#3069) Unexpected tab character. (no-tabs)
(#3070) Unexpected tab character. (no-tabs)
(#3071) Unexpected tab character. (no-tabs)
(#3072) Unexpected tab character. (no-tabs)
(#3072) Expected space(s) after "while". (keyword-spacing)
(#3073) Unexpected tab character. (no-tabs)
(#3074) Unexpected tab character. (no-tabs)
(#3075) Unexpected tab character. (no-tabs)
(#3076) Unexpected tab character. (no-tabs)
(#3077) Unexpected tab character. (no-tabs)
(#3078) Unexpected tab character. (no-tabs)
(#3079) Unexpected tab character. (no-tabs)
(#3080) Unexpected tab character. (no-tabs)
(#3080) Expected space(s) after "while". (keyword-spacing)
(#3081) Unexpected tab character. (no-tabs)
(#3082) Unexpected tab character. (no-tabs)
(#3083) Unexpected tab character. (no-tabs)
(#3083) Expected space(s) after "if". (keyword-spacing)
(#3084) Unexpected tab character. (no-tabs)
(#3085) Unexpected tab character. (no-tabs)
(#3086) Unexpected tab character. (no-tabs)
(#3086) Expected space(s) after "while". (keyword-spacing)
(#3087) Unexpected tab character. (no-tabs)
(#3088) Unexpected tab character. (no-tabs)
(#3089) Unexpected tab character. (no-tabs)
(#3090) Unexpected tab character. (no-tabs)
(#3091) Unexpected tab character. (no-tabs)
(#3092) Unexpected tab character. (no-tabs)
(#3093) Unexpected tab character. (no-tabs)
(#3094) Unexpected tab character. (no-tabs)
(#3095) Unexpected tab character. (no-tabs)
(#3096) Unexpected tab character. (no-tabs)
(#3096) Identifier 'model_Relation' is not in camel case. (camelcase)
(#3097) Unexpected tab character. (no-tabs)
(#3097) Identifier 'model_Relation' is not in camel case. (camelcase)
(#3097) Identifier 'model_Obj' is not in camel case. (camelcase)
(#3098) Unexpected tab character. (no-tabs)
(#3098) Identifier 'model_Relation' is not in camel case. (camelcase)
(#3099) Unexpected tab character. (no-tabs)
(#3099) Identifier 'model_Relation' is not in camel case. (camelcase)
(#3100) Unexpected tab character. (no-tabs)
(#3101) Unexpected tab character. (no-tabs)
(#3101) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3102) Unexpected tab character. (no-tabs)
(#3102) A space is required after ','. (comma-spacing)
(#3102) A space is required after ','. (comma-spacing)
(#3103) Unexpected tab character. (no-tabs)
(#3104) Unexpected tab character. (no-tabs)
(#3105) Unexpected tab character. (no-tabs)
(#3106) Unexpected tab character. (no-tabs)
(#3106) There should be no space after '{'. (object-curly-spacing)
(#3106) Extra space after key 'x'. (key-spacing)
(#3106) Unexpected use of '|'. (no-bitwise)
(#3106) Extra space after key 'y'. (key-spacing)
(#3106) Unexpected use of '|'. (no-bitwise)
(#3107) Unexpected tab character. (no-tabs)
(#3108) Unexpected tab character. (no-tabs)
(#3108) A space is required after ','. (comma-spacing)
(#3109) Unexpected tab character. (no-tabs)
(#3110) Unexpected tab character. (no-tabs)
(#3111) Unexpected tab character. (no-tabs)
(#3111) A space is required after ','. (comma-spacing)
(#3112) Unexpected tab character. (no-tabs)
(#3113) Unexpected tab character. (no-tabs)
(#3114) Unexpected tab character. (no-tabs)
(#3114) A space is required after ','. (comma-spacing)
(#3115) Unexpected tab character. (no-tabs)
(#3115) Expected space(s) after "if". (keyword-spacing)
(#3115) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3115) A space is required after ','. (comma-spacing)
(#3116) Unexpected tab character. (no-tabs)
(#3117) Unexpected tab character. (no-tabs)
(#3118) Unexpected tab character. (no-tabs)
(#3119) Unexpected tab character. (no-tabs)
(#3120) Unexpected tab character. (no-tabs)
(#3121) Unexpected tab character. (no-tabs)
(#3121) A space is required after ','. (comma-spacing)
(#3122) Unexpected tab character. (no-tabs)
(#3122) Expected space(s) after "if". (keyword-spacing)
(#3122) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3122) A space is required after ','. (comma-spacing)
(#3123) Unexpected tab character. (no-tabs)
(#3124) Unexpected tab character. (no-tabs)
(#3125) Unexpected tab character. (no-tabs)
(#3126) Unexpected tab character. (no-tabs)
(#3127) Unexpected tab character. (no-tabs)
(#3128) Unexpected tab character. (no-tabs)
(#3128) A space is required after ','. (comma-spacing)
(#3129) Unexpected tab character. (no-tabs)
(#3130) Unexpected tab character. (no-tabs)
(#3130) Expected space(s) after "if". (keyword-spacing)
(#3130) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3130) A space is required after ','. (comma-spacing)
(#3131) Unexpected tab character. (no-tabs)
(#3131) Expected space(s) after "if". (keyword-spacing)
(#3131) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3131) A space is required after ','. (comma-spacing)
(#3132) This line has a length of 139. Maximum allowed is 132. (max-len)
(#3132) Unexpected tab character. (no-tabs)
(#3132) A constructor name should not start with a lowercase letter. (new-cap)
(#3132) There should be no space after '{'. (object-curly-spacing)
(#3132) Extra space after key 'x'. (key-spacing)
(#3132) Extra space after key 'y'. (key-spacing)
(#3132) A space is required after ','. (comma-spacing)
(#3132) There should be no space after '{'. (object-curly-spacing)
(#3132) Extra space after key 'x'. (key-spacing)
(#3132) Extra space after key 'y'. (key-spacing)
(#3133) Unexpected tab character. (no-tabs)
(#3134) This line has a length of 139. Maximum allowed is 132. (max-len)
(#3134) Unexpected tab character. (no-tabs)
(#3134) A constructor name should not start with a lowercase letter. (new-cap)
(#3134) There should be no space after '{'. (object-curly-spacing)
(#3134) Extra space after key 'x'. (key-spacing)
(#3134) Extra space after key 'y'. (key-spacing)
(#3134) A space is required after ','. (comma-spacing)
(#3134) There should be no space after '{'. (object-curly-spacing)
(#3134) Extra space after key 'x'. (key-spacing)
(#3134) Extra space after key 'y'. (key-spacing)
(#3135) Unexpected tab character. (no-tabs)
(#3136) Unexpected tab character. (no-tabs)
(#3136) Expected space(s) after "if". (keyword-spacing)
(#3136) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3136) A space is required after ','. (comma-spacing)
(#3137) Unexpected tab character. (no-tabs)
(#3137) Expected space(s) after "if". (keyword-spacing)
(#3137) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3137) A space is required after ','. (comma-spacing)
(#3138) This line has a length of 140. Maximum allowed is 132. (max-len)
(#3138) Unexpected tab character. (no-tabs)
(#3138) A constructor name should not start with a lowercase letter. (new-cap)
(#3138) There should be no space after '{'. (object-curly-spacing)
(#3138) Extra space after key 'x'. (key-spacing)
(#3138) Extra space after key 'y'. (key-spacing)
(#3138) A space is required after ','. (comma-spacing)
(#3138) There should be no space after '{'. (object-curly-spacing)
(#3138) Extra space after key 'x'. (key-spacing)
(#3138) Extra space after key 'y'. (key-spacing)
(#3139) Unexpected tab character. (no-tabs)
(#3140) This line has a length of 140. Maximum allowed is 132. (max-len)
(#3140) Unexpected tab character. (no-tabs)
(#3140) A constructor name should not start with a lowercase letter. (new-cap)
(#3140) There should be no space after '{'. (object-curly-spacing)
(#3140) Extra space after key 'x'. (key-spacing)
(#3140) Extra space after key 'y'. (key-spacing)
(#3140) A space is required after ','. (comma-spacing)
(#3140) There should be no space after '{'. (object-curly-spacing)
(#3140) Extra space after key 'x'. (key-spacing)
(#3140) Extra space after key 'y'. (key-spacing)
(#3141) Unexpected tab character. (no-tabs)
(#3142) Unexpected tab character. (no-tabs)
(#3143) Unexpected tab character. (no-tabs)
(#3143) A constructor name should not start with a lowercase letter. (new-cap)
(#3143) There should be no space after '{'. (object-curly-spacing)
(#3143) Extra space after key 'x'. (key-spacing)
(#3143) Extra space after key 'y'. (key-spacing)
(#3143) A space is required after ','. (comma-spacing)
(#3143) There should be no space after '{'. (object-curly-spacing)
(#3143) Extra space after key 'x'. (key-spacing)
(#3143) Extra space after key 'y'. (key-spacing)
(#3144) Unexpected tab character. (no-tabs)
(#3144) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3144) A space is required after ','. (comma-spacing)
(#3144) A space is required after ','. (comma-spacing)
(#3145) Unexpected tab character. (no-tabs)
(#3146) Unexpected tab character. (no-tabs)
(#3147) Unexpected tab character. (no-tabs)
(#3148) Unexpected tab character. (no-tabs)
(#3148) A space is required after ','. (comma-spacing)
(#3148) A space is required after ','. (comma-spacing)
(#3149) Unexpected tab character. (no-tabs)
(#3150) Unexpected tab character. (no-tabs)
(#3151) Unexpected tab character. (no-tabs)
(#3151) Identifier 'face1_x' is not in camel case. (camelcase)
(#3152) Unexpected tab character. (no-tabs)
(#3152) Identifier 'face1_y' is not in camel case. (camelcase)
(#3153) Unexpected tab character. (no-tabs)
(#3153) Identifier 'cross1_x' is not in camel case. (camelcase)
(#3153) Identifier 'face1_y' is not in camel case. (camelcase)
(#3154) Unexpected tab character. (no-tabs)
(#3154) Identifier 'cross1_y' is not in camel case. (camelcase)
(#3154) Identifier 'face1_x' is not in camel case. (camelcase)
(#3155) Unexpected tab character. (no-tabs)
(#3155) Expected space(s) after "if". (keyword-spacing)
(#3155) Identifier 'cross1_y' is not in camel case. (camelcase)
(#3155) Identifier 'cross1_y' is not in camel case. (camelcase)
(#3156) Unexpected tab character. (no-tabs)
(#3156) Identifier 'face1_x' is not in camel case. (camelcase)
(#3157) Unexpected tab character. (no-tabs)
(#3157) Identifier 'cross1_y' is not in camel case. (camelcase)
(#3158) Unexpected tab character. (no-tabs)
(#3159) Unexpected tab character. (no-tabs)
(#3159) Identifier 'cross1_x' is not in camel case. (camelcase)
(#3160) Unexpected tab character. (no-tabs)
(#3160) Identifier 'face1_y' is not in camel case. (camelcase)
(#3161) Unexpected tab character. (no-tabs)
(#3162) Unexpected tab character. (no-tabs)
(#3162) Identifier 'face2_x' is not in camel case. (camelcase)
(#3163) Unexpected tab character. (no-tabs)
(#3163) Identifier 'face2_y' is not in camel case. (camelcase)
(#3164) Unexpected tab character. (no-tabs)
(#3164) Identifier 'cross2_x' is not in camel case. (camelcase)
(#3164) Identifier 'face2_y' is not in camel case. (camelcase)
(#3165) Unexpected tab character. (no-tabs)
(#3165) Identifier 'cross2_y' is not in camel case. (camelcase)
(#3165) Identifier 'face2_x' is not in camel case. (camelcase)
(#3166) Unexpected tab character. (no-tabs)
(#3166) Expected space(s) after "if". (keyword-spacing)
(#3166) Identifier 'cross2_y' is not in camel case. (camelcase)
(#3166) Identifier 'cross2_y' is not in camel case. (camelcase)
(#3167) Unexpected tab character. (no-tabs)
(#3167) Identifier 'face2_x' is not in camel case. (camelcase)
(#3168) Unexpected tab character. (no-tabs)
(#3168) Identifier 'cross2_y' is not in camel case. (camelcase)
(#3169) Unexpected tab character. (no-tabs)
(#3170) Unexpected tab character. (no-tabs)
(#3170) Identifier 'cross2_x' is not in camel case. (camelcase)
(#3171) Unexpected tab character. (no-tabs)
(#3171) Identifier 'face2_y' is not in camel case. (camelcase)
(#3172) Unexpected tab character. (no-tabs)
(#3173) Unexpected tab character. (no-tabs)
(#3174) Unexpected tab character. (no-tabs)
(#3175) Unexpected tab character. (no-tabs)
(#3175) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3176) Unexpected tab character. (no-tabs)
(#3176) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3177) Unexpected tab character. (no-tabs)
(#3177) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3178) Unexpected tab character. (no-tabs)
(#3179) Unexpected tab character. (no-tabs)
(#3179) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3180) Unexpected tab character. (no-tabs)
(#3180) A space is required after ','. (comma-spacing)
(#3181) Unexpected tab character. (no-tabs)
(#3182) Unexpected tab character. (no-tabs)
(#3183) Unexpected tab character. (no-tabs)
(#3184) Unexpected tab character. (no-tabs)
(#3185) Unexpected tab character. (no-tabs)
(#3186) Unexpected tab character. (no-tabs)
(#3187) Unexpected tab character. (no-tabs)
(#3188) Unexpected tab character. (no-tabs)
(#3189) Unexpected tab character. (no-tabs)
(#3190) Unexpected tab character. (no-tabs)
(#3190) A space is required after ','. (comma-spacing)
(#3190) A space is required after ','. (comma-spacing)
(#3191) Unexpected tab character. (no-tabs)
(#3192) Unexpected tab character. (no-tabs)
(#3193) Unexpected tab character. (no-tabs)
(#3193) Unexpected use of '|'. (no-bitwise)
(#3194) Unexpected tab character. (no-tabs)
(#3195) Unexpected tab character. (no-tabs)
(#3195) There should be no space after '{'. (object-curly-spacing)
(#3195) Extra space after key 'x'. (key-spacing)
(#3195) Extra space after key 'y'. (key-spacing)
(#3196) Unexpected tab character. (no-tabs)
(#3197) Unexpected tab character. (no-tabs)
(#3198) Unexpected tab character. (no-tabs)
(#3198) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3199) Unexpected tab character. (no-tabs)
(#3199) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3200) Unexpected tab character. (no-tabs)
(#3200) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3201) Unexpected tab character. (no-tabs)
(#3202) Unexpected tab character. (no-tabs)
(#3202) Identifier 'schema_Curve' is not in camel case. (camelcase)
(#3202) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3203) Unexpected tab character. (no-tabs)
(#3203) A space is required after ','. (comma-spacing)
(#3203) A space is required after ','. (comma-spacing)
(#3203) A space is required after ','. (comma-spacing)
(#3204) Unexpected tab character. (no-tabs)
(#3204) A space is required after ','. (comma-spacing)
(#3205) Unexpected tab character. (no-tabs)
(#3205) A space is required after ','. (comma-spacing)
(#3206) Unexpected tab character. (no-tabs)
(#3207) Unexpected tab character. (no-tabs)
(#3207) A space is required after ','. (comma-spacing)
(#3208) Unexpected tab character. (no-tabs)
(#3208) Unexpected use of '|'. (no-bitwise)
(#3209) Unexpected tab character. (no-tabs)
(#3209) Unexpected use of '|'. (no-bitwise)
(#3210) Unexpected tab character. (no-tabs)
(#3211) Unexpected tab character. (no-tabs)
(#3212) Unexpected tab character. (no-tabs)
(#3212) Expected space(s) after "if". (keyword-spacing)
(#3213) Unexpected tab character. (no-tabs)
(#3214) Unexpected tab character. (no-tabs)
(#3215) Unexpected tab character. (no-tabs)
(#3215) Expected space(s) after "if". (keyword-spacing)
(#3216) Unexpected tab character. (no-tabs)
(#3217) Unexpected tab character. (no-tabs)
(#3218) Unexpected tab character. (no-tabs)
(#3219) Unexpected tab character. (no-tabs)
(#3220) Unexpected tab character. (no-tabs)
(#3220) Unexpected use of '|'. (no-bitwise)
(#3221) Unexpected tab character. (no-tabs)
(#3221) Unexpected use of '|'. (no-bitwise)
(#3222) Unexpected tab character. (no-tabs)
(#3222) Expected space(s) after "if". (keyword-spacing)
(#3223) Unexpected tab character. (no-tabs)
(#3223) Unexpected use of '|'. (no-bitwise)
(#3224) Unexpected tab character. (no-tabs)
(#3225) Unexpected tab character. (no-tabs)
(#3226) Unexpected tab character. (no-tabs)
(#3226) There should be no space after '{'. (object-curly-spacing)
(#3226) Extra space after key 'x'. (key-spacing)
(#3226) Extra space after key 'y'. (key-spacing)
(#3227) Unexpected tab character. (no-tabs)
(#3228) Unexpected tab character. (no-tabs)
(#3229) Unexpected tab character. (no-tabs)
(#3229) Identifier 'schema_Curve' is not in camel case. (camelcase)
(#3230) Unexpected tab character. (no-tabs)
(#3230) Identifier 'schema_Curve' is not in camel case. (camelcase)
(#3230) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3231) Unexpected tab character. (no-tabs)
(#3231) Identifier 'schema_Curve' is not in camel case. (camelcase)
(#3232) Unexpected tab character. (no-tabs)
(#3232) Identifier 'schema_Curve' is not in camel case. (camelcase)
(#3233) Unexpected tab character. (no-tabs)
(#3234) Unexpected tab character. (no-tabs)
(#3234) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3235) Unexpected tab character. (no-tabs)
(#3236) Unexpected tab character. (no-tabs)
(#3237) Unexpected tab character. (no-tabs)
(#3237) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3238) Unexpected tab character. (no-tabs)
(#3239) Unexpected tab character. (no-tabs)
(#3239) Expected space(s) after "while". (keyword-spacing)
(#3240) Unexpected tab character. (no-tabs)
(#3241) Unexpected tab character. (no-tabs)
(#3241) Expected space(s) after "if". (keyword-spacing)
(#3241) Identifier 'model_Association' is not in camel case. (camelcase)
(#3242) Unexpected tab character. (no-tabs)
(#3242) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3242) Identifier 'js_Boot' is not in camel case. (camelcase)
(#3242) There should be no space before ','. (comma-spacing)
(#3243) Unexpected tab character. (no-tabs)
(#3244) Unexpected tab character. (no-tabs)
(#3244) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3245) Unexpected tab character. (no-tabs)
(#3246) Unexpected tab character. (no-tabs)
(#3247) Unexpected tab character. (no-tabs)
(#3248) Unexpected tab character. (no-tabs)
(#3248) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3248) A space is required after ','. (comma-spacing)
(#3248) A space is required after ','. (comma-spacing)
(#3248) A space is required after ','. (comma-spacing)
(#3249) Unexpected tab character. (no-tabs)
(#3249) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3249) A space is required after ','. (comma-spacing)
(#3250) Unexpected tab character. (no-tabs)
(#3251) Unexpected tab character. (no-tabs)
(#3252) Unexpected tab character. (no-tabs)
(#3253) Unexpected tab character. (no-tabs)
(#3254) Unexpected tab character. (no-tabs)
(#3255) Unexpected tab character. (no-tabs)
(#3256) Unexpected tab character. (no-tabs)
(#3257) Unexpected tab character. (no-tabs)
(#3257) Expected space(s) after "while". (keyword-spacing)
(#3258) Unexpected tab character. (no-tabs)
(#3259) Unexpected tab character. (no-tabs)
(#3260) Unexpected tab character. (no-tabs)
(#3261) Unexpected tab character. (no-tabs)
(#3261) Expected space(s) after "if". (keyword-spacing)
(#3262) Unexpected tab character. (no-tabs)
(#3263) Unexpected tab character. (no-tabs)
(#3264) Unexpected tab character. (no-tabs)
(#3265) Unexpected tab character. (no-tabs)
(#3266) Unexpected tab character. (no-tabs)
(#3266) Expected space(s) after "if". (keyword-spacing)
(#3267) Unexpected tab character. (no-tabs)
(#3268) Unexpected tab character. (no-tabs)
(#3269) Unexpected tab character. (no-tabs)
(#3269) A space is required after ','. (comma-spacing)
(#3270) Unexpected tab character. (no-tabs)
(#3270) A space is required after ','. (comma-spacing)
(#3270) A trailing decimal point can be confused with a dot. (no-floating-decimal)
(#3270) This number literal will lose precision at runtime. (no-loss-of-precision)
(#3271) Unexpected tab character. (no-tabs)
(#3271) A space is required after ','. (comma-spacing)
(#3272) Unexpected tab character. (no-tabs)
(#3273) Unexpected tab character. (no-tabs)
(#3274) Unexpected tab character. (no-tabs)
(#3275) Unexpected tab character. (no-tabs)
(#3275) A space is required after ','. (comma-spacing)
(#3276) Unexpected tab character. (no-tabs)
(#3276) A space is required after ','. (comma-spacing)
(#3276) A trailing decimal point can be confused with a dot. (no-floating-decimal)
(#3276) This number literal will lose precision at runtime. (no-loss-of-precision)
(#3277) Unexpected tab character. (no-tabs)
(#3277) A space is required after ','. (comma-spacing)
(#3278) Unexpected tab character. (no-tabs)
(#3278) A space is required after ','. (comma-spacing)
(#3279) Unexpected tab character. (no-tabs)
(#3279) A space is required after ','. (comma-spacing)
(#3280) Unexpected tab character. (no-tabs)
(#3281) Unexpected tab character. (no-tabs)
(#3282) Unexpected tab character. (no-tabs)
(#3282) A space is required after ','. (comma-spacing)
(#3283) Unexpected tab character. (no-tabs)
(#3283) A space is required after ','. (comma-spacing)
(#3283) A trailing decimal point can be confused with a dot. (no-floating-decimal)
(#3283) This number literal will lose precision at runtime. (no-loss-of-precision)
(#3284) Unexpected tab character. (no-tabs)
(#3284) A space is required after ','. (comma-spacing)
(#3285) Unexpected tab character. (no-tabs)
(#3285) A space is required after ','. (comma-spacing)
(#3286) Unexpected tab character. (no-tabs)
(#3287) Unexpected tab character. (no-tabs)
(#3288) Unexpected tab character. (no-tabs)
(#3289) Unexpected tab character. (no-tabs)
(#3289) A space is required after ','. (comma-spacing)
(#3289) A trailing decimal point can be confused with a dot. (no-floating-decimal)
(#3290) Unexpected tab character. (no-tabs)
(#3290) A space is required after ','. (comma-spacing)
(#3291) Unexpected tab character. (no-tabs)
(#3292) Unexpected tab character. (no-tabs)
(#3293) Unexpected tab character. (no-tabs)
(#3294) Unexpected tab character. (no-tabs)
(#3295) Unexpected tab character. (no-tabs)
(#3295) Expected space(s) after "while". (keyword-spacing)
(#3296) Unexpected tab character. (no-tabs)
(#3297) Unexpected tab character. (no-tabs)
(#3298) Unexpected tab character. (no-tabs)
(#3299) Unexpected tab character. (no-tabs)
(#3299) A space is required after ','. (comma-spacing)
(#3299) A trailing decimal point can be confused with a dot. (no-floating-decimal)
(#3300) Unexpected tab character. (no-tabs)
(#3300) A space is required after ','. (comma-spacing)
(#3301) Unexpected tab character. (no-tabs)
(#3302) Unexpected tab character. (no-tabs)
(#3303) Unexpected tab character. (no-tabs)
(#3304) Unexpected tab character. (no-tabs)
(#3305) Unexpected tab character. (no-tabs)
(#3306) Unexpected tab character. (no-tabs)
(#3307) Unexpected tab character. (no-tabs)
(#3308) Unexpected tab character. (no-tabs)
(#3309) Unexpected tab character. (no-tabs)
(#3310) Unexpected tab character. (no-tabs)
(#3310) Expected space(s) after "while". (keyword-spacing)
(#3311) Unexpected tab character. (no-tabs)
(#3312) Unexpected tab character. (no-tabs)
(#3313) Unexpected tab character. (no-tabs)
(#3313) Expected space(s) after "if". (keyword-spacing)
(#3314) Unexpected tab character. (no-tabs)
(#3315) Unexpected tab character. (no-tabs)
(#3315) Expected space(s) after "if". (keyword-spacing)
(#3316) Unexpected tab character. (no-tabs)
(#3317) Unexpected tab character. (no-tabs)
(#3318) Unexpected tab character. (no-tabs)
(#3319) Unexpected tab character. (no-tabs)
(#3320) Unexpected tab character. (no-tabs)
(#3321) Unexpected tab character. (no-tabs)
(#3322) Unexpected tab character. (no-tabs)
(#3323) Unexpected tab character. (no-tabs)
(#3323) A space is required after ','. (comma-spacing)
(#3324) Unexpected tab character. (no-tabs)
(#3324) A space is required after ','. (comma-spacing)
(#3324) Unexpected use of '|'. (no-bitwise)
(#3325) Unexpected tab character. (no-tabs)
(#3325) A space is required after ','. (comma-spacing)
(#3326) Unexpected tab character. (no-tabs)
(#3327) Unexpected tab character. (no-tabs)
(#3328) Unexpected tab character. (no-tabs)
(#3328) A space is required after ','. (comma-spacing)
(#3329) Unexpected tab character. (no-tabs)
(#3329) A space is required after ','. (comma-spacing)
(#3330) Unexpected tab character. (no-tabs)
(#3330) A space is required after ','. (comma-spacing)
(#3331) Unexpected tab character. (no-tabs)
(#3332) Unexpected tab character. (no-tabs)
(#3333) Unexpected tab character. (no-tabs)
(#3334) Unexpected tab character. (no-tabs)
(#3334) A space is required after ','. (comma-spacing)
(#3335) Unexpected tab character. (no-tabs)
(#3335) A space is required after ','. (comma-spacing)
(#3336) Unexpected tab character. (no-tabs)
(#3337) Unexpected tab character. (no-tabs)
(#3338) Unexpected tab character. (no-tabs)
(#3339) Unexpected tab character. (no-tabs)
(#3340) Unexpected tab character. (no-tabs)
(#3340) Expected space(s) after "while". (keyword-spacing)
(#3341) Unexpected tab character. (no-tabs)
(#3342) Unexpected tab character. (no-tabs)
(#3342) Expected space(s) after "if". (keyword-spacing)
(#3343) Unexpected tab character. (no-tabs)
(#3344) Unexpected tab character. (no-tabs)
(#3345) Unexpected tab character. (no-tabs)
(#3345) A space is required after ','. (comma-spacing)
(#3346) Unexpected tab character. (no-tabs)
(#3346) A space is required after ','. (comma-spacing)
(#3347) Unexpected tab character. (no-tabs)
(#3347) Expected space(s) after "if". (keyword-spacing)
(#3348) Unexpected tab character. (no-tabs)
(#3348) A space is required after ','. (comma-spacing)
(#3349) Unexpected tab character. (no-tabs)
(#3350) Unexpected tab character. (no-tabs)
(#3351) Unexpected tab character. (no-tabs)
(#3352) Unexpected tab character. (no-tabs)
(#3353) Unexpected tab character. (no-tabs)
(#3353) Expected space(s) after "if". (keyword-spacing)
(#3354) Unexpected tab character. (no-tabs)
(#3355) Unexpected tab character. (no-tabs)
(#3355) Expected space(s) after "if". (keyword-spacing)
(#3356) This line has a length of 169. Maximum allowed is 132. (max-len)
(#3356) Unexpected tab character. (no-tabs)
(#3356) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3356) Use '===' to compare with null. (no-eq-null)
(#3357) Unexpected tab character. (no-tabs)
(#3358) Unexpected tab character. (no-tabs)
(#3359) Unexpected tab character. (no-tabs)
(#3359) Expected space(s) after "if". (keyword-spacing)
(#3360) This line has a length of 169. Maximum allowed is 132. (max-len)
(#3360) Unexpected tab character. (no-tabs)
(#3360) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3360) Use '===' to compare with null. (no-eq-null)
(#3361) Unexpected tab character. (no-tabs)
(#3362) Unexpected tab character. (no-tabs)
(#3362) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3362) A space is required after ','. (comma-spacing)
(#3362) A space is required after ','. (comma-spacing)
(#3363) Unexpected tab character. (no-tabs)
(#3364) Unexpected tab character. (no-tabs)
(#3365) Unexpected tab character. (no-tabs)
(#3366) Unexpected tab character. (no-tabs)
(#3366) A space is required after ','. (comma-spacing)
(#3366) A space is required after ','. (comma-spacing)
(#3367) Unexpected tab character. (no-tabs)
(#3368) Unexpected tab character. (no-tabs)
(#3369) Unexpected tab character. (no-tabs)
(#3370) Unexpected tab character. (no-tabs)
(#3371) Unexpected tab character. (no-tabs)
(#3372) Unexpected tab character. (no-tabs)
(#3372) A space is required after ','. (comma-spacing)
(#3372) Unexpected use of '|'. (no-bitwise)
(#3373) Unexpected tab character. (no-tabs)
(#3373) A space is required after ','. (comma-spacing)
(#3373) Unexpected use of '|'. (no-bitwise)
(#3374) Unexpected tab character. (no-tabs)
(#3374) A space is required after ','. (comma-spacing)
(#3375) Unexpected tab character. (no-tabs)
(#3375) A space is required after ','. (comma-spacing)
(#3376) Unexpected tab character. (no-tabs)
(#3377) Unexpected tab character. (no-tabs)
(#3378) Unexpected tab character. (no-tabs)
(#3378) A space is required after ','. (comma-spacing)
(#3379) Unexpected tab character. (no-tabs)
(#3379) A space is required after ','. (comma-spacing)
(#3380) Unexpected tab character. (no-tabs)
(#3381) Unexpected tab character. (no-tabs)
(#3382) Unexpected tab character. (no-tabs)
(#3383) Unexpected tab character. (no-tabs)
(#3383) A space is required after ','. (comma-spacing)
(#3383) A trailing decimal point can be confused with a dot. (no-floating-decimal)
(#3384) Unexpected tab character. (no-tabs)
(#3384) A space is required after ','. (comma-spacing)
(#3385) This line has a length of 141. Maximum allowed is 132. (max-len)
(#3385) Unexpected tab character. (no-tabs)
(#3385) A space is required after ','. (comma-spacing)
(#3385) Unexpected use of '|'. (no-bitwise)
(#3385) Use '===' to compare with null. (no-eq-null)
(#3386) Unexpected tab character. (no-tabs)
(#3387) Unexpected tab character. (no-tabs)
(#3388) Unexpected tab character. (no-tabs)
(#3388) A space is required after ','. (comma-spacing)
(#3389) Unexpected tab character. (no-tabs)
(#3390) Unexpected tab character. (no-tabs)
(#3390) Identifier 'assoc_h' is not in camel case. (camelcase)
(#3391) Unexpected tab character. (no-tabs)
(#3391) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#3392) Unexpected tab character. (no-tabs)
(#3392) Identifier 'assoc_length' is not in camel case. (camelcase)
(#3392) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#3393) Unexpected tab character. (no-tabs)
(#3393) Identifier 'assoc_current' is not in camel case. (camelcase)
(#3394) Unexpected tab character. (no-tabs)
(#3394) Expected space(s) after "while". (keyword-spacing)
(#3394) Identifier 'assoc_current' is not in camel case. (camelcase)
(#3394) Identifier 'assoc_length' is not in camel case. (camelcase)
(#3395) Unexpected tab character. (no-tabs)
(#3395) Identifier 'assoc_h' is not in camel case. (camelcase)
(#3395) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#3395) Identifier 'assoc_current' is not in camel case. (camelcase)
(#3396) Unexpected tab character. (no-tabs)
(#3396) Expected space(s) after "if". (keyword-spacing)
(#3397) Unexpected tab character. (no-tabs)
(#3397) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3397) A space is required after ','. (comma-spacing)
(#3398) Unexpected tab character. (no-tabs)
(#3398) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3398) A space is required after ','. (comma-spacing)
(#3398) A space is required after ','. (comma-spacing)
(#3398) A space is required after ','. (comma-spacing)
(#3399) This line has a length of 160. Maximum allowed is 132. (max-len)
(#3399) Unexpected tab character. (no-tabs)
(#3399) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3399) A space is required after ','. (comma-spacing)
(#3399) A space is required after ','. (comma-spacing)
(#3399) A space is required after ','. (comma-spacing)
(#3399) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3400) Unexpected tab character. (no-tabs)
(#3401) Unexpected tab character. (no-tabs)
(#3402) Unexpected tab character. (no-tabs)
(#3403) Unexpected tab character. (no-tabs)
(#3403) Expected space(s) after "while". (keyword-spacing)
(#3404) Unexpected tab character. (no-tabs)
(#3405) Unexpected tab character. (no-tabs)
(#3406) Unexpected tab character. (no-tabs)
(#3406) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3406) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3406) A space is required after ','. (comma-spacing)
(#3406) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3407) This line has a length of 138. Maximum allowed is 132. (max-len)
(#3407) Unexpected tab character. (no-tabs)
(#3407) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3407) A space is required after ','. (comma-spacing)
(#3407) A space is required after ','. (comma-spacing)
(#3407) A space is required after ','. (comma-spacing)
(#3407) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3408) Unexpected tab character. (no-tabs)
(#3409) Unexpected tab character. (no-tabs)
(#3410) Unexpected tab character. (no-tabs)
(#3411) Unexpected tab character. (no-tabs)
(#3412) Unexpected tab character. (no-tabs)
(#3412) Identifier 'p_h' is not in camel case. (camelcase)
(#3413) Unexpected tab character. (no-tabs)
(#3413) Identifier 'p_keys' is not in camel case. (camelcase)
(#3414) Unexpected tab character. (no-tabs)
(#3414) Identifier 'p_length' is not in camel case. (camelcase)
(#3414) Identifier 'p_keys' is not in camel case. (camelcase)
(#3415) Unexpected tab character. (no-tabs)
(#3415) Identifier 'p_current' is not in camel case. (camelcase)
(#3416) Unexpected tab character. (no-tabs)
(#3416) Expected space(s) after "while". (keyword-spacing)
(#3416) Identifier 'p_current' is not in camel case. (camelcase)
(#3416) Identifier 'p_length' is not in camel case. (camelcase)
(#3417) Unexpected tab character. (no-tabs)
(#3417) Identifier 'p_h' is not in camel case. (camelcase)
(#3417) Identifier 'p_keys' is not in camel case. (camelcase)
(#3417) Identifier 'p_current' is not in camel case. (camelcase)
(#3418) Unexpected tab character. (no-tabs)
(#3418) Expected space(s) after "if". (keyword-spacing)
(#3419) Unexpected tab character. (no-tabs)
(#3420) Unexpected tab character. (no-tabs)
(#3421) Unexpected tab character. (no-tabs)
(#3421) Expected space(s) after "while". (keyword-spacing)
(#3422) Unexpected tab character. (no-tabs)
(#3423) Unexpected tab character. (no-tabs)
(#3424) Unexpected tab character. (no-tabs)
(#3424) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3425) Unexpected tab character. (no-tabs)
(#3425) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3425) A space is required after ','. (comma-spacing)
(#3425) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3426) Unexpected tab character. (no-tabs)
(#3427) Unexpected tab character. (no-tabs)
(#3428) Unexpected tab character. (no-tabs)
(#3428) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3428) A space is required after ','. (comma-spacing)
(#3428) A space is required after ','. (comma-spacing)
(#3428) A space is required after ','. (comma-spacing)
(#3429) Unexpected tab character. (no-tabs)
(#3430) Unexpected tab character. (no-tabs)
(#3431) Unexpected tab character. (no-tabs)
(#3432) Unexpected tab character. (no-tabs)
(#3433) Unexpected tab character. (no-tabs)
(#3433) A space is required after ','. (comma-spacing)
(#3434) Unexpected tab character. (no-tabs)
(#3434) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3435) Unexpected tab character. (no-tabs)
(#3435) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3436) Unexpected tab character. (no-tabs)
(#3437) Unexpected tab character. (no-tabs)
(#3437) Expected space(s) after "if". (keyword-spacing)
(#3437) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3437) A space is required after ','. (comma-spacing)
(#3438) Unexpected tab character. (no-tabs)
(#3438) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3438) A space is required after ','. (comma-spacing)
(#3439) This line has a length of 162. Maximum allowed is 132. (max-len)
(#3439) Unexpected tab character. (no-tabs)
(#3439) A constructor name should not start with a lowercase letter. (new-cap)
(#3439) There should be no space after '{'. (object-curly-spacing)
(#3439) Extra space after key 'x'. (key-spacing)
(#3439) Extra space after key 'y'. (key-spacing)
(#3439) A space is required after ','. (comma-spacing)
(#3439) There should be no space after '{'. (object-curly-spacing)
(#3439) Extra space after key 'x'. (key-spacing)
(#3439) Extra space after key 'y'. (key-spacing)
(#3439) A space is required after ','. (comma-spacing)
(#3439) A space is required after ','. (comma-spacing)
(#3439) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3440) This line has a length of 191. Maximum allowed is 132. (max-len)
(#3440) Unexpected tab character. (no-tabs)
(#3440) A constructor name should not start with a lowercase letter. (new-cap)
(#3440) There should be no space after '{'. (object-curly-spacing)
(#3440) Extra space after key 'x'. (key-spacing)
(#3440) Extra space after key 'y'. (key-spacing)
(#3440) A space is required after ','. (comma-spacing)
(#3440) There should be no space after '{'. (object-curly-spacing)
(#3440) Extra space after key 'x'. (key-spacing)
(#3440) Extra space after key 'y'. (key-spacing)
(#3440) A space is required after ','. (comma-spacing)
(#3440) A space is required after ','. (comma-spacing)
(#3440) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3441) Unexpected tab character. (no-tabs)
(#3441) Expected space(s) after "if". (keyword-spacing)
(#3441) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3441) A space is required after ','. (comma-spacing)
(#3442) Unexpected tab character. (no-tabs)
(#3442) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3442) A space is required after ','. (comma-spacing)
(#3443) This line has a length of 163. Maximum allowed is 132. (max-len)
(#3443) Unexpected tab character. (no-tabs)
(#3443) A constructor name should not start with a lowercase letter. (new-cap)
(#3443) There should be no space after '{'. (object-curly-spacing)
(#3443) Extra space after key 'x'. (key-spacing)
(#3443) Extra space after key 'y'. (key-spacing)
(#3443) A space is required after ','. (comma-spacing)
(#3443) There should be no space after '{'. (object-curly-spacing)
(#3443) Extra space after key 'x'. (key-spacing)
(#3443) Extra space after key 'y'. (key-spacing)
(#3443) A space is required after ','. (comma-spacing)
(#3443) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3443) A space is required after ','. (comma-spacing)
(#3444) This line has a length of 188. Maximum allowed is 132. (max-len)
(#3444) Unexpected tab character. (no-tabs)
(#3444) A constructor name should not start with a lowercase letter. (new-cap)
(#3444) There should be no space after '{'. (object-curly-spacing)
(#3444) Extra space after key 'x'. (key-spacing)
(#3444) Extra space after key 'y'. (key-spacing)
(#3444) A space is required after ','. (comma-spacing)
(#3444) There should be no space after '{'. (object-curly-spacing)
(#3444) Extra space after key 'x'. (key-spacing)
(#3444) Extra space after key 'y'. (key-spacing)
(#3444) A space is required after ','. (comma-spacing)
(#3444) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3444) A space is required after ','. (comma-spacing)
(#3445) Unexpected tab character. (no-tabs)
(#3446) Unexpected tab character. (no-tabs)
(#3447) Unexpected tab character. (no-tabs)
(#3448) Unexpected tab character. (no-tabs)
(#3448) Expected space(s) after "if". (keyword-spacing)
(#3448) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3448) A space is required after ','. (comma-spacing)
(#3449) Unexpected tab character. (no-tabs)
(#3449) Expected space(s) after "if". (keyword-spacing)
(#3449) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3449) A space is required after ','. (comma-spacing)
(#3450) This line has a length of 220. Maximum allowed is 132. (max-len)
(#3450) Unexpected tab character. (no-tabs)
(#3450) A constructor name should not start with a lowercase letter. (new-cap)
(#3450) There should be no space after '{'. (object-curly-spacing)
(#3450) Extra space after key 'x'. (key-spacing)
(#3450) Extra space after key 'y'. (key-spacing)
(#3450) A space is required after ','. (comma-spacing)
(#3450) There should be no space after '{'. (object-curly-spacing)
(#3450) Extra space after key 'x'. (key-spacing)
(#3450) Extra space after key 'y'. (key-spacing)
(#3450) A space is required after ','. (comma-spacing)
(#3450) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3450) A space is required after ','. (comma-spacing)
(#3450) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3451) This line has a length of 222. Maximum allowed is 132. (max-len)
(#3451) Unexpected tab character. (no-tabs)
(#3451) A constructor name should not start with a lowercase letter. (new-cap)
(#3451) There should be no space after '{'. (object-curly-spacing)
(#3451) Extra space after key 'x'. (key-spacing)
(#3451) Extra space after key 'y'. (key-spacing)
(#3451) A space is required after ','. (comma-spacing)
(#3451) There should be no space after '{'. (object-curly-spacing)
(#3451) Extra space after key 'x'. (key-spacing)
(#3451) Extra space after key 'y'. (key-spacing)
(#3451) A space is required after ','. (comma-spacing)
(#3451) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3451) A space is required after ','. (comma-spacing)
(#3451) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3452) Unexpected tab character. (no-tabs)
(#3453) This line has a length of 207. Maximum allowed is 132. (max-len)
(#3453) Unexpected tab character. (no-tabs)
(#3453) A constructor name should not start with a lowercase letter. (new-cap)
(#3453) There should be no space after '{'. (object-curly-spacing)
(#3453) Extra space after key 'x'. (key-spacing)
(#3453) Extra space after key 'y'. (key-spacing)
(#3453) A space is required after ','. (comma-spacing)
(#3453) There should be no space after '{'. (object-curly-spacing)
(#3453) Extra space after key 'x'. (key-spacing)
(#3453) Extra space after key 'y'. (key-spacing)
(#3453) A space is required after ','. (comma-spacing)
(#3453) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3453) A space is required after ','. (comma-spacing)
(#3453) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3454) This line has a length of 221. Maximum allowed is 132. (max-len)
(#3454) Unexpected tab character. (no-tabs)
(#3454) A constructor name should not start with a lowercase letter. (new-cap)
(#3454) There should be no space after '{'. (object-curly-spacing)
(#3454) Extra space after key 'x'. (key-spacing)
(#3454) Extra space after key 'y'. (key-spacing)
(#3454) A space is required after ','. (comma-spacing)
(#3454) There should be no space after '{'. (object-curly-spacing)
(#3454) Extra space after key 'x'. (key-spacing)
(#3454) Extra space after key 'y'. (key-spacing)
(#3454) A space is required after ','. (comma-spacing)
(#3454) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3454) A space is required after ','. (comma-spacing)
(#3454) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3455) Unexpected tab character. (no-tabs)
(#3456) Unexpected tab character. (no-tabs)
(#3456) Expected space(s) after "if". (keyword-spacing)
(#3456) Identifier 'schema_Box' is not in camel case. (camelcase)
(#3456) A space is required after ','. (comma-spacing)
(#3457) This line has a length of 204. Maximum allowed is 132. (max-len)
(#3457) Unexpected tab character. (no-tabs)
(#3457) A constructor name should not start with a lowercase letter. (new-cap)
(#3457) There should be no space after '{'. (object-curly-spacing)
(#3457) Extra space after key 'x'. (key-spacing)
(#3457) Extra space after key 'y'. (key-spacing)
(#3457) A space is required after ','. (comma-spacing)
(#3457) There should be no space after '{'. (object-curly-spacing)
(#3457) Extra space after key 'x'. (key-spacing)
(#3457) Extra space after key 'y'. (key-spacing)
(#3457) A space is required after ','. (comma-spacing)
(#3457) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3457) A space is required after ','. (comma-spacing)
(#3457) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3458) This line has a length of 217. Maximum allowed is 132. (max-len)
(#3458) Unexpected tab character. (no-tabs)
(#3458) A constructor name should not start with a lowercase letter. (new-cap)
(#3458) There should be no space after '{'. (object-curly-spacing)
(#3458) Extra space after key 'x'. (key-spacing)
(#3458) Extra space after key 'y'. (key-spacing)
(#3458) A space is required after ','. (comma-spacing)
(#3458) There should be no space after '{'. (object-curly-spacing)
(#3458) Extra space after key 'x'. (key-spacing)
(#3458) Extra space after key 'y'. (key-spacing)
(#3458) A space is required after ','. (comma-spacing)
(#3458) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3458) A space is required after ','. (comma-spacing)
(#3458) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3459) Unexpected tab character. (no-tabs)
(#3460) This line has a length of 202. Maximum allowed is 132. (max-len)
(#3460) Unexpected tab character. (no-tabs)
(#3460) A constructor name should not start with a lowercase letter. (new-cap)
(#3460) There should be no space after '{'. (object-curly-spacing)
(#3460) Extra space after key 'x'. (key-spacing)
(#3460) Extra space after key 'y'. (key-spacing)
(#3460) A space is required after ','. (comma-spacing)
(#3460) There should be no space after '{'. (object-curly-spacing)
(#3460) Extra space after key 'x'. (key-spacing)
(#3460) Extra space after key 'y'. (key-spacing)
(#3460) A space is required after ','. (comma-spacing)
(#3460) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3460) A space is required after ','. (comma-spacing)
(#3460) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3461) This line has a length of 205. Maximum allowed is 132. (max-len)
(#3461) Unexpected tab character. (no-tabs)
(#3461) A constructor name should not start with a lowercase letter. (new-cap)
(#3461) There should be no space after '{'. (object-curly-spacing)
(#3461) Extra space after key 'x'. (key-spacing)
(#3461) Extra space after key 'y'. (key-spacing)
(#3461) A space is required after ','. (comma-spacing)
(#3461) There should be no space after '{'. (object-curly-spacing)
(#3461) Extra space after key 'x'. (key-spacing)
(#3461) Extra space after key 'y'. (key-spacing)
(#3461) A space is required after ','. (comma-spacing)
(#3461) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3461) A space is required after ','. (comma-spacing)
(#3461) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3462) Unexpected tab character. (no-tabs)
(#3463) Unexpected tab character. (no-tabs)
(#3464) Unexpected tab character. (no-tabs)
(#3465) Unexpected tab character. (no-tabs)
(#3466) Unexpected tab character. (no-tabs)
(#3467) Unexpected tab character. (no-tabs)
(#3468) Unexpected tab character. (no-tabs)
(#3469) Unexpected tab character. (no-tabs)
(#3469) Identifier '$hx_exports' is not in camel case. (camelcase)
(#3469) ["schema"] is better written in dot notation. (dot-notation)
(#3469) ["MCDToSVG"] is better written in dot notation. (dot-notation)
(#3469) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3470) Unexpected tab character. (no-tabs)
(#3470) Identifier 'schema_MCDToSVG' is not in camel case. (camelcase)
(#3471) Unexpected tab character. (no-tabs)
(#3471) Identifier 'schema_MLDToSVG' is not in camel case. (camelcase)
(#3472) Unexpected tab character. (no-tabs)
(#3472) A space is required after ','. (comma-spacing)
(#3473) Unexpected tab character. (no-tabs)
(#3474) Unexpected tab character. (no-tabs)
(#3474) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3475) Unexpected tab character. (no-tabs)
(#3476) Unexpected tab character. (no-tabs)
(#3476) Identifier 'relation_h' is not in camel case. (camelcase)
(#3477) Unexpected tab character. (no-tabs)
(#3477) Identifier 'relation_keys' is not in camel case. (camelcase)
(#3478) Unexpected tab character. (no-tabs)
(#3478) Identifier 'relation_length' is not in camel case. (camelcase)
(#3478) Identifier 'relation_keys' is not in camel case. (camelcase)
(#3479) Unexpected tab character. (no-tabs)
(#3479) Identifier 'relation_current' is not in camel case. (camelcase)
(#3480) Unexpected tab character. (no-tabs)
(#3480) Expected space(s) after "while". (keyword-spacing)
(#3480) Identifier 'relation_current' is not in camel case. (camelcase)
(#3480) Identifier 'relation_length' is not in camel case. (camelcase)
(#3481) Unexpected tab character. (no-tabs)
(#3481) Identifier 'relation_h' is not in camel case. (camelcase)
(#3481) Identifier 'relation_keys' is not in camel case. (camelcase)
(#3481) Identifier 'relation_current' is not in camel case. (camelcase)
(#3482) Unexpected tab character. (no-tabs)
(#3482) Identifier 'schema_MLDToSVG' is not in camel case. (camelcase)
(#3482) A space is required after ','. (comma-spacing)
(#3483) Unexpected tab character. (no-tabs)
(#3484) Unexpected tab character. (no-tabs)
(#3485) Unexpected tab character. (no-tabs)
(#3485) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3485) A space is required after ','. (comma-spacing)
(#3485) A space is required after ','. (comma-spacing)
(#3485) A space is required after ','. (comma-spacing)
(#3486) Unexpected tab character. (no-tabs)
(#3487) Unexpected tab character. (no-tabs)
(#3487) Identifier 'relation_h1' is not in camel case. (camelcase)
(#3488) Unexpected tab character. (no-tabs)
(#3488) Identifier 'relation_keys1' is not in camel case. (camelcase)
(#3489) Unexpected tab character. (no-tabs)
(#3489) Identifier 'relation_length1' is not in camel case. (camelcase)
(#3489) Identifier 'relation_keys1' is not in camel case. (camelcase)
(#3490) Unexpected tab character. (no-tabs)
(#3490) Identifier 'relation_current1' is not in camel case. (camelcase)
(#3491) Unexpected tab character. (no-tabs)
(#3491) Expected space(s) after "while". (keyword-spacing)
(#3491) Identifier 'relation_current1' is not in camel case. (camelcase)
(#3491) Identifier 'relation_length1' is not in camel case. (camelcase)
(#3492) Unexpected tab character. (no-tabs)
(#3492) Identifier 'relation_h1' is not in camel case. (camelcase)
(#3492) Identifier 'relation_keys1' is not in camel case. (camelcase)
(#3492) Identifier 'relation_current1' is not in camel case. (camelcase)
(#3493) Unexpected tab character. (no-tabs)
(#3494) Unexpected tab character. (no-tabs)
(#3495) Unexpected tab character. (no-tabs)
(#3495) Expected space(s) after "while". (keyword-spacing)
(#3496) Unexpected tab character. (no-tabs)
(#3497) Unexpected tab character. (no-tabs)
(#3498) Unexpected tab character. (no-tabs)
(#3498) Identifier 'schema_MLDToSVG' is not in camel case. (camelcase)
(#3498) A space is required after ','. (comma-spacing)
(#3499) Unexpected tab character. (no-tabs)
(#3500) Unexpected tab character. (no-tabs)
(#3501) Unexpected tab character. (no-tabs)
(#3502) Unexpected tab character. (no-tabs)
(#3503) Unexpected tab character. (no-tabs)
(#3503) A space is required after ','. (comma-spacing)
(#3504) Unexpected tab character. (no-tabs)
(#3505) Unexpected tab character. (no-tabs)
(#3506) Unexpected tab character. (no-tabs)
(#3507) Unexpected tab character. (no-tabs)
(#3507) Expected space(s) after "while". (keyword-spacing)
(#3508) Unexpected tab character. (no-tabs)
(#3509) Unexpected tab character. (no-tabs)
(#3510) Unexpected tab character. (no-tabs)
(#3511) Unexpected tab character. (no-tabs)
(#3511) Expected space(s) after "if". (keyword-spacing)
(#3512) Unexpected tab character. (no-tabs)
(#3513) Unexpected tab character. (no-tabs)
(#3514) Unexpected tab character. (no-tabs)
(#3515) Unexpected tab character. (no-tabs)
(#3516) Unexpected tab character. (no-tabs)
(#3517) Unexpected tab character. (no-tabs)
(#3518) Unexpected tab character. (no-tabs)
(#3518) A space is required after ','. (comma-spacing)
(#3519) Unexpected tab character. (no-tabs)
(#3519) A space is required after ','. (comma-spacing)
(#3519) Unexpected use of '|'. (no-bitwise)
(#3520) Unexpected tab character. (no-tabs)
(#3520) A space is required after ','. (comma-spacing)
(#3521) Unexpected tab character. (no-tabs)
(#3522) Unexpected tab character. (no-tabs)
(#3523) Unexpected tab character. (no-tabs)
(#3523) A space is required after ','. (comma-spacing)
(#3524) Unexpected tab character. (no-tabs)
(#3524) A space is required after ','. (comma-spacing)
(#3525) Unexpected tab character. (no-tabs)
(#3525) A space is required after ','. (comma-spacing)
(#3526) Unexpected tab character. (no-tabs)
(#3527) Unexpected tab character. (no-tabs)
(#3528) Unexpected tab character. (no-tabs)
(#3529) Unexpected tab character. (no-tabs)
(#3529) A space is required after ','. (comma-spacing)
(#3530) Unexpected tab character. (no-tabs)
(#3530) A space is required after ','. (comma-spacing)
(#3531) Unexpected tab character. (no-tabs)
(#3532) Unexpected tab character. (no-tabs)
(#3533) Unexpected tab character. (no-tabs)
(#3534) Unexpected tab character. (no-tabs)
(#3535) Unexpected tab character. (no-tabs)
(#3535) Expected space(s) after "while". (keyword-spacing)
(#3536) Unexpected tab character. (no-tabs)
(#3537) Unexpected tab character. (no-tabs)
(#3538) Unexpected tab character. (no-tabs)
(#3539) Unexpected tab character. (no-tabs)
(#3539) A space is required after ','. (comma-spacing)
(#3540) Unexpected tab character. (no-tabs)
(#3540) A space is required after ','. (comma-spacing)
(#3541) Unexpected tab character. (no-tabs)
(#3541) Expected space(s) after "if". (keyword-spacing)
(#3542) Unexpected tab character. (no-tabs)
(#3542) A space is required after ','. (comma-spacing)
(#3543) Unexpected tab character. (no-tabs)
(#3544) Unexpected tab character. (no-tabs)
(#3545) Unexpected tab character. (no-tabs)
(#3545) Expected space(s) after "if". (keyword-spacing)
(#3546) Unexpected tab character. (no-tabs)
(#3547) Unexpected tab character. (no-tabs)
(#3548) Unexpected tab character. (no-tabs)
(#3548) A space is required after ','. (comma-spacing)
(#3549) Unexpected tab character. (no-tabs)
(#3549) A space is required after ','. (comma-spacing)
(#3550) Unexpected tab character. (no-tabs)
(#3551) Unexpected tab character. (no-tabs)
(#3552) Unexpected tab character. (no-tabs)
(#3553) Unexpected tab character. (no-tabs)
(#3554) Unexpected tab character. (no-tabs)
(#3555) Unexpected tab character. (no-tabs)
(#3555) A space is required after ','. (comma-spacing)
(#3556) Unexpected tab character. (no-tabs)
(#3556) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3557) Unexpected tab character. (no-tabs)
(#3557) A space is required after ','. (comma-spacing)
(#3558) Unexpected tab character. (no-tabs)
(#3559) Unexpected tab character. (no-tabs)
(#3560) Unexpected tab character. (no-tabs)
(#3561) Unexpected tab character. (no-tabs)
(#3561) Expected space(s) after "if". (keyword-spacing)
(#3562) This line has a length of 175. Maximum allowed is 132. (max-len)
(#3562) Unexpected tab character. (no-tabs)
(#3562) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3562) Use '===' to compare with null. (no-eq-null)
(#3563) Unexpected tab character. (no-tabs)
(#3564) Unexpected tab character. (no-tabs)
(#3565) Unexpected tab character. (no-tabs)
(#3565) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3566) Unexpected tab character. (no-tabs)
(#3566) A space is required after ','. (comma-spacing)
(#3567) Unexpected tab character. (no-tabs)
(#3568) Unexpected tab character. (no-tabs)
(#3569) Unexpected tab character. (no-tabs)
(#3570) Unexpected tab character. (no-tabs)
(#3570) Expected space(s) after "if". (keyword-spacing)
(#3571) This line has a length of 175. Maximum allowed is 132. (max-len)
(#3571) Unexpected tab character. (no-tabs)
(#3571) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3571) Use '===' to compare with null. (no-eq-null)
(#3572) Unexpected tab character. (no-tabs)
(#3573) Unexpected tab character. (no-tabs)
(#3574) Unexpected tab character. (no-tabs)
(#3575) Unexpected tab character. (no-tabs)
(#3576) Unexpected tab character. (no-tabs)
(#3577) Unexpected tab character. (no-tabs)
(#3578) Unexpected tab character. (no-tabs)
(#3579) Unexpected tab character. (no-tabs)
(#3579) Expected space(s) after "if". (keyword-spacing)
(#3580) Unexpected tab character. (no-tabs)
(#3581) Unexpected tab character. (no-tabs)
(#3582) Unexpected tab character. (no-tabs)
(#3582) Unexpected use of '|'. (no-bitwise)
(#3582) A space is required after ','. (comma-spacing)
(#3583) Unexpected tab character. (no-tabs)
(#3584) Unexpected tab character. (no-tabs)
(#3584) Expected space(s) after "if". (keyword-spacing)
(#3585) Unexpected tab character. (no-tabs)
(#3586) Unexpected tab character. (no-tabs)
(#3587) Unexpected tab character. (no-tabs)
(#3588) Unexpected tab character. (no-tabs)
(#3588) 'xa' is assigned a value but never used. (no-unused-vars)
(#3589) Unexpected tab character. (no-tabs)
(#3590) Unexpected tab character. (no-tabs)
(#3591) Unexpected tab character. (no-tabs)
(#3592) Unexpected tab character. (no-tabs)
(#3593) Unexpected tab character. (no-tabs)
(#3594) Unexpected tab character. (no-tabs)
(#3595) Unexpected tab character. (no-tabs)
(#3596) Unexpected tab character. (no-tabs)
(#3596) A space is required after ','. (comma-spacing)
(#3597) Unexpected tab character. (no-tabs)
(#3597) A space is required after ','. (comma-spacing)
(#3597) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3598) Unexpected tab character. (no-tabs)
(#3599) Unexpected tab character. (no-tabs)
(#3600) Unexpected tab character. (no-tabs)
(#3601) Unexpected tab character. (no-tabs)
(#3602) Unexpected tab character. (no-tabs)
(#3602) Identifier '$hx_exports' is not in camel case. (camelcase)
(#3602) ["schema"] is better written in dot notation. (dot-notation)
(#3602) ["MLDToSVG"] is better written in dot notation. (dot-notation)
(#3602) Identifier 'schema_MLDToSVG' is not in camel case. (camelcase)
(#3603) Unexpected tab character. (no-tabs)
(#3603) Identifier 'schema_MLDToSVG' is not in camel case. (camelcase)
(#3604) Unexpected tab character. (no-tabs)
(#3604) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3605) Unexpected tab character. (no-tabs)
(#3606) Unexpected tab character. (no-tabs)
(#3606) Identifier 'schema_Params' is not in camel case. (camelcase)
(#3607) Unexpected tab character. (no-tabs)
(#3607) Identifier 'schema_QuadCurve' is not in camel case. (camelcase)
(#3607) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3608) Unexpected tab character. (no-tabs)
(#3608) A space is required after ','. (comma-spacing)
(#3608) A space is required after ','. (comma-spacing)
(#3608) A space is required after ','. (comma-spacing)
(#3609) Unexpected tab character. (no-tabs)
(#3609) A space is required after ','. (comma-spacing)
(#3610) Unexpected tab character. (no-tabs)
(#3610) Expected space(s) after "if". (keyword-spacing)
(#3611) Unexpected tab character. (no-tabs)
(#3611) There should be no space after '{'. (object-curly-spacing)
(#3611) Extra space after key 'x'. (key-spacing)
(#3611) Extra space after key 'y'. (key-spacing)
(#3612) Unexpected tab character. (no-tabs)
(#3612) There should be no space after '{'. (object-curly-spacing)
(#3612) Extra space after key 'x'. (key-spacing)
(#3612) Extra space after key 'y'. (key-spacing)
(#3613) Unexpected tab character. (no-tabs)
(#3614) Unexpected tab character. (no-tabs)
(#3614) There should be no space after '{'. (object-curly-spacing)
(#3614) Extra space after key 'x'. (key-spacing)
(#3614) Extra space after key 'y'. (key-spacing)
(#3615) Unexpected tab character. (no-tabs)
(#3615) There should be no space after '{'. (object-curly-spacing)
(#3615) Extra space after key 'x'. (key-spacing)
(#3615) Extra space after key 'y'. (key-spacing)
(#3616) Unexpected tab character. (no-tabs)
(#3617) Unexpected tab character. (no-tabs)
(#3618) Unexpected tab character. (no-tabs)
(#3619) Unexpected tab character. (no-tabs)
(#3619) Identifier 'schema_QuadCurve' is not in camel case. (camelcase)
(#3620) Unexpected tab character. (no-tabs)
(#3620) Identifier 'schema_QuadCurve' is not in camel case. (camelcase)
(#3620) Identifier 'schema_Line' is not in camel case. (camelcase)
(#3621) Unexpected tab character. (no-tabs)
(#3621) Identifier 'schema_QuadCurve' is not in camel case. (camelcase)
(#3622) Unexpected tab character. (no-tabs)
(#3622) Identifier 'schema_QuadCurve' is not in camel case. (camelcase)
(#3623) Unexpected tab character. (no-tabs)
(#3624) Unexpected tab character. (no-tabs)
(#3624) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3625) Unexpected tab character. (no-tabs)
(#3626) Unexpected tab character. (no-tabs)
(#3627) Unexpected tab character. (no-tabs)
(#3628) Unexpected tab character. (no-tabs)
(#3628) A space is required after ','. (comma-spacing)
(#3629) Unexpected tab character. (no-tabs)
(#3630) Unexpected tab character. (no-tabs)
(#3631) Unexpected tab character. (no-tabs)
(#3632) Unexpected tab character. (no-tabs)
(#3633) This line has a length of 133. Maximum allowed is 132. (max-len)
(#3633) Unexpected tab character. (no-tabs)
(#3634) Unexpected tab character. (no-tabs)
(#3635) Unexpected tab character. (no-tabs)
(#3636) This line has a length of 187. Maximum allowed is 132. (max-len)
(#3636) Unexpected tab character. (no-tabs)
(#3637) Unexpected tab character. (no-tabs)
(#3638) Unexpected tab character. (no-tabs)
(#3638) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3639) Unexpected tab character. (no-tabs)
(#3639) Expected space(s) after "while". (keyword-spacing)
(#3640) Unexpected tab character. (no-tabs)
(#3641) Unexpected tab character. (no-tabs)
(#3642) Unexpected tab character. (no-tabs)
(#3643) Unexpected tab character. (no-tabs)
(#3643) A space is required after ','. (comma-spacing)
(#3644) Unexpected tab character. (no-tabs)
(#3644) A space is required after ','. (comma-spacing)
(#3645) Unexpected tab character. (no-tabs)
(#3645) A space is required after ','. (comma-spacing)
(#3646) Unexpected tab character. (no-tabs)
(#3646) A space is required after ','. (comma-spacing)
(#3647) Unexpected tab character. (no-tabs)
(#3647) A space is required after ','. (comma-spacing)
(#3648) Unexpected tab character. (no-tabs)
(#3648) A space is required after ','. (comma-spacing)
(#3649) Unexpected tab character. (no-tabs)
(#3650) Unexpected tab character. (no-tabs)
(#3650) A space is required after ','. (comma-spacing)
(#3651) Unexpected tab character. (no-tabs)
(#3651) A space is required after ','. (comma-spacing)
(#3652) Unexpected tab character. (no-tabs)
(#3653) Unexpected tab character. (no-tabs)
(#3654) Unexpected tab character. (no-tabs)
(#3655) Unexpected tab character. (no-tabs)
(#3656) Unexpected tab character. (no-tabs)
(#3657) Unexpected tab character. (no-tabs)
(#3657) Static method 'placeObjects' has a complexity of 27. Maximum allowed is 20. (complexity)
(#3657) A space is required after ','. (comma-spacing)
(#3657) A space is required after ','. (comma-spacing)
(#3657) A space is required after ','. (comma-spacing)
(#3658) Unexpected tab character. (no-tabs)
(#3659) Unexpected tab character. (no-tabs)
(#3660) Unexpected tab character. (no-tabs)
(#3661) Unexpected tab character. (no-tabs)
(#3661) Expected space(s) after "while". (keyword-spacing)
(#3662) Unexpected tab character. (no-tabs)
(#3662) 'i' is assigned a value but never used. (no-unused-vars)
(#3663) Unexpected tab character. (no-tabs)
(#3664) Unexpected tab character. (no-tabs)
(#3665) Unexpected tab character. (no-tabs)
(#3666) Unexpected tab character. (no-tabs)
(#3667) Unexpected tab character. (no-tabs)
(#3668) Unexpected tab character. (no-tabs)
(#3669) Unexpected tab character. (no-tabs)
(#3669) Expected space(s) after "while". (keyword-spacing)
(#3670) Unexpected tab character. (no-tabs)
(#3670) 'i' is assigned a value but never used. (no-unused-vars)
(#3671) Unexpected tab character. (no-tabs)
(#3672) Unexpected tab character. (no-tabs)
(#3673) Unexpected tab character. (no-tabs)
(#3674) Unexpected tab character. (no-tabs)
(#3675) Unexpected tab character. (no-tabs)
(#3675) Expected space(s) after "while". (keyword-spacing)
(#3676) Unexpected tab character. (no-tabs)
(#3677) Unexpected tab character. (no-tabs)
(#3677) Expected space(s) after "if". (keyword-spacing)
(#3677) Use '===' to compare with null. (no-eq-null)
(#3678) Unexpected tab character. (no-tabs)
(#3679) Unexpected tab character. (no-tabs)
(#3679) Expected space(s) after "if". (keyword-spacing)
(#3680) This line has a length of 181. Maximum allowed is 132. (max-len)
(#3680) Unexpected tab character. (no-tabs)
(#3680) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3680) Use '===' to compare with null. (no-eq-null)
(#3681) Unexpected tab character. (no-tabs)
(#3682) Unexpected tab character. (no-tabs)
(#3683) Unexpected tab character. (no-tabs)
(#3684) Unexpected tab character. (no-tabs)
(#3684) Expected space(s) after "if". (keyword-spacing)
(#3685) This line has a length of 183. Maximum allowed is 132. (max-len)
(#3685) Unexpected tab character. (no-tabs)
(#3685) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3685) Use '===' to compare with null. (no-eq-null)
(#3686) Unexpected tab character. (no-tabs)
(#3687) Unexpected tab character. (no-tabs)
(#3688) Unexpected tab character. (no-tabs)
(#3688) Expected space(s) after "if". (keyword-spacing)
(#3689) Unexpected tab character. (no-tabs)
(#3690) Unexpected tab character. (no-tabs)
(#3691) Unexpected tab character. (no-tabs)
(#3691) Expected space(s) after "if". (keyword-spacing)
(#3692) Unexpected tab character. (no-tabs)
(#3693) Unexpected tab character. (no-tabs)
(#3694) Unexpected tab character. (no-tabs)
(#3695) Unexpected tab character. (no-tabs)
(#3696) Unexpected tab character. (no-tabs)
(#3697) Unexpected tab character. (no-tabs)
(#3698) Unexpected tab character. (no-tabs)
(#3699) Unexpected tab character. (no-tabs)
(#3700) Unexpected tab character. (no-tabs)
(#3700) Expected space(s) after "while". (keyword-spacing)
(#3701) Unexpected tab character. (no-tabs)
(#3702) Unexpected tab character. (no-tabs)
(#3703) Unexpected tab character. (no-tabs)
(#3704) Unexpected tab character. (no-tabs)
(#3705) Unexpected tab character. (no-tabs)
(#3706) Unexpected tab character. (no-tabs)
(#3707) Unexpected tab character. (no-tabs)
(#3708) Unexpected tab character. (no-tabs)
(#3709) Unexpected tab character. (no-tabs)
(#3709) Expected space(s) after "while". (keyword-spacing)
(#3710) Unexpected tab character. (no-tabs)
(#3711) Unexpected tab character. (no-tabs)
(#3712) Unexpected tab character. (no-tabs)
(#3713) Unexpected tab character. (no-tabs)
(#3714) Unexpected tab character. (no-tabs)
(#3715) Unexpected tab character. (no-tabs)
(#3715) Expected space(s) after "while". (keyword-spacing)
(#3716) Unexpected tab character. (no-tabs)
(#3717) Unexpected tab character. (no-tabs)
(#3717) Expected space(s) after "if". (keyword-spacing)
(#3717) Use '===' to compare with null. (no-eq-null)
(#3718) Unexpected tab character. (no-tabs)
(#3719) Unexpected tab character. (no-tabs)
(#3720) Unexpected tab character. (no-tabs)
(#3721) Unexpected tab character. (no-tabs)
(#3721) Expected space(s) after "if". (keyword-spacing)
(#3722) This line has a length of 181. Maximum allowed is 132. (max-len)
(#3722) Unexpected tab character. (no-tabs)
(#3722) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3722) Use '===' to compare with null. (no-eq-null)
(#3723) Unexpected tab character. (no-tabs)
(#3724) Unexpected tab character. (no-tabs)
(#3724) Unexpected use of '|'. (no-bitwise)
(#3725) Unexpected tab character. (no-tabs)
(#3726) Unexpected tab character. (no-tabs)
(#3727) Unexpected tab character. (no-tabs)
(#3728) Unexpected tab character. (no-tabs)
(#3728) Expected space(s) after "if". (keyword-spacing)
(#3729) This line has a length of 183. Maximum allowed is 132. (max-len)
(#3729) Unexpected tab character. (no-tabs)
(#3729) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3729) Use '===' to compare with null. (no-eq-null)
(#3730) Unexpected tab character. (no-tabs)
(#3731) Unexpected tab character. (no-tabs)
(#3731) Unexpected use of '|'. (no-bitwise)
(#3732) Unexpected tab character. (no-tabs)
(#3732) A space is required after ','. (comma-spacing)
(#3733) Unexpected tab character. (no-tabs)
(#3734) Unexpected tab character. (no-tabs)
(#3735) Unexpected tab character. (no-tabs)
(#3735) A space is required after ','. (comma-spacing)
(#3735) Use '===' to compare with null. (no-eq-null)
(#3736) Unexpected tab character. (no-tabs)
(#3736) A space is required after ','. (comma-spacing)
(#3736) Use '===' to compare with null. (no-eq-null)
(#3737) Unexpected tab character. (no-tabs)
(#3738) Unexpected tab character. (no-tabs)
(#3739) Unexpected tab character. (no-tabs)
(#3740) Unexpected tab character. (no-tabs)
(#3740) There should be no space after '{'. (object-curly-spacing)
(#3740) Extra space after key 'x'. (key-spacing)
(#3740) Extra space after key 'y'. (key-spacing)
(#3741) Unexpected tab character. (no-tabs)
(#3741) Expected space(s) after "if". (keyword-spacing)
(#3741) Use '===' to compare with null. (no-eq-null)
(#3742) Unexpected tab character. (no-tabs)
(#3742) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3743) Unexpected tab character. (no-tabs)
(#3743) A space is required after ','. (comma-spacing)
(#3744) Unexpected tab character. (no-tabs)
(#3745) Unexpected tab character. (no-tabs)
(#3746) Unexpected tab character. (no-tabs)
(#3747) Unexpected tab character. (no-tabs)
(#3748) Unexpected tab character. (no-tabs)
(#3749) Unexpected tab character. (no-tabs)
(#3750) Unexpected tab character. (no-tabs)
(#3750) Expected space(s) after "if". (keyword-spacing)
(#3751) This line has a length of 169. Maximum allowed is 132. (max-len)
(#3751) Unexpected tab character. (no-tabs)
(#3751) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3751) Use '===' to compare with null. (no-eq-null)
(#3752) Unexpected tab character. (no-tabs)
(#3753) Unexpected tab character. (no-tabs)
(#3754) Unexpected tab character. (no-tabs)
(#3754) A constructor name should not start with a lowercase letter. (new-cap)
(#3754) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3754) A space is required after ','. (comma-spacing)
(#3754) A space is required after ','. (comma-spacing)
(#3755) Unexpected tab character. (no-tabs)
(#3756) Unexpected tab character. (no-tabs)
(#3756) A space is required after ','. (comma-spacing)
(#3756) A space is required after ','. (comma-spacing)
(#3756) A space is required after ','. (comma-spacing)
(#3757) Unexpected tab character. (no-tabs)
(#3758) Unexpected tab character. (no-tabs)
(#3759) Unexpected tab character. (no-tabs)
(#3760) Unexpected tab character. (no-tabs)
(#3760) A space is required after ','. (comma-spacing)
(#3761) Unexpected tab character. (no-tabs)
(#3761) A space is required after ','. (comma-spacing)
(#3762) Unexpected tab character. (no-tabs)
(#3762) A space is required after ','. (comma-spacing)
(#3763) Unexpected tab character. (no-tabs)
(#3763) A space is required after ','. (comma-spacing)
(#3764) Unexpected tab character. (no-tabs)
(#3764) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3764) A space is required after ','. (comma-spacing)
(#3764) A space is required after ','. (comma-spacing)
(#3764) A space is required after ','. (comma-spacing)
(#3765) Unexpected tab character. (no-tabs)
(#3765) Expected space(s) after "if". (keyword-spacing)
(#3765) Use '===' to compare with null. (no-eq-null)
(#3766) Unexpected tab character. (no-tabs)
(#3766) A space is required after ','. (comma-spacing)
(#3767) Unexpected tab character. (no-tabs)
(#3768) Unexpected tab character. (no-tabs)
(#3769) Unexpected tab character. (no-tabs)
(#3770) Unexpected tab character. (no-tabs)
(#3770) A space is required after ','. (comma-spacing)
(#3770) A space is required after ','. (comma-spacing)
(#3770) A space is required after ','. (comma-spacing)
(#3771) Unexpected tab character. (no-tabs)
(#3772) Unexpected tab character. (no-tabs)
(#3773) Unexpected tab character. (no-tabs)
(#3774) This line has a length of 154. Maximum allowed is 132. (max-len)
(#3774) Unexpected tab character. (no-tabs)
(#3774) A space is required after ','. (comma-spacing)
(#3775) Unexpected tab character. (no-tabs)
(#3775) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3775) A space is required after ','. (comma-spacing)
(#3775) A space is required after ','. (comma-spacing)
(#3775) A space is required after ','. (comma-spacing)
(#3776) Unexpected tab character. (no-tabs)
(#3776) Expected space(s) after "if". (keyword-spacing)
(#3776) Use '===' to compare with null. (no-eq-null)
(#3777) Unexpected tab character. (no-tabs)
(#3777) A space is required after ','. (comma-spacing)
(#3778) Unexpected tab character. (no-tabs)
(#3779) Unexpected tab character. (no-tabs)
(#3780) Unexpected tab character. (no-tabs)
(#3781) Unexpected tab character. (no-tabs)
(#3781) A space is required after ','. (comma-spacing)
(#3781) A space is required after ','. (comma-spacing)
(#3781) A space is required after ','. (comma-spacing)
(#3782) Unexpected tab character. (no-tabs)
(#3783) Unexpected tab character. (no-tabs)
(#3784) Unexpected tab character. (no-tabs)
(#3785) This line has a length of 180. Maximum allowed is 132. (max-len)
(#3785) Unexpected tab character. (no-tabs)
(#3785) A space is required after ','. (comma-spacing)
(#3786) Unexpected tab character. (no-tabs)
(#3786) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3786) A space is required after ','. (comma-spacing)
(#3786) A space is required after ','. (comma-spacing)
(#3786) A space is required after ','. (comma-spacing)
(#3787) Unexpected tab character. (no-tabs)
(#3787) Expected space(s) after "if". (keyword-spacing)
(#3787) Use '===' to compare with null. (no-eq-null)
(#3788) Unexpected tab character. (no-tabs)
(#3788) A space is required after ','. (comma-spacing)
(#3789) Unexpected tab character. (no-tabs)
(#3790) Unexpected tab character. (no-tabs)
(#3791) Unexpected tab character. (no-tabs)
(#3792) Unexpected tab character. (no-tabs)
(#3792) A space is required after ','. (comma-spacing)
(#3792) A space is required after ','. (comma-spacing)
(#3792) A space is required after ','. (comma-spacing)
(#3792) A space is required after ','. (comma-spacing)
(#3793) Unexpected tab character. (no-tabs)
(#3793) Expected space(s) after "if". (keyword-spacing)
(#3793) Use '===' to compare with null. (no-eq-null)
(#3794) Unexpected tab character. (no-tabs)
(#3795) Unexpected tab character. (no-tabs)
(#3796) Unexpected tab character. (no-tabs)
(#3796) Expected space(s) after "if". (keyword-spacing)
(#3796) Use '===' to compare with null. (no-eq-null)
(#3797) Unexpected tab character. (no-tabs)
(#3798) Unexpected tab character. (no-tabs)
(#3799) Unexpected tab character. (no-tabs)
(#3800) Unexpected tab character. (no-tabs)
(#3800) A space is required after ','. (comma-spacing)
(#3800) A space is required after ','. (comma-spacing)
(#3801) Unexpected tab character. (no-tabs)
(#3801) A space is required after ','. (comma-spacing)
(#3801) Use '===' to compare with null. (no-eq-null)
(#3802) Unexpected tab character. (no-tabs)
(#3802) A space is required after ','. (comma-spacing)
(#3802) Use '===' to compare with null. (no-eq-null)
(#3803) Unexpected tab character. (no-tabs)
(#3804) Unexpected tab character. (no-tabs)
(#3804) Expected space(s) after "if". (keyword-spacing)
(#3804) Use '===' to compare with null. (no-eq-null)
(#3805) Unexpected tab character. (no-tabs)
(#3806) Unexpected tab character. (no-tabs)
(#3807) Unexpected tab character. (no-tabs)
(#3808) Unexpected tab character. (no-tabs)
(#3808) A space is required after ','. (comma-spacing)
(#3808) A space is required after ','. (comma-spacing)
(#3809) Unexpected tab character. (no-tabs)
(#3809) A space is required after ','. (comma-spacing)
(#3809) Use '===' to compare with null. (no-eq-null)
(#3810) Unexpected tab character. (no-tabs)
(#3810) A space is required after ','. (comma-spacing)
(#3810) Use '===' to compare with null. (no-eq-null)
(#3811) Unexpected tab character. (no-tabs)
(#3812) Unexpected tab character. (no-tabs)
(#3813) Unexpected tab character. (no-tabs)
(#3814) Unexpected tab character. (no-tabs)
(#3814) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3815) Unexpected tab character. (no-tabs)
(#3815) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3816) Unexpected tab character. (no-tabs)
(#3816) A space is required after ','. (comma-spacing)
(#3816) A space is required after ','. (comma-spacing)
(#3817) Unexpected tab character. (no-tabs)
(#3818) Unexpected tab character. (no-tabs)
(#3818) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3819) Unexpected tab character. (no-tabs)
(#3820) Unexpected tab character. (no-tabs)
(#3820) Identifier 'set_h' is not in camel case. (camelcase)
(#3821) Unexpected tab character. (no-tabs)
(#3821) Identifier 'set_keys' is not in camel case. (camelcase)
(#3822) Unexpected tab character. (no-tabs)
(#3822) Identifier 'set_length' is not in camel case. (camelcase)
(#3822) Identifier 'set_keys' is not in camel case. (camelcase)
(#3823) Unexpected tab character. (no-tabs)
(#3823) Identifier 'set_current' is not in camel case. (camelcase)
(#3824) Unexpected tab character. (no-tabs)
(#3824) Expected space(s) after "while". (keyword-spacing)
(#3824) Identifier 'set_current' is not in camel case. (camelcase)
(#3824) Identifier 'set_length' is not in camel case. (camelcase)
(#3825) Unexpected tab character. (no-tabs)
(#3825) Identifier 'set_h' is not in camel case. (camelcase)
(#3825) Identifier 'set_keys' is not in camel case. (camelcase)
(#3825) Identifier 'set_current' is not in camel case. (camelcase)
(#3826) Unexpected tab character. (no-tabs)
(#3826) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3826) A space is required after ','. (comma-spacing)
(#3826) A space is required after ','. (comma-spacing)
(#3827) Unexpected tab character. (no-tabs)
(#3828) Unexpected tab character. (no-tabs)
(#3829) Unexpected tab character. (no-tabs)
(#3830) Unexpected tab character. (no-tabs)
(#3830) Identifier 'assoc_h' is not in camel case. (camelcase)
(#3831) Unexpected tab character. (no-tabs)
(#3831) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#3832) Unexpected tab character. (no-tabs)
(#3832) Identifier 'assoc_length' is not in camel case. (camelcase)
(#3832) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#3833) Unexpected tab character. (no-tabs)
(#3833) Identifier 'assoc_current' is not in camel case. (camelcase)
(#3834) Unexpected tab character. (no-tabs)
(#3834) Expected space(s) after "while". (keyword-spacing)
(#3834) Identifier 'assoc_current' is not in camel case. (camelcase)
(#3834) Identifier 'assoc_length' is not in camel case. (camelcase)
(#3835) Unexpected tab character. (no-tabs)
(#3835) Identifier 'assoc_h' is not in camel case. (camelcase)
(#3835) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#3835) Identifier 'assoc_current' is not in camel case. (camelcase)
(#3836) Unexpected tab character. (no-tabs)
(#3836) Expected space(s) after "if". (keyword-spacing)
(#3837) Unexpected tab character. (no-tabs)
(#3837) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3837) A space is required after ','. (comma-spacing)
(#3837) A space is required after ','. (comma-spacing)
(#3838) Unexpected tab character. (no-tabs)
(#3839) Unexpected tab character. (no-tabs)
(#3840) Unexpected tab character. (no-tabs)
(#3841) Unexpected tab character. (no-tabs)
(#3842) Unexpected tab character. (no-tabs)
(#3843) Unexpected tab character. (no-tabs)
(#3843) Expected space(s) after "if". (keyword-spacing)
(#3844) This line has a length of 181. Maximum allowed is 132. (max-len)
(#3844) Unexpected tab character. (no-tabs)
(#3844) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3844) Use '===' to compare with null. (no-eq-null)
(#3845) Unexpected tab character. (no-tabs)
(#3846) Unexpected tab character. (no-tabs)
(#3846) A space is required after ','. (comma-spacing)
(#3847) Unexpected tab character. (no-tabs)
(#3848) Unexpected tab character. (no-tabs)
(#3848) Expected space(s) after "if". (keyword-spacing)
(#3849) This line has a length of 183. Maximum allowed is 132. (max-len)
(#3849) Unexpected tab character. (no-tabs)
(#3849) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#3849) Use '===' to compare with null. (no-eq-null)
(#3850) Unexpected tab character. (no-tabs)
(#3851) Unexpected tab character. (no-tabs)
(#3851) A space is required after ','. (comma-spacing)
(#3852) Unexpected tab character. (no-tabs)
(#3853) Unexpected tab character. (no-tabs)
(#3854) Unexpected tab character. (no-tabs)
(#3855) Unexpected tab character. (no-tabs)
(#3855) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#3855) A space is required after ','. (comma-spacing)
(#3855) A space is required after ','. (comma-spacing)
(#3855) A space is required after ','. (comma-spacing)
(#3856) Unexpected tab character. (no-tabs)
(#3856) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3856) A space is required after ','. (comma-spacing)
(#3857) Unexpected tab character. (no-tabs)
(#3858) Unexpected tab character. (no-tabs)
(#3858) Identifier 'assoc_h1' is not in camel case. (camelcase)
(#3859) Unexpected tab character. (no-tabs)
(#3859) Identifier 'assoc_keys1' is not in camel case. (camelcase)
(#3860) Unexpected tab character. (no-tabs)
(#3860) Identifier 'assoc_length1' is not in camel case. (camelcase)
(#3860) Identifier 'assoc_keys1' is not in camel case. (camelcase)
(#3861) Unexpected tab character. (no-tabs)
(#3861) Identifier 'assoc_current1' is not in camel case. (camelcase)
(#3862) Unexpected tab character. (no-tabs)
(#3862) Expected space(s) after "while". (keyword-spacing)
(#3862) Identifier 'assoc_current1' is not in camel case. (camelcase)
(#3862) Identifier 'assoc_length1' is not in camel case. (camelcase)
(#3863) Unexpected tab character. (no-tabs)
(#3863) Identifier 'assoc_h1' is not in camel case. (camelcase)
(#3863) Identifier 'assoc_keys1' is not in camel case. (camelcase)
(#3863) Identifier 'assoc_current1' is not in camel case. (camelcase)
(#3864) Unexpected tab character. (no-tabs)
(#3864) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3864) A space is required after ','. (comma-spacing)
(#3864) A space is required after ','. (comma-spacing)
(#3865) Unexpected tab character. (no-tabs)
(#3866) Unexpected tab character. (no-tabs)
(#3867) Unexpected tab character. (no-tabs)
(#3868) Unexpected tab character. (no-tabs)
(#3868) A space is required after ','. (comma-spacing)
(#3868) A space is required after ','. (comma-spacing)
(#3869) Unexpected tab character. (no-tabs)
(#3869) Expected space(s) after "if". (keyword-spacing)
(#3870) Unexpected tab character. (no-tabs)
(#3870) Expected space(s) after "if". (keyword-spacing)
(#3870) Identifier 'model_Field' is not in camel case. (camelcase)
(#3871) Unexpected tab character. (no-tabs)
(#3872) Unexpected tab character. (no-tabs)
(#3873) Unexpected tab character. (no-tabs)
(#3874) Unexpected tab character. (no-tabs)
(#3875) Unexpected tab character. (no-tabs)
(#3876) Unexpected tab character. (no-tabs)
(#3877) Unexpected tab character. (no-tabs)
(#3878) Unexpected tab character. (no-tabs)
(#3879) Unexpected tab character. (no-tabs)
(#3879) A space is required after ','. (comma-spacing)
(#3879) A space is required after ','. (comma-spacing)
(#3879) A space is required after ','. (comma-spacing)
(#3879) A space is required after ','. (comma-spacing)
(#3880) Unexpected tab character. (no-tabs)
(#3881) Unexpected tab character. (no-tabs)
(#3881) Expected space(s) after "if". (keyword-spacing)
(#3881) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3881) A space is required after ','. (comma-spacing)
(#3881) A space is required after ','. (comma-spacing)
(#3882) Unexpected tab character. (no-tabs)
(#3883) Unexpected tab character. (no-tabs)
(#3883) Expected space(s) after "if". (keyword-spacing)
(#3884) Unexpected tab character. (no-tabs)
(#3885) Unexpected tab character. (no-tabs)
(#3886) Unexpected tab character. (no-tabs)
(#3887) Unexpected tab character. (no-tabs)
(#3888) Unexpected tab character. (no-tabs)
(#3889) Unexpected tab character. (no-tabs)
(#3889) A space is required after ','. (comma-spacing)
(#3889) A space is required after ','. (comma-spacing)
(#3889) A space is required after ','. (comma-spacing)
(#3890) Unexpected tab character. (no-tabs)
(#3891) Unexpected tab character. (no-tabs)
(#3891) Expected space(s) after "if". (keyword-spacing)
(#3891) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3891) A space is required after ','. (comma-spacing)
(#3891) A space is required after ','. (comma-spacing)
(#3892) Unexpected tab character. (no-tabs)
(#3893) Unexpected tab character. (no-tabs)
(#3893) Expected space(s) after "if". (keyword-spacing)
(#3894) Unexpected tab character. (no-tabs)
(#3895) Unexpected tab character. (no-tabs)
(#3896) Unexpected tab character. (no-tabs)
(#3897) Unexpected tab character. (no-tabs)
(#3898) Unexpected tab character. (no-tabs)
(#3899) Unexpected tab character. (no-tabs)
(#3899) A space is required after ','. (comma-spacing)
(#3899) A space is required after ','. (comma-spacing)
(#3900) Unexpected tab character. (no-tabs)
(#3901) Unexpected tab character. (no-tabs)
(#3901) A space is required after ','. (comma-spacing)
(#3902) Unexpected tab character. (no-tabs)
(#3902) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3902) A space is required after ','. (comma-spacing)
(#3902) A space is required after ','. (comma-spacing)
(#3903) Unexpected tab character. (no-tabs)
(#3904) Unexpected tab character. (no-tabs)
(#3904) Expected space(s) after "if". (keyword-spacing)
(#3905) Unexpected tab character. (no-tabs)
(#3905) A space is required after ','. (comma-spacing)
(#3906) Unexpected tab character. (no-tabs)
(#3906) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3906) A space is required after ','. (comma-spacing)
(#3906) A space is required after ','. (comma-spacing)
(#3907) Unexpected tab character. (no-tabs)
(#3908) Unexpected tab character. (no-tabs)
(#3908) A space is required after ','. (comma-spacing)
(#3909) Unexpected tab character. (no-tabs)
(#3909) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3909) A space is required after ','. (comma-spacing)
(#3909) A space is required after ','. (comma-spacing)
(#3910) Unexpected tab character. (no-tabs)
(#3911) Unexpected tab character. (no-tabs)
(#3911) A space is required after ','. (comma-spacing)
(#3912) Unexpected tab character. (no-tabs)
(#3912) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3912) A space is required after ','. (comma-spacing)
(#3912) A space is required after ','. (comma-spacing)
(#3913) Unexpected tab character. (no-tabs)
(#3914) Unexpected tab character. (no-tabs)
(#3914) A space is required after ','. (comma-spacing)
(#3915) Unexpected tab character. (no-tabs)
(#3915) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3915) A space is required after ','. (comma-spacing)
(#3915) A space is required after ','. (comma-spacing)
(#3916) Unexpected tab character. (no-tabs)
(#3917) Unexpected tab character. (no-tabs)
(#3918) Unexpected tab character. (no-tabs)
(#3919) Unexpected tab character. (no-tabs)
(#3920) Unexpected tab character. (no-tabs)
(#3920) A space is required after ','. (comma-spacing)
(#3920) A space is required after ','. (comma-spacing)
(#3921) Unexpected tab character. (no-tabs)
(#3922) Unexpected tab character. (no-tabs)
(#3922) A space is required after ','. (comma-spacing)
(#3923) Unexpected tab character. (no-tabs)
(#3923) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3923) A space is required after ','. (comma-spacing)
(#3923) A space is required after ','. (comma-spacing)
(#3923) A space is required after ','. (comma-spacing)
(#3923) A space is required after ','. (comma-spacing)
(#3924) Unexpected tab character. (no-tabs)
(#3925) Unexpected tab character. (no-tabs)
(#3925) A space is required after ','. (comma-spacing)
(#3926) Unexpected tab character. (no-tabs)
(#3926) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3926) A space is required after ','. (comma-spacing)
(#3926) A space is required after ','. (comma-spacing)
(#3926) A space is required after ','. (comma-spacing)
(#3926) A space is required after ','. (comma-spacing)
(#3927) Unexpected tab character. (no-tabs)
(#3928) Unexpected tab character. (no-tabs)
(#3928) Expected space(s) after "if". (keyword-spacing)
(#3929) Unexpected tab character. (no-tabs)
(#3929) A space is required after ','. (comma-spacing)
(#3930) Unexpected tab character. (no-tabs)
(#3930) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3930) A space is required after ','. (comma-spacing)
(#3930) A space is required after ','. (comma-spacing)
(#3930) A space is required after ','. (comma-spacing)
(#3931) Unexpected tab character. (no-tabs)
(#3932) Unexpected tab character. (no-tabs)
(#3932) A space is required after ','. (comma-spacing)
(#3933) Unexpected tab character. (no-tabs)
(#3933) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3933) A space is required after ','. (comma-spacing)
(#3933) A space is required after ','. (comma-spacing)
(#3933) A space is required after ','. (comma-spacing)
(#3934) Unexpected tab character. (no-tabs)
(#3935) Unexpected tab character. (no-tabs)
(#3935) A space is required after ','. (comma-spacing)
(#3936) Unexpected tab character. (no-tabs)
(#3936) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3936) A space is required after ','. (comma-spacing)
(#3936) A space is required after ','. (comma-spacing)
(#3936) A space is required after ','. (comma-spacing)
(#3937) Unexpected tab character. (no-tabs)
(#3938) Unexpected tab character. (no-tabs)
(#3939) Unexpected tab character. (no-tabs)
(#3940) Unexpected tab character. (no-tabs)
(#3941) Unexpected tab character. (no-tabs)
(#3941) Static method 'generateSetSVG' has a complexity of 22. Maximum allowed is 20. (complexity)
(#3941) A space is required after ','. (comma-spacing)
(#3941) A space is required after ','. (comma-spacing)
(#3942) Unexpected tab character. (no-tabs)
(#3942) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3942) A space is required after ','. (comma-spacing)
(#3942) A space is required after ','. (comma-spacing)
(#3943) Unexpected tab character. (no-tabs)
(#3943) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3943) A space is required after ','. (comma-spacing)
(#3943) A space is required after ','. (comma-spacing)
(#3944) Unexpected tab character. (no-tabs)
(#3945) Unexpected tab character. (no-tabs)
(#3946) Unexpected tab character. (no-tabs)
(#3947) Unexpected tab character. (no-tabs)
(#3947) A space is required after ','. (comma-spacing)
(#3948) Unexpected tab character. (no-tabs)
(#3948) A space is required after ','. (comma-spacing)
(#3949) Unexpected tab character. (no-tabs)
(#3949) A space is required after ','. (comma-spacing)
(#3950) Unexpected tab character. (no-tabs)
(#3951) Unexpected tab character. (no-tabs)
(#3952) Unexpected tab character. (no-tabs)
(#3952) A space is required after ','. (comma-spacing)
(#3953) Unexpected tab character. (no-tabs)
(#3953) A space is required after ','. (comma-spacing)
(#3954) Unexpected tab character. (no-tabs)
(#3954) A space is required after ','. (comma-spacing)
(#3955) Unexpected tab character. (no-tabs)
(#3956) Unexpected tab character. (no-tabs)
(#3957) Unexpected tab character. (no-tabs)
(#3958) Unexpected tab character. (no-tabs)
(#3958) A space is required after ','. (comma-spacing)
(#3959) Unexpected tab character. (no-tabs)
(#3959) A space is required after ','. (comma-spacing)
(#3960) Unexpected tab character. (no-tabs)
(#3961) Unexpected tab character. (no-tabs)
(#3962) Unexpected tab character. (no-tabs)
(#3963) Unexpected tab character. (no-tabs)
(#3964) Unexpected tab character. (no-tabs)
(#3964) Expected space(s) after "if". (keyword-spacing)
(#3965) Unexpected tab character. (no-tabs)
(#3966) Unexpected tab character. (no-tabs)
(#3967) Unexpected tab character. (no-tabs)
(#3968) Unexpected tab character. (no-tabs)
(#3968) Expected space(s) after "while". (keyword-spacing)
(#3969) Unexpected tab character. (no-tabs)
(#3970) Unexpected tab character. (no-tabs)
(#3971) Unexpected tab character. (no-tabs)
(#3972) Unexpected tab character. (no-tabs)
(#3972) Expected space(s) after "while". (keyword-spacing)
(#3973) Unexpected tab character. (no-tabs)
(#3974) Unexpected tab character. (no-tabs)
(#3975) Unexpected tab character. (no-tabs)
(#3975) Expected space(s) after "if". (keyword-spacing)
(#3975) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#3975) A space is required after ','. (comma-spacing)
(#3975) A space is required after ','. (comma-spacing)
(#3976) Unexpected tab character. (no-tabs)
(#3977) Unexpected tab character. (no-tabs)
(#3978) Unexpected tab character. (no-tabs)
(#3978) A space is required after ','. (comma-spacing)
(#3979) Unexpected tab character. (no-tabs)
(#3979) A space is required after ','. (comma-spacing)
(#3980) Unexpected tab character. (no-tabs)
(#3980) Expected space(s) after "if". (keyword-spacing)
(#3981) Unexpected tab character. (no-tabs)
(#3981) A space is required after ','. (comma-spacing)
(#3982) Unexpected tab character. (no-tabs)
(#3983) Unexpected tab character. (no-tabs)
(#3984) Unexpected tab character. (no-tabs)
(#3984) Expected space(s) after "switch". (keyword-spacing)
(#3985) Unexpected tab character. (no-tabs)
(#3985) Identifier 'model_Field' is not in camel case. (camelcase)
(#3986) Unexpected tab character. (no-tabs)
(#3987) Unexpected tab character. (no-tabs)
(#3988) Unexpected tab character. (no-tabs)
(#3988) Identifier 'model_Field' is not in camel case. (camelcase)
(#3989) Unexpected tab character. (no-tabs)
(#3990) Unexpected tab character. (no-tabs)
(#3991) Unexpected tab character. (no-tabs)
(#3991) Identifier 'model_Field' is not in camel case. (camelcase)
(#3992) Unexpected tab character. (no-tabs)
(#3993) Unexpected tab character. (no-tabs)
(#3994) Unexpected tab character. (no-tabs)
(#3995) Unexpected tab character. (no-tabs)
(#3995) 'visibility' is assigned a value but never used. (no-unused-vars)
(#3996) Unexpected tab character. (no-tabs)
(#3997) This line has a length of 167. Maximum allowed is 132. (max-len)
(#3997) Unexpected tab character. (no-tabs)
(#3998) Unexpected tab character. (no-tabs)
(#3999) Unexpected tab character. (no-tabs)
(#4000) Unexpected tab character. (no-tabs)
(#4001) Unexpected tab character. (no-tabs)
(#4002) Unexpected tab character. (no-tabs)
(#4002) Expected space(s) after "if". (keyword-spacing)
(#4003) Unexpected tab character. (no-tabs)
(#4004) Unexpected tab character. (no-tabs)
(#4005) Unexpected tab character. (no-tabs)
(#4005) A space is required after ','. (comma-spacing)
(#4006) Unexpected tab character. (no-tabs)
(#4006) A space is required after ','. (comma-spacing)
(#4007) Unexpected tab character. (no-tabs)
(#4007) A space is required after ','. (comma-spacing)
(#4008) Unexpected tab character. (no-tabs)
(#4008) A space is required after ','. (comma-spacing)
(#4009) Unexpected tab character. (no-tabs)
(#4010) Unexpected tab character. (no-tabs)
(#4011) Unexpected tab character. (no-tabs)
(#4011) Expected space(s) after "while". (keyword-spacing)
(#4012) Unexpected tab character. (no-tabs)
(#4013) Unexpected tab character. (no-tabs)
(#4014) Unexpected tab character. (no-tabs)
(#4014) Expected space(s) after "if". (keyword-spacing)
(#4014) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4014) A space is required after ','. (comma-spacing)
(#4014) A space is required after ','. (comma-spacing)
(#4015) Unexpected tab character. (no-tabs)
(#4016) Unexpected tab character. (no-tabs)
(#4017) Unexpected tab character. (no-tabs)
(#4017) A space is required after ','. (comma-spacing)
(#4018) Unexpected tab character. (no-tabs)
(#4018) A space is required after ','. (comma-spacing)
(#4019) Unexpected tab character. (no-tabs)
(#4019) Expected space(s) after "if". (keyword-spacing)
(#4020) Unexpected tab character. (no-tabs)
(#4020) A space is required after ','. (comma-spacing)
(#4021) Unexpected tab character. (no-tabs)
(#4022) Unexpected tab character. (no-tabs)
(#4023) Unexpected tab character. (no-tabs)
(#4024) Unexpected tab character. (no-tabs)
(#4025) Unexpected tab character. (no-tabs)
(#4026) Unexpected tab character. (no-tabs)
(#4027) Unexpected tab character. (no-tabs)
(#4028) Unexpected tab character. (no-tabs)
(#4028) Expected space(s) after "while". (keyword-spacing)
(#4029) Unexpected tab character. (no-tabs)
(#4030) Unexpected tab character. (no-tabs)
(#4031) Unexpected tab character. (no-tabs)
(#4031) Expected space(s) after "if". (keyword-spacing)
(#4031) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4031) A space is required after ','. (comma-spacing)
(#4031) A space is required after ','. (comma-spacing)
(#4032) Unexpected tab character. (no-tabs)
(#4033) Unexpected tab character. (no-tabs)
(#4034) Unexpected tab character. (no-tabs)
(#4034) A space is required after ','. (comma-spacing)
(#4035) Unexpected tab character. (no-tabs)
(#4035) A space is required after ','. (comma-spacing)
(#4036) Unexpected tab character. (no-tabs)
(#4036) Expected space(s) after "if". (keyword-spacing)
(#4037) Unexpected tab character. (no-tabs)
(#4037) A space is required after ','. (comma-spacing)
(#4038) Unexpected tab character. (no-tabs)
(#4039) Unexpected tab character. (no-tabs)
(#4040) Unexpected tab character. (no-tabs)
(#4041) Unexpected tab character. (no-tabs)
(#4042) Unexpected tab character. (no-tabs)
(#4043) Unexpected tab character. (no-tabs)
(#4044) Unexpected tab character. (no-tabs)
(#4045) Unexpected tab character. (no-tabs)
(#4045) Expected space(s) after "while". (keyword-spacing)
(#4046) Unexpected tab character. (no-tabs)
(#4047) Unexpected tab character. (no-tabs)
(#4048) Unexpected tab character. (no-tabs)
(#4048) Expected space(s) after "if". (keyword-spacing)
(#4048) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4048) A space is required after ','. (comma-spacing)
(#4048) A space is required after ','. (comma-spacing)
(#4049) Unexpected tab character. (no-tabs)
(#4050) Unexpected tab character. (no-tabs)
(#4051) Unexpected tab character. (no-tabs)
(#4051) A space is required after ','. (comma-spacing)
(#4052) Unexpected tab character. (no-tabs)
(#4052) A space is required after ','. (comma-spacing)
(#4053) Unexpected tab character. (no-tabs)
(#4053) Expected space(s) after "if". (keyword-spacing)
(#4054) Unexpected tab character. (no-tabs)
(#4054) A space is required after ','. (comma-spacing)
(#4055) Unexpected tab character. (no-tabs)
(#4056) Unexpected tab character. (no-tabs)
(#4057) Unexpected tab character. (no-tabs)
(#4058) Unexpected tab character. (no-tabs)
(#4059) Unexpected tab character. (no-tabs)
(#4060) Unexpected tab character. (no-tabs)
(#4061) Unexpected tab character. (no-tabs)
(#4062) Unexpected tab character. (no-tabs)
(#4063) Unexpected tab character. (no-tabs)
(#4063) A space is required after ','. (comma-spacing)
(#4064) Unexpected tab character. (no-tabs)
(#4065) Unexpected tab character. (no-tabs)
(#4065) Identifier 'set_h' is not in camel case. (camelcase)
(#4066) Unexpected tab character. (no-tabs)
(#4066) Identifier 'set_keys' is not in camel case. (camelcase)
(#4067) Unexpected tab character. (no-tabs)
(#4067) Identifier 'set_length' is not in camel case. (camelcase)
(#4067) Identifier 'set_keys' is not in camel case. (camelcase)
(#4068) Unexpected tab character. (no-tabs)
(#4068) Identifier 'set_current' is not in camel case. (camelcase)
(#4069) Unexpected tab character. (no-tabs)
(#4069) Expected space(s) after "while". (keyword-spacing)
(#4069) Identifier 'set_current' is not in camel case. (camelcase)
(#4069) Identifier 'set_length' is not in camel case. (camelcase)
(#4070) Unexpected tab character. (no-tabs)
(#4070) Identifier 'set_h' is not in camel case. (camelcase)
(#4070) Identifier 'set_keys' is not in camel case. (camelcase)
(#4070) Identifier 'set_current' is not in camel case. (camelcase)
(#4071) Unexpected tab character. (no-tabs)
(#4071) Expected space(s) after "if". (keyword-spacing)
(#4071) Use '===' to compare with null. (no-eq-null)
(#4072) Unexpected tab character. (no-tabs)
(#4072) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4072) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4072) A space is required after ','. (comma-spacing)
(#4072) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4073) Unexpected tab character. (no-tabs)
(#4073) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4073) A space is required after ','. (comma-spacing)
(#4073) A space is required after ','. (comma-spacing)
(#4073) A space is required after ','. (comma-spacing)
(#4073) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4074) Unexpected tab character. (no-tabs)
(#4075) Unexpected tab character. (no-tabs)
(#4076) Unexpected tab character. (no-tabs)
(#4077) Unexpected tab character. (no-tabs)
(#4077) Static method 'drawLinks' has a complexity of 23. Maximum allowed is 20. (complexity)
(#4077) A space is required after ','. (comma-spacing)
(#4077) A space is required after ','. (comma-spacing)
(#4078) Unexpected tab character. (no-tabs)
(#4078) Expected space(s) after "if". (keyword-spacing)
(#4079) Unexpected tab character. (no-tabs)
(#4079) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4080) Unexpected tab character. (no-tabs)
(#4080) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4081) Unexpected tab character. (no-tabs)
(#4082) Unexpected tab character. (no-tabs)
(#4083) Unexpected tab character. (no-tabs)
(#4083) Expected space(s) after "if". (keyword-spacing)
(#4083) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4083) A space is required after ','. (comma-spacing)
(#4083) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4083) A space is required after ','. (comma-spacing)
(#4084) Unexpected tab character. (no-tabs)
(#4084) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4084) A space is required after ','. (comma-spacing)
(#4085) Unexpected tab character. (no-tabs)
(#4085) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4085) A space is required after ','. (comma-spacing)
(#4086) Unexpected tab character. (no-tabs)
(#4086) Expected space(s) after "if". (keyword-spacing)
(#4086) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4086) A space is required after ','. (comma-spacing)
(#4087) Unexpected tab character. (no-tabs)
(#4087) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4087) A space is required after ','. (comma-spacing)
(#4088) Unexpected tab character. (no-tabs)
(#4089) Unexpected tab character. (no-tabs)
(#4089) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4089) A space is required after ','. (comma-spacing)
(#4090) Unexpected tab character. (no-tabs)
(#4091) Unexpected tab character. (no-tabs)
(#4091) A constructor name should not start with a lowercase letter. (new-cap)
(#4091) There should be no space after '{'. (object-curly-spacing)
(#4091) Extra space after key 'x'. (key-spacing)
(#4091) Extra space after key 'y'. (key-spacing)
(#4091) A space is required after ','. (comma-spacing)
(#4091) A space is required after ','. (comma-spacing)
(#4092) Unexpected tab character. (no-tabs)
(#4093) Unexpected tab character. (no-tabs)
(#4093) A space is required after ','. (comma-spacing)
(#4094) Unexpected tab character. (no-tabs)
(#4094) A space is required after ','. (comma-spacing)
(#4095) Unexpected tab character. (no-tabs)
(#4095) A space is required after ','. (comma-spacing)
(#4096) Unexpected tab character. (no-tabs)
(#4097) Unexpected tab character. (no-tabs)
(#4098) Unexpected tab character. (no-tabs)
(#4098) Expected space(s) after "while". (keyword-spacing)
(#4099) Unexpected tab character. (no-tabs)
(#4100) Unexpected tab character. (no-tabs)
(#4101) Unexpected tab character. (no-tabs)
(#4101) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4101) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4101) A space is required after ','. (comma-spacing)
(#4102) Unexpected tab character. (no-tabs)
(#4102) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4102) A space is required after ','. (comma-spacing)
(#4102) A space is required after ','. (comma-spacing)
(#4103) Unexpected tab character. (no-tabs)
(#4103) Expected space(s) after "if". (keyword-spacing)
(#4104) Unexpected tab character. (no-tabs)
(#4104) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4104) A space is required after ','. (comma-spacing)
(#4104) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4104) A space is required after ','. (comma-spacing)
(#4104) A space is required after ','. (comma-spacing)
(#4104) A space is required after ','. (comma-spacing)
(#4104) A space is required after ','. (comma-spacing)
(#4105) Unexpected tab character. (no-tabs)
(#4106) Unexpected tab character. (no-tabs)
(#4107) Unexpected tab character. (no-tabs)
(#4108) Unexpected tab character. (no-tabs)
(#4108) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4108) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4108) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4108) A space is required after ','. (comma-spacing)
(#4108) A space is required after ','. (comma-spacing)
(#4108) A space is required after ','. (comma-spacing)
(#4109) Unexpected tab character. (no-tabs)
(#4109) A space is required after ','. (comma-spacing)
(#4110) Unexpected tab character. (no-tabs)
(#4111) Unexpected tab character. (no-tabs)
(#4112) Unexpected tab character. (no-tabs)
(#4113) Unexpected tab character. (no-tabs)
(#4114) Unexpected tab character. (no-tabs)
(#4115) Unexpected tab character. (no-tabs)
(#4115) Expected space(s) after "if". (keyword-spacing)
(#4115) Use '===' to compare with null. (no-eq-null)
(#4115) Use '===' to compare with null. (no-eq-null)
(#4116) Unexpected tab character. (no-tabs)
(#4116) Expected space(s) after "if". (keyword-spacing)
(#4117) Unexpected tab character. (no-tabs)
(#4118) Unexpected tab character. (no-tabs)
(#4119) Unexpected tab character. (no-tabs)
(#4120) This line has a length of 172. Maximum allowed is 132. (max-len)
(#4120) Unexpected tab character. (no-tabs)
(#4120) Do not nest ternary expressions. (no-nested-ternary)
(#4120) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4120) Do not nest ternary expressions. (no-nested-ternary)
(#4120) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4120) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4121) Unexpected tab character. (no-tabs)
(#4121) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4122) Unexpected tab character. (no-tabs)
(#4122) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4123) Unexpected tab character. (no-tabs)
(#4123) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4123) A space is required after ','. (comma-spacing)
(#4124) Unexpected tab character. (no-tabs)
(#4125) Unexpected tab character. (no-tabs)
(#4125) Expected space(s) after "if". (keyword-spacing)
(#4126) Unexpected tab character. (no-tabs)
(#4127) Unexpected tab character. (no-tabs)
(#4128) Unexpected tab character. (no-tabs)
(#4129) Unexpected tab character. (no-tabs)
(#4129) Expected space(s) after "if". (keyword-spacing)
(#4130) Unexpected tab character. (no-tabs)
(#4130) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4130) A space is required after ','. (comma-spacing)
(#4131) Unexpected tab character. (no-tabs)
(#4132) Unexpected tab character. (no-tabs)
(#4132) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4132) A space is required after ','. (comma-spacing)
(#4132) A space is required after ','. (comma-spacing)
(#4132) A space is required after ','. (comma-spacing)
(#4133) Unexpected tab character. (no-tabs)
(#4134) Unexpected tab character. (no-tabs)
(#4134) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4134) A space is required after ','. (comma-spacing)
(#4134) A space is required after ','. (comma-spacing)
(#4134) A space is required after ','. (comma-spacing)
(#4135) Unexpected tab character. (no-tabs)
(#4136) Unexpected tab character. (no-tabs)
(#4136) Expected space(s) after "if". (keyword-spacing)
(#4137) This line has a length of 141. Maximum allowed is 132. (max-len)
(#4137) Unexpected tab character. (no-tabs)
(#4137) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4137) A space is required after ','. (comma-spacing)
(#4137) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4137) A space is required after ','. (comma-spacing)
(#4137) A space is required after ','. (comma-spacing)
(#4137) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4137) A space is required after ','. (comma-spacing)
(#4137) A space is required after ','. (comma-spacing)
(#4137) A space is required after ','. (comma-spacing)
(#4138) Unexpected tab character. (no-tabs)
(#4139) Unexpected tab character. (no-tabs)
(#4140) Unexpected tab character. (no-tabs)
(#4141) Unexpected tab character. (no-tabs)
(#4142) Unexpected tab character. (no-tabs)
(#4143) Unexpected tab character. (no-tabs)
(#4143) A space is required after ','. (comma-spacing)
(#4144) Unexpected tab character. (no-tabs)
(#4144) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4145) Unexpected tab character. (no-tabs)
(#4145) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#4146) Unexpected tab character. (no-tabs)
(#4147) Unexpected tab character. (no-tabs)
(#4148) Unexpected tab character. (no-tabs)
(#4149) Unexpected tab character. (no-tabs)
(#4150) Unexpected tab character. (no-tabs)
(#4150) Expected space(s) after "if". (keyword-spacing)
(#4150) Identifier 'schema_Box' is not in camel case. (camelcase)
(#4150) A space is required after ','. (comma-spacing)
(#4151) Unexpected tab character. (no-tabs)
(#4151) There should be no space after '{'. (object-curly-spacing)
(#4151) Extra space after key 'x'. (key-spacing)
(#4151) Extra space after key 'y'. (key-spacing)
(#4152) Unexpected tab character. (no-tabs)
(#4152) There should be no space after '{'. (object-curly-spacing)
(#4152) Extra space after key 'x'. (key-spacing)
(#4152) Extra space after key 'y'. (key-spacing)
(#4153) Unexpected tab character. (no-tabs)
(#4154) Unexpected tab character. (no-tabs)
(#4155) Unexpected tab character. (no-tabs)
(#4155) There should be no space after '{'. (object-curly-spacing)
(#4155) Extra space after key 'x'. (key-spacing)
(#4155) Extra space after key 'y'. (key-spacing)
(#4156) Unexpected tab character. (no-tabs)
(#4156) There should be no space after '{'. (object-curly-spacing)
(#4156) Extra space after key 'x'. (key-spacing)
(#4156) Extra space after key 'y'. (key-spacing)
(#4157) Unexpected tab character. (no-tabs)
(#4158) Unexpected tab character. (no-tabs)
(#4159) Unexpected tab character. (no-tabs)
(#4159) A constructor name should not start with a lowercase letter. (new-cap)
(#4159) A space is required after ','. (comma-spacing)
(#4159) A space is required after ','. (comma-spacing)
(#4159) A space is required after ','. (comma-spacing)
(#4160) Unexpected tab character. (no-tabs)
(#4161) Unexpected tab character. (no-tabs)
(#4161) A space is required after ','. (comma-spacing)
(#4162) Unexpected tab character. (no-tabs)
(#4163) Unexpected tab character. (no-tabs)
(#4163) Expected space(s) after "if". (keyword-spacing)
(#4163) Use '===' to compare with null. (no-eq-null)
(#4164) Unexpected tab character. (no-tabs)
(#4165) Unexpected tab character. (no-tabs)
(#4165) Expected space(s) after "if". (keyword-spacing)
(#4166) Unexpected tab character. (no-tabs)
(#4166) Use '===' to compare with null. (no-eq-null)
(#4167) Unexpected tab character. (no-tabs)
(#4168) Unexpected tab character. (no-tabs)
(#4168) A space is required after ','. (comma-spacing)
(#4168) A space is required after ','. (comma-spacing)
(#4169) Unexpected tab character. (no-tabs)
(#4170) Unexpected tab character. (no-tabs)
(#4171) Unexpected tab character. (no-tabs)
(#4172) Unexpected tab character. (no-tabs)
(#4173) Unexpected tab character. (no-tabs)
(#4173) Identifier '$hx_exports' is not in camel case. (camelcase)
(#4173) ["schema"] is better written in dot notation. (dot-notation)
(#4173) ["UMLToSVG"] is better written in dot notation. (dot-notation)
(#4173) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4174) Unexpected tab character. (no-tabs)
(#4174) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#4175) Unexpected tab character. (no-tabs)
(#4175) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4176) Unexpected tab character. (no-tabs)
(#4177) Unexpected tab character. (no-tabs)
(#4178) Unexpected tab character. (no-tabs)
(#4178) Expected space(s) after "if". (keyword-spacing)
(#4179) Unexpected tab character. (no-tabs)
(#4179) A space is required after ','. (comma-spacing)
(#4180) Unexpected tab character. (no-tabs)
(#4181) Unexpected tab character. (no-tabs)
(#4182) Unexpected tab character. (no-tabs)
(#4182) A space is required after ','. (comma-spacing)
(#4183) Unexpected tab character. (no-tabs)
(#4183) Expected space(s) after "while". (keyword-spacing)
(#4184) Unexpected tab character. (no-tabs)
(#4184) A space is required after ','. (comma-spacing)
(#4185) Unexpected tab character. (no-tabs)
(#4186) Unexpected tab character. (no-tabs)
(#4186) A space is required after ','. (comma-spacing)
(#4187) Unexpected tab character. (no-tabs)
(#4188) Unexpected tab character. (no-tabs)
(#4189) Unexpected tab character. (no-tabs)
(#4190) Unexpected tab character. (no-tabs)
(#4191) Unexpected tab character. (no-tabs)
(#4192) Unexpected tab character. (no-tabs)
(#4192) A constructor name should not start with a lowercase letter. (new-cap)
(#4193) Unexpected tab character. (no-tabs)
(#4194) Unexpected tab character. (no-tabs)
(#4194) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4194) A space is required after ','. (comma-spacing)
(#4195) Unexpected tab character. (no-tabs)
(#4195) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4195) A space is required after ','. (comma-spacing)
(#4196) Unexpected tab character. (no-tabs)
(#4196) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4196) A space is required after ','. (comma-spacing)
(#4197) Unexpected tab character. (no-tabs)
(#4197) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4197) A space is required after ','. (comma-spacing)
(#4198) Unexpected tab character. (no-tabs)
(#4198) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4198) A space is required after ','. (comma-spacing)
(#4199) Unexpected tab character. (no-tabs)
(#4199) Expected space(s) after "catch". (keyword-spacing)
(#4199) There should be no space after this paren. (space-in-parens)
(#4199) There should be no space before this paren. (space-in-parens)
(#4200) Unexpected tab character. (no-tabs)
(#4200) Identifier 'haxe_Exception' is not in camel case. (camelcase)
(#4201) Unexpected tab character. (no-tabs)
(#4201) Expected space(s) after "if". (keyword-spacing)
(#4201) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#4202) Unexpected tab character. (no-tabs)
(#4203) Unexpected tab character. (no-tabs)
(#4204) Unexpected tab character. (no-tabs)
(#4205) Unexpected tab character. (no-tabs)
(#4206) Unexpected tab character. (no-tabs)
(#4207) Unexpected tab character. (no-tabs)
(#4208) Unexpected tab character. (no-tabs)
(#4209) Unexpected tab character. (no-tabs)
(#4209) Expected space(s) after "if". (keyword-spacing)
(#4209) Use '===' to compare with null. (no-eq-null)
(#4210) Unexpected tab character. (no-tabs)
(#4211) Unexpected tab character. (no-tabs)
(#4211) Identifier 'inlStringMapValueIterator_h' is not in camel case. (camelcase)
(#4211) 'inlStringMapValueIterator_h' is assigned a value but never used. (no-unused-vars)
(#4212) Unexpected tab character. (no-tabs)
(#4212) Identifier 'inlStringMapValueIterator_keys' is not in camel case. (camelcase)
(#4213) Unexpected tab character. (no-tabs)
(#4213) Identifier 'inlStringMapValueIterator_length' is not in camel case. (camelcase)
(#4213) Identifier 'inlStringMapValueIterator_keys' is not in camel case. (camelcase)
(#4214) Unexpected tab character. (no-tabs)
(#4214) Identifier 'inlStringMapValueIterator_current' is not in camel case. (camelcase)
(#4215) Unexpected tab character. (no-tabs)
(#4215) Identifier 'inlStringMapValueIterator_current' is not in camel case. (camelcase)
(#4215) Identifier 'inlStringMapValueIterator_length' is not in camel case. (camelcase)
(#4216) Unexpected tab character. (no-tabs)
(#4217) Unexpected tab character. (no-tabs)
(#4218) Unexpected tab character. (no-tabs)
(#4219) Unexpected tab character. (no-tabs)
(#4219) Expected space(s) after "if". (keyword-spacing)
(#4220) Unexpected tab character. (no-tabs)
(#4221) Unexpected tab character. (no-tabs)
(#4222) Unexpected tab character. (no-tabs)
(#4223) Unexpected tab character. (no-tabs)
(#4224) Unexpected tab character. (no-tabs)
(#4224) A space is required after ','. (comma-spacing)
(#4225) Unexpected tab character. (no-tabs)
(#4226) Unexpected tab character. (no-tabs)
(#4227) Unexpected tab character. (no-tabs)
(#4227) Expected space(s) after "while". (keyword-spacing)
(#4228) Unexpected tab character. (no-tabs)
(#4229) Unexpected tab character. (no-tabs)
(#4229) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4230) Unexpected tab character. (no-tabs)
(#4230) Expected space(s) after "if". (keyword-spacing)
(#4230) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4231) Unexpected tab character. (no-tabs)
(#4231) A space is required after ','. (comma-spacing)
(#4232) Unexpected tab character. (no-tabs)
(#4232) A constructor name should not start with a lowercase letter. (new-cap)
(#4233) Unexpected tab character. (no-tabs)
(#4234) Unexpected tab character. (no-tabs)
(#4234) Expected space(s) after "if". (keyword-spacing)
(#4235) Unexpected tab character. (no-tabs)
(#4236) Unexpected tab character. (no-tabs)
(#4237) Unexpected tab character. (no-tabs)
(#4238) Unexpected tab character. (no-tabs)
(#4239) Unexpected tab character. (no-tabs)
(#4240) Unexpected tab character. (no-tabs)
(#4240) Expected space(s) after "while". (keyword-spacing)
(#4241) Unexpected tab character. (no-tabs)
(#4242) Unexpected tab character. (no-tabs)
(#4243) Unexpected tab character. (no-tabs)
(#4243) Expected space(s) after "if". (keyword-spacing)
(#4244) Unexpected tab character. (no-tabs)
(#4244) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4244) A space is required after ','. (comma-spacing)
(#4244) A space is required after ','. (comma-spacing)
(#4245) Unexpected tab character. (no-tabs)
(#4246) Unexpected tab character. (no-tabs)
(#4247) Unexpected tab character. (no-tabs)
(#4248) Unexpected tab character. (no-tabs)
(#4249) Unexpected tab character. (no-tabs)
(#4250) Unexpected tab character. (no-tabs)
(#4251) Unexpected tab character. (no-tabs)
(#4252) Unexpected tab character. (no-tabs)
(#4252) Expected space(s) after "while". (keyword-spacing)
(#4253) Unexpected tab character. (no-tabs)
(#4254) Unexpected tab character. (no-tabs)
(#4255) Unexpected tab character. (no-tabs)
(#4255) Expected space(s) after "if". (keyword-spacing)
(#4255) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4256) Unexpected tab character. (no-tabs)
(#4256) A space is required after ','. (comma-spacing)
(#4257) Unexpected tab character. (no-tabs)
(#4258) Unexpected tab character. (no-tabs)
(#4259) Unexpected tab character. (no-tabs)
(#4259) Expected space(s) after "if". (keyword-spacing)
(#4260) Unexpected tab character. (no-tabs)
(#4261) Unexpected tab character. (no-tabs)
(#4262) Unexpected tab character. (no-tabs)
(#4262) A space is required after ','. (comma-spacing)
(#4263) Unexpected tab character. (no-tabs)
(#4263) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4263) A space is required after ','. (comma-spacing)
(#4263) A space is required after ','. (comma-spacing)
(#4263) A space is required after ','. (comma-spacing)
(#4264) Unexpected tab character. (no-tabs)
(#4265) Unexpected tab character. (no-tabs)
(#4266) Unexpected tab character. (no-tabs)
(#4267) Unexpected tab character. (no-tabs)
(#4267) Static method 'loadAssociationLinks' has a complexity of 21. Maximum allowed is 20. (complexity)
(#4267) A space is required after ','. (comma-spacing)
(#4267) A space is required after ','. (comma-spacing)
(#4267) A space is required after ','. (comma-spacing)
(#4268) Unexpected tab character. (no-tabs)
(#4269) Unexpected tab character. (no-tabs)
(#4270) Unexpected tab character. (no-tabs)
(#4271) Unexpected tab character. (no-tabs)
(#4272) Unexpected tab character. (no-tabs)
(#4272) Expected space(s) after "while". (keyword-spacing)
(#4273) Unexpected tab character. (no-tabs)
(#4274) Unexpected tab character. (no-tabs)
(#4275) Unexpected tab character. (no-tabs)
(#4275) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4275) A space is required after ','. (comma-spacing)
(#4276) Unexpected tab character. (no-tabs)
(#4276) Expected space(s) after "if". (keyword-spacing)
(#4277) Unexpected tab character. (no-tabs)
(#4277) A space is required after ','. (comma-spacing)
(#4277) A space is required after ','. (comma-spacing)
(#4278) Unexpected tab character. (no-tabs)
(#4279) Unexpected tab character. (no-tabs)
(#4279) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4279) A space is required after ','. (comma-spacing)
(#4280) Unexpected tab character. (no-tabs)
(#4281) Unexpected tab character. (no-tabs)
(#4282) Unexpected tab character. (no-tabs)
(#4283) Unexpected tab character. (no-tabs)
(#4283) Identifier 'model_Field' is not in camel case. (camelcase)
(#4284) Unexpected tab character. (no-tabs)
(#4285) Unexpected tab character. (no-tabs)
(#4285) Expected space(s) after "if". (keyword-spacing)
(#4285) Use '===' to compare with null. (no-eq-null)
(#4286) Unexpected tab character. (no-tabs)
(#4287) Unexpected tab character. (no-tabs)
(#4287) Expected space(s) after "if". (keyword-spacing)
(#4287) Use '===' to compare with null. (no-eq-null)
(#4288) Unexpected tab character. (no-tabs)
(#4288) Identifier 'js_Boot' is not in camel case. (camelcase)
(#4288) There should be no space before ','. (comma-spacing)
(#4289) Unexpected tab character. (no-tabs)
(#4290) Unexpected tab character. (no-tabs)
(#4291) Unexpected tab character. (no-tabs)
(#4291) Expected space(s) after "if". (keyword-spacing)
(#4291) Use '===' to compare with null. (no-eq-null)
(#4292) This line has a length of 175. Maximum allowed is 132. (max-len)
(#4292) Unexpected tab character. (no-tabs)
(#4292) Expected space(s) after "while". (keyword-spacing)
(#4293) Unexpected tab character. (no-tabs)
(#4293) Expected space(s) after "switch". (keyword-spacing)
(#4294) Unexpected tab character. (no-tabs)
(#4295) Unexpected tab character. (no-tabs)
(#4295) Identifier 'model_Field' is not in camel case. (camelcase)
(#4296) Unexpected tab character. (no-tabs)
(#4297) Unexpected tab character. (no-tabs)
(#4298) Unexpected tab character. (no-tabs)
(#4299) Unexpected tab character. (no-tabs)
(#4300) Unexpected tab character. (no-tabs)
(#4301) Unexpected tab character. (no-tabs)
(#4302) Unexpected tab character. (no-tabs)
(#4302) Identifier 'model_Field' is not in camel case. (camelcase)
(#4303) Unexpected tab character. (no-tabs)
(#4304) Unexpected tab character. (no-tabs)
(#4305) Unexpected tab character. (no-tabs)
(#4305) Identifier 'model_Field' is not in camel case. (camelcase)
(#4306) Unexpected tab character. (no-tabs)
(#4307) Unexpected tab character. (no-tabs)
(#4308) Unexpected tab character. (no-tabs)
(#4309) Unexpected tab character. (no-tabs)
(#4310) Unexpected tab character. (no-tabs)
(#4311) Unexpected tab character. (no-tabs)
(#4312) Unexpected tab character. (no-tabs)
(#4313) Unexpected tab character. (no-tabs)
(#4313) Expected space(s) after "if". (keyword-spacing)
(#4314) Unexpected tab character. (no-tabs)
(#4315) Unexpected tab character. (no-tabs)
(#4316) Unexpected tab character. (no-tabs)
(#4317) Unexpected tab character. (no-tabs)
(#4318) Unexpected tab character. (no-tabs)
(#4318) Expected space(s) after "if". (keyword-spacing)
(#4319) Unexpected tab character. (no-tabs)
(#4320) Unexpected tab character. (no-tabs)
(#4321) Unexpected tab character. (no-tabs)
(#4321) A constructor name should not start with a lowercase letter. (new-cap)
(#4321) A space is required after ','. (comma-spacing)
(#4321) A space is required after ','. (comma-spacing)
(#4321) A space is required after ','. (comma-spacing)
(#4321) A space is required after ','. (comma-spacing)
(#4321) A space is required after ','. (comma-spacing)
(#4321) A space is required after ','. (comma-spacing)
(#4321) A space is required after ','. (comma-spacing)
(#4322) Unexpected tab character. (no-tabs)
(#4323) Unexpected tab character. (no-tabs)
(#4324) Unexpected tab character. (no-tabs)
(#4324) Expected space(s) after "if". (keyword-spacing)
(#4324) Use '===' to compare with null. (no-eq-null)
(#4325) Unexpected tab character. (no-tabs)
(#4326) Unexpected tab character. (no-tabs)
(#4327) Unexpected tab character. (no-tabs)
(#4328) Unexpected tab character. (no-tabs)
(#4328) A space is required after ','. (comma-spacing)
(#4329) Unexpected tab character. (no-tabs)
(#4330) Unexpected tab character. (no-tabs)
(#4330) Expected space(s) after "while". (keyword-spacing)
(#4331) Unexpected tab character. (no-tabs)
(#4332) Unexpected tab character. (no-tabs)
(#4333) Unexpected tab character. (no-tabs)
(#4333) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4334) Unexpected tab character. (no-tabs)
(#4334) Expected space(s) after "if". (keyword-spacing)
(#4334) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4335) Unexpected tab character. (no-tabs)
(#4335) A space is required after ','. (comma-spacing)
(#4336) Unexpected tab character. (no-tabs)
(#4337) Unexpected tab character. (no-tabs)
(#4337) A constructor name should not start with a lowercase letter. (new-cap)
(#4337) A space is required after ','. (comma-spacing)
(#4337) A space is required after ','. (comma-spacing)
(#4337) A space is required after ','. (comma-spacing)
(#4338) Unexpected tab character. (no-tabs)
(#4339) Unexpected tab character. (no-tabs)
(#4339) Expected space(s) after "if". (keyword-spacing)
(#4340) Unexpected tab character. (no-tabs)
(#4341) Unexpected tab character. (no-tabs)
(#4342) Unexpected tab character. (no-tabs)
(#4343) Unexpected tab character. (no-tabs)
(#4343) Expected space(s) after "while". (keyword-spacing)
(#4344) Unexpected tab character. (no-tabs)
(#4345) Unexpected tab character. (no-tabs)
(#4345) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4345) A space is required after ','. (comma-spacing)
(#4345) A space is required after ','. (comma-spacing)
(#4346) Unexpected tab character. (no-tabs)
(#4347) Unexpected tab character. (no-tabs)
(#4348) Unexpected tab character. (no-tabs)
(#4349) Unexpected tab character. (no-tabs)
(#4350) Unexpected tab character. (no-tabs)
(#4351) Unexpected tab character. (no-tabs)
(#4352) Unexpected tab character. (no-tabs)
(#4352) A space is required after ','. (comma-spacing)
(#4352) A space is required after ','. (comma-spacing)
(#4353) Unexpected tab character. (no-tabs)
(#4353) Expected space(s) after "if". (keyword-spacing)
(#4353) Use '===' to compare with null. (no-eq-null)
(#4354) Unexpected tab character. (no-tabs)
(#4355) Unexpected tab character. (no-tabs)
(#4356) Unexpected tab character. (no-tabs)
(#4356) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4357) Unexpected tab character. (no-tabs)
(#4357) Identifier 'model_Field' is not in camel case. (camelcase)
(#4358) Unexpected tab character. (no-tabs)
(#4359) Unexpected tab character. (no-tabs)
(#4360) Unexpected tab character. (no-tabs)
(#4360) Expected space(s) after "if". (keyword-spacing)
(#4360) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4361) Unexpected tab character. (no-tabs)
(#4361) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4361) A space is required after ','. (comma-spacing)
(#4362) Unexpected tab character. (no-tabs)
(#4362) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4362) A space is required after ','. (comma-spacing)
(#4363) Unexpected tab character. (no-tabs)
(#4364) This line has a length of 142. Maximum allowed is 132. (max-len)
(#4364) Unexpected tab character. (no-tabs)
(#4364) Expected space(s) after "while". (keyword-spacing)
(#4365) Unexpected tab character. (no-tabs)
(#4365) Expected space(s) after "switch". (keyword-spacing)
(#4366) Unexpected tab character. (no-tabs)
(#4367) Unexpected tab character. (no-tabs)
(#4367) Identifier 'model_Field' is not in camel case. (camelcase)
(#4368) Unexpected tab character. (no-tabs)
(#4369) Unexpected tab character. (no-tabs)
(#4370) Unexpected tab character. (no-tabs)
(#4370) Identifier 'model_Field' is not in camel case. (camelcase)
(#4371) Unexpected tab character. (no-tabs)
(#4372) Unexpected tab character. (no-tabs)
(#4373) Unexpected tab character. (no-tabs)
(#4373) Identifier 'model_Field' is not in camel case. (camelcase)
(#4374) Unexpected tab character. (no-tabs)
(#4375) Unexpected tab character. (no-tabs)
(#4376) Unexpected tab character. (no-tabs)
(#4377) Unexpected tab character. (no-tabs)
(#4378) Unexpected tab character. (no-tabs)
(#4379) Unexpected tab character. (no-tabs)
(#4380) Unexpected tab character. (no-tabs)
(#4381) Unexpected tab character. (no-tabs)
(#4382) Unexpected tab character. (no-tabs)
(#4382) A space is required after ','. (comma-spacing)
(#4382) A space is required after ','. (comma-spacing)
(#4383) Unexpected tab character. (no-tabs)
(#4384) Unexpected tab character. (no-tabs)
(#4384) Expected space(s) after "if". (keyword-spacing)
(#4384) Identifier 'model_Association' is not in camel case. (camelcase)
(#4385) Unexpected tab character. (no-tabs)
(#4385) Expected space(s) after "if". (keyword-spacing)
(#4386) Unexpected tab character. (no-tabs)
(#4387) Unexpected tab character. (no-tabs)
(#4388) Unexpected tab character. (no-tabs)
(#4389) Unexpected tab character. (no-tabs)
(#4389) A constructor name should not start with a lowercase letter. (new-cap)
(#4389) A space is required after ','. (comma-spacing)
(#4389) A space is required after ','. (comma-spacing)
(#4389) A space is required after ','. (comma-spacing)
(#4390) Unexpected tab character. (no-tabs)
(#4391) Unexpected tab character. (no-tabs)
(#4391) A space is required after ','. (comma-spacing)
(#4392) Unexpected tab character. (no-tabs)
(#4393) Unexpected tab character. (no-tabs)
(#4394) Unexpected tab character. (no-tabs)
(#4394) Expected space(s) after "while". (keyword-spacing)
(#4395) Unexpected tab character. (no-tabs)
(#4396) Unexpected tab character. (no-tabs)
(#4396) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4397) Unexpected tab character. (no-tabs)
(#4397) Expected space(s) after "if". (keyword-spacing)
(#4397) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4398) Unexpected tab character. (no-tabs)
(#4398) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4398) A space is required after ','. (comma-spacing)
(#4399) Unexpected tab character. (no-tabs)
(#4399) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4399) A space is required after ','. (comma-spacing)
(#4400) Unexpected tab character. (no-tabs)
(#4401) Unexpected tab character. (no-tabs)
(#4401) Expected space(s) after "if". (keyword-spacing)
(#4401) Use '===' to compare with null. (no-eq-null)
(#4402) Unexpected tab character. (no-tabs)
(#4403) Unexpected tab character. (no-tabs)
(#4403) Expected space(s) after "if". (keyword-spacing)
(#4404) Unexpected tab character. (no-tabs)
(#4405) Unexpected tab character. (no-tabs)
(#4406) Unexpected tab character. (no-tabs)
(#4406) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4406) A space is required after ','. (comma-spacing)
(#4407) Unexpected tab character. (no-tabs)
(#4408) Unexpected tab character. (no-tabs)
(#4409) Unexpected tab character. (no-tabs)
(#4409) Expected space(s) after "while". (keyword-spacing)
(#4410) Unexpected tab character. (no-tabs)
(#4411) Unexpected tab character. (no-tabs)
(#4412) Unexpected tab character. (no-tabs)
(#4413) Unexpected tab character. (no-tabs)
(#4413) Expected space(s) after "if". (keyword-spacing)
(#4413) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#4413) Use '===' to compare with null. (no-eq-null)
(#4414) Unexpected tab character. (no-tabs)
(#4415) Unexpected tab character. (no-tabs)
(#4416) Unexpected tab character. (no-tabs)
(#4417) Unexpected tab character. (no-tabs)
(#4418) Unexpected tab character. (no-tabs)
(#4419) Unexpected tab character. (no-tabs)
(#4420) Unexpected tab character. (no-tabs)
(#4420) Expected space(s) after "if". (keyword-spacing)
(#4420) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4421) Unexpected tab character. (no-tabs)
(#4421) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4421) A space is required after ','. (comma-spacing)
(#4422) Unexpected tab character. (no-tabs)
(#4422) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4422) A space is required after ','. (comma-spacing)
(#4423) Unexpected tab character. (no-tabs)
(#4424) Unexpected tab character. (no-tabs)
(#4424) Expected space(s) after "if". (keyword-spacing)
(#4424) Use '===' to compare with null. (no-eq-null)
(#4425) Unexpected tab character. (no-tabs)
(#4426) Unexpected tab character. (no-tabs)
(#4427) Unexpected tab character. (no-tabs)
(#4427) Expected space(s) after "switch". (keyword-spacing)
(#4427) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4427) A space is required after ','. (comma-spacing)
(#4428) Unexpected tab character. (no-tabs)
(#4429) Unexpected tab character. (no-tabs)
(#4429) Identifier 'model_Set' is not in camel case. (camelcase)
(#4430) Unexpected tab character. (no-tabs)
(#4431) Unexpected tab character. (no-tabs)
(#4432) Unexpected tab character. (no-tabs)
(#4432) Identifier 'model_Set' is not in camel case. (camelcase)
(#4433) Unexpected tab character. (no-tabs)
(#4434) Unexpected tab character. (no-tabs)
(#4435) Unexpected tab character. (no-tabs)
(#4435) Identifier 'model_Set' is not in camel case. (camelcase)
(#4436) Unexpected tab character. (no-tabs)
(#4437) Unexpected tab character. (no-tabs)
(#4438) Unexpected tab character. (no-tabs)
(#4439) Unexpected tab character. (no-tabs)
(#4440) Unexpected tab character. (no-tabs)
(#4441) Unexpected tab character. (no-tabs)
(#4441) Expected space(s) after "if". (keyword-spacing)
(#4442) Unexpected tab character. (no-tabs)
(#4443) Unexpected tab character. (no-tabs)
(#4444) Unexpected tab character. (no-tabs)
(#4444) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4444) A space is required after ','. (comma-spacing)
(#4445) Unexpected tab character. (no-tabs)
(#4445) Expected space(s) after "if". (keyword-spacing)
(#4446) Unexpected tab character. (no-tabs)
(#4446) A space is required after ','. (comma-spacing)
(#4446) A space is required after ','. (comma-spacing)
(#4447) Unexpected tab character. (no-tabs)
(#4448) Unexpected tab character. (no-tabs)
(#4448) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4448) A space is required after ','. (comma-spacing)
(#4449) Unexpected tab character. (no-tabs)
(#4450) Unexpected tab character. (no-tabs)
(#4451) Unexpected tab character. (no-tabs)
(#4451) Expected space(s) after "while". (keyword-spacing)
(#4452) Unexpected tab character. (no-tabs)
(#4453) Unexpected tab character. (no-tabs)
(#4454) Unexpected tab character. (no-tabs)
(#4455) Unexpected tab character. (no-tabs)
(#4455) Expected space(s) after "if". (keyword-spacing)
(#4455) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#4455) Use '===' to compare with null. (no-eq-null)
(#4456) Unexpected tab character. (no-tabs)
(#4457) Unexpected tab character. (no-tabs)
(#4458) Unexpected tab character. (no-tabs)
(#4459) Unexpected tab character. (no-tabs)
(#4460) Unexpected tab character. (no-tabs)
(#4461) Unexpected tab character. (no-tabs)
(#4462) Unexpected tab character. (no-tabs)
(#4463) Unexpected tab character. (no-tabs)
(#4464) Unexpected tab character. (no-tabs)
(#4465) Unexpected tab character. (no-tabs)
(#4465) A space is required after ','. (comma-spacing)
(#4466) Unexpected tab character. (no-tabs)
(#4467) Unexpected tab character. (no-tabs)
(#4468) Unexpected tab character. (no-tabs)
(#4468) Expected space(s) after "while". (keyword-spacing)
(#4469) Unexpected tab character. (no-tabs)
(#4470) Unexpected tab character. (no-tabs)
(#4470) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4471) Unexpected tab character. (no-tabs)
(#4471) Expected space(s) after "if". (keyword-spacing)
(#4471) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4472) Unexpected tab character. (no-tabs)
(#4472) A space is required after ','. (comma-spacing)
(#4473) Unexpected tab character. (no-tabs)
(#4474) Unexpected tab character. (no-tabs)
(#4474) Expected space(s) after "if". (keyword-spacing)
(#4474) Use '===' to compare with null. (no-eq-null)
(#4475) Unexpected tab character. (no-tabs)
(#4475) A constructor name should not start with a lowercase letter. (new-cap)
(#4475) A space is required after ','. (comma-spacing)
(#4475) A space is required after ','. (comma-spacing)
(#4475) A space is required after ','. (comma-spacing)
(#4475) A space is required after ','. (comma-spacing)
(#4476) Unexpected tab character. (no-tabs)
(#4477) Unexpected tab character. (no-tabs)
(#4478) Unexpected tab character. (no-tabs)
(#4479) Unexpected tab character. (no-tabs)
(#4480) Unexpected tab character. (no-tabs)
(#4480) A space is required after ','. (comma-spacing)
(#4481) Unexpected tab character. (no-tabs)
(#4481) Expected space(s) after "while". (keyword-spacing)
(#4482) Unexpected tab character. (no-tabs)
(#4482) A space is required after ','. (comma-spacing)
(#4483) Unexpected tab character. (no-tabs)
(#4483) A space is required after ','. (comma-spacing)
(#4484) Unexpected tab character. (no-tabs)
(#4484) A space is required after ','. (comma-spacing)
(#4485) Unexpected tab character. (no-tabs)
(#4485) Expected space(s) after "if". (keyword-spacing)
(#4486) Unexpected tab character. (no-tabs)
(#4486) A space is required after ','. (comma-spacing)
(#4487) Unexpected tab character. (no-tabs)
(#4488) Unexpected tab character. (no-tabs)
(#4489) Unexpected tab character. (no-tabs)
(#4489) Expected space(s) after "if". (keyword-spacing)
(#4490) Unexpected tab character. (no-tabs)
(#4490) A space is required after ','. (comma-spacing)
(#4491) Unexpected tab character. (no-tabs)
(#4492) Unexpected tab character. (no-tabs)
(#4492) A space is required after ','. (comma-spacing)
(#4493) Unexpected tab character. (no-tabs)
(#4494) Unexpected tab character. (no-tabs)
(#4495) Unexpected tab character. (no-tabs)
(#4496) Unexpected tab character. (no-tabs)
(#4497) Unexpected tab character. (no-tabs)
(#4497) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4497) A space is required after ','. (comma-spacing)
(#4498) Unexpected tab character. (no-tabs)
(#4499) Unexpected tab character. (no-tabs)
(#4500) Unexpected tab character. (no-tabs)
(#4501) Unexpected tab character. (no-tabs)
(#4502) Unexpected tab character. (no-tabs)
(#4502) A space is required after ','. (comma-spacing)
(#4503) Unexpected tab character. (no-tabs)
(#4503) Identifier 'model_Field' is not in camel case. (camelcase)
(#4504) Unexpected tab character. (no-tabs)
(#4505) Unexpected tab character. (no-tabs)
(#4505) A space is required after ','. (comma-spacing)
(#4506) Unexpected tab character. (no-tabs)
(#4507) Unexpected tab character. (no-tabs)
(#4507) A space is required after ','. (comma-spacing)
(#4508) Unexpected tab character. (no-tabs)
(#4509) Unexpected tab character. (no-tabs)
(#4509) Expected space(s) after "while". (keyword-spacing)
(#4510) Unexpected tab character. (no-tabs)
(#4510) Expected space(s) after "switch". (keyword-spacing)
(#4511) Unexpected tab character. (no-tabs)
(#4512) Unexpected tab character. (no-tabs)
(#4512) Identifier 'model_Field' is not in camel case. (camelcase)
(#4513) Unexpected tab character. (no-tabs)
(#4514) Unexpected tab character. (no-tabs)
(#4515) Unexpected tab character. (no-tabs)
(#4515) Identifier 'model_Field' is not in camel case. (camelcase)
(#4516) Unexpected tab character. (no-tabs)
(#4517) Unexpected tab character. (no-tabs)
(#4518) Unexpected tab character. (no-tabs)
(#4518) Identifier 'model_Field' is not in camel case. (camelcase)
(#4519) Unexpected tab character. (no-tabs)
(#4520) Unexpected tab character. (no-tabs)
(#4521) Unexpected tab character. (no-tabs)
(#4522) Unexpected tab character. (no-tabs)
(#4523) Unexpected tab character. (no-tabs)
(#4524) Unexpected tab character. (no-tabs)
(#4524) A space is required after ','. (comma-spacing)
(#4524) A space is required after ','. (comma-spacing)
(#4525) Unexpected tab character. (no-tabs)
(#4526) Unexpected tab character. (no-tabs)
(#4527) Unexpected tab character. (no-tabs)
(#4527) Expected space(s) after "if". (keyword-spacing)
(#4528) Unexpected tab character. (no-tabs)
(#4529) Unexpected tab character. (no-tabs)
(#4530) Unexpected tab character. (no-tabs)
(#4530) A constructor name should not start with a lowercase letter. (new-cap)
(#4530) A space is required after ','. (comma-spacing)
(#4530) A space is required after ','. (comma-spacing)
(#4530) A space is required after ','. (comma-spacing)
(#4531) Unexpected tab character. (no-tabs)
(#4531) A space is required after ','. (comma-spacing)
(#4532) Unexpected tab character. (no-tabs)
(#4532) Expected space(s) after "if". (keyword-spacing)
(#4533) Unexpected tab character. (no-tabs)
(#4533) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4533) A space is required after ','. (comma-spacing)
(#4533) A space is required after ','. (comma-spacing)
(#4534) Unexpected tab character. (no-tabs)
(#4535) Unexpected tab character. (no-tabs)
(#4535) Expected space(s) after "if". (keyword-spacing)
(#4536) Unexpected tab character. (no-tabs)
(#4537) Unexpected tab character. (no-tabs)
(#4538) Unexpected tab character. (no-tabs)
(#4539) Unexpected tab character. (no-tabs)
(#4540) Unexpected tab character. (no-tabs)
(#4541) Unexpected tab character. (no-tabs)
(#4541) A space is required after ','. (comma-spacing)
(#4541) A space is required after ','. (comma-spacing)
(#4542) Unexpected tab character. (no-tabs)
(#4543) Unexpected tab character. (no-tabs)
(#4544) Unexpected tab character. (no-tabs)
(#4544) Expected space(s) after "while". (keyword-spacing)
(#4545) Unexpected tab character. (no-tabs)
(#4546) Unexpected tab character. (no-tabs)
(#4547) Unexpected tab character. (no-tabs)
(#4548) Unexpected tab character. (no-tabs)
(#4549) Unexpected tab character. (no-tabs)
(#4549) Expected space(s) after "if". (keyword-spacing)
(#4550) Unexpected tab character. (no-tabs)
(#4550) A space is required after ','. (comma-spacing)
(#4551) Unexpected tab character. (no-tabs)
(#4551) Expected space(s) after "if". (keyword-spacing)
(#4551) A space is required after ','. (comma-spacing)
(#4552) Unexpected tab character. (no-tabs)
(#4552) A space is required after ','. (comma-spacing)
(#4553) Unexpected tab character. (no-tabs)
(#4554) Unexpected tab character. (no-tabs)
(#4555) Unexpected tab character. (no-tabs)
(#4555) Expected space(s) after "if". (keyword-spacing)
(#4556) Unexpected tab character. (no-tabs)
(#4557) Unexpected tab character. (no-tabs)
(#4557) Expected space(s) after "if". (keyword-spacing)
(#4557) Use '===' to compare with null. (no-eq-null)
(#4558) Unexpected tab character. (no-tabs)
(#4559) Unexpected tab character. (no-tabs)
(#4560) Unexpected tab character. (no-tabs)
(#4560) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4561) Unexpected tab character. (no-tabs)
(#4562) Unexpected tab character. (no-tabs)
(#4563) Unexpected tab character. (no-tabs)
(#4563) A constructor name should not start with a lowercase letter. (new-cap)
(#4563) A space is required after ','. (comma-spacing)
(#4564) Unexpected tab character. (no-tabs)
(#4565) Unexpected tab character. (no-tabs)
(#4566) Unexpected tab character. (no-tabs)
(#4566) A space is required after ','. (comma-spacing)
(#4567) Unexpected tab character. (no-tabs)
(#4568) Unexpected tab character. (no-tabs)
(#4569) Unexpected tab character. (no-tabs)
(#4570) Unexpected tab character. (no-tabs)
(#4571) Unexpected tab character. (no-tabs)
(#4571) Expected space(s) after "while". (keyword-spacing)
(#4572) Unexpected tab character. (no-tabs)
(#4573) Unexpected tab character. (no-tabs)
(#4574) Unexpected tab character. (no-tabs)
(#4574) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4575) Unexpected tab character. (no-tabs)
(#4575) Expected space(s) after "if". (keyword-spacing)
(#4576) Unexpected tab character. (no-tabs)
(#4576) Expected space(s) after "if". (keyword-spacing)
(#4577) Unexpected tab character. (no-tabs)
(#4577) Expected space(s) after "if". (keyword-spacing)
(#4578) Unexpected tab character. (no-tabs)
(#4579) Unexpected tab character. (no-tabs)
(#4580) Unexpected tab character. (no-tabs)
(#4581) Unexpected tab character. (no-tabs)
(#4582) Unexpected tab character. (no-tabs)
(#4583) Unexpected tab character. (no-tabs)
(#4584) Unexpected tab character. (no-tabs)
(#4585) Unexpected tab character. (no-tabs)
(#4585) Expected space(s) after "if". (keyword-spacing)
(#4586) Unexpected tab character. (no-tabs)
(#4587) Unexpected tab character. (no-tabs)
(#4587) Expected space(s) after "if". (keyword-spacing)
(#4587) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4588) Unexpected tab character. (no-tabs)
(#4589) Unexpected tab character. (no-tabs)
(#4589) A space is required after ','. (comma-spacing)
(#4590) Unexpected tab character. (no-tabs)
(#4591) Unexpected tab character. (no-tabs)
(#4592) Unexpected tab character. (no-tabs)
(#4593) Unexpected tab character. (no-tabs)
(#4594) Unexpected tab character. (no-tabs)
(#4594) Expected space(s) after "if". (keyword-spacing)
(#4594) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4595) Unexpected tab character. (no-tabs)
(#4596) Unexpected tab character. (no-tabs)
(#4596) A space is required after ','. (comma-spacing)
(#4597) Unexpected tab character. (no-tabs)
(#4598) Unexpected tab character. (no-tabs)
(#4599) Unexpected tab character. (no-tabs)
(#4600) Unexpected tab character. (no-tabs)
(#4601) Unexpected tab character. (no-tabs)
(#4602) Unexpected tab character. (no-tabs)
(#4603) Unexpected tab character. (no-tabs)
(#4604) Unexpected tab character. (no-tabs)
(#4605) Unexpected tab character. (no-tabs)
(#4606) Unexpected tab character. (no-tabs)
(#4607) Unexpected tab character. (no-tabs)
(#4608) Unexpected tab character. (no-tabs)
(#4609) Unexpected tab character. (no-tabs)
(#4610) Unexpected tab character. (no-tabs)
(#4611) Unexpected tab character. (no-tabs)
(#4612) Unexpected tab character. (no-tabs)
(#4612) Expected space(s) after "while". (keyword-spacing)
(#4613) Unexpected tab character. (no-tabs)
(#4614) Unexpected tab character. (no-tabs)
(#4615) Unexpected tab character. (no-tabs)
(#4616) Unexpected tab character. (no-tabs)
(#4616) Expected space(s) after "while". (keyword-spacing)
(#4617) Unexpected tab character. (no-tabs)
(#4618) Unexpected tab character. (no-tabs)
(#4619) Unexpected tab character. (no-tabs)
(#4619) Expected space(s) after "if". (keyword-spacing)
(#4619) Use '===' to compare with null. (no-eq-null)
(#4620) Unexpected tab character. (no-tabs)
(#4621) Unexpected tab character. (no-tabs)
(#4621) Expected space(s) after "if". (keyword-spacing)
(#4621) Identifier 'model_Association' is not in camel case. (camelcase)
(#4622) Unexpected tab character. (no-tabs)
(#4622) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4622) Identifier 'js_Boot' is not in camel case. (camelcase)
(#4622) There should be no space before ','. (comma-spacing)
(#4623) Unexpected tab character. (no-tabs)
(#4624) Unexpected tab character. (no-tabs)
(#4624) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4625) Unexpected tab character. (no-tabs)
(#4626) Unexpected tab character. (no-tabs)
(#4627) Unexpected tab character. (no-tabs)
(#4628) Unexpected tab character. (no-tabs)
(#4628) Expected space(s) after "if". (keyword-spacing)
(#4629) Unexpected tab character. (no-tabs)
(#4630) Unexpected tab character. (no-tabs)
(#4631) Unexpected tab character. (no-tabs)
(#4632) Unexpected tab character. (no-tabs)
(#4633) Unexpected tab character. (no-tabs)
(#4634) Unexpected tab character. (no-tabs)
(#4635) Unexpected tab character. (no-tabs)
(#4636) Unexpected tab character. (no-tabs)
(#4637) Unexpected tab character. (no-tabs)
(#4638) Unexpected tab character. (no-tabs)
(#4638) Expected space(s) after "while". (keyword-spacing)
(#4639) Unexpected tab character. (no-tabs)
(#4640) Unexpected tab character. (no-tabs)
(#4641) Unexpected tab character. (no-tabs)
(#4642) Unexpected tab character. (no-tabs)
(#4643) Unexpected tab character. (no-tabs)
(#4644) Unexpected tab character. (no-tabs)
(#4645) Unexpected tab character. (no-tabs)
(#4645) Expected space(s) after "while". (keyword-spacing)
(#4646) Unexpected tab character. (no-tabs)
(#4647) Unexpected tab character. (no-tabs)
(#4647) Expected space(s) after "if". (keyword-spacing)
(#4648) Unexpected tab character. (no-tabs)
(#4649) Unexpected tab character. (no-tabs)
(#4650) Unexpected tab character. (no-tabs)
(#4651) Unexpected tab character. (no-tabs)
(#4652) Unexpected tab character. (no-tabs)
(#4653) Unexpected tab character. (no-tabs)
(#4654) Unexpected tab character. (no-tabs)
(#4655) Unexpected tab character. (no-tabs)
(#4656) Unexpected tab character. (no-tabs)
(#4657) Unexpected tab character. (no-tabs)
(#4658) Unexpected tab character. (no-tabs)
(#4659) Unexpected tab character. (no-tabs)
(#4660) Unexpected tab character. (no-tabs)
(#4660) Expected space(s) after "while". (keyword-spacing)
(#4661) Unexpected tab character. (no-tabs)
(#4662) Unexpected tab character. (no-tabs)
(#4663) Unexpected tab character. (no-tabs)
(#4664) Unexpected tab character. (no-tabs)
(#4665) Unexpected tab character. (no-tabs)
(#4665) Expected space(s) after "if". (keyword-spacing)
(#4666) Unexpected tab character. (no-tabs)
(#4667) Unexpected tab character. (no-tabs)
(#4668) Unexpected tab character. (no-tabs)
(#4669) Unexpected tab character. (no-tabs)
(#4669) Expected space(s) after "while". (keyword-spacing)
(#4670) Unexpected tab character. (no-tabs)
(#4671) Unexpected tab character. (no-tabs)
(#4672) Unexpected tab character. (no-tabs)
(#4673) Unexpected tab character. (no-tabs)
(#4674) Unexpected tab character. (no-tabs)
(#4675) Unexpected tab character. (no-tabs)
(#4676) Unexpected tab character. (no-tabs)
(#4677) Unexpected tab character. (no-tabs)
(#4678) Unexpected tab character. (no-tabs)
(#4678) Identifier '$hx_exports' is not in camel case. (camelcase)
(#4678) ["source"] is better written in dot notation. (dot-notation)
(#4678) ["Mocodo"] is better written in dot notation. (dot-notation)
(#4678) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4679) Unexpected tab character. (no-tabs)
(#4679) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#4680) Unexpected tab character. (no-tabs)
(#4680) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4681) Unexpected tab character. (no-tabs)
(#4682) Unexpected tab character. (no-tabs)
(#4682) A constructor name should not start with a lowercase letter. (new-cap)
(#4683) Unexpected tab character. (no-tabs)
(#4683) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4683) A space is required after ','. (comma-spacing)
(#4684) Unexpected tab character. (no-tabs)
(#4684) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4684) A space is required after ','. (comma-spacing)
(#4685) Unexpected tab character. (no-tabs)
(#4685) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4685) A space is required after ','. (comma-spacing)
(#4686) Unexpected tab character. (no-tabs)
(#4686) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4686) A space is required after ','. (comma-spacing)
(#4687) Unexpected tab character. (no-tabs)
(#4687) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4687) A space is required after ','. (comma-spacing)
(#4688) Unexpected tab character. (no-tabs)
(#4688) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4688) A space is required after ','. (comma-spacing)
(#4689) Unexpected tab character. (no-tabs)
(#4689) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4689) A space is required after ','. (comma-spacing)
(#4690) Unexpected tab character. (no-tabs)
(#4691) Unexpected tab character. (no-tabs)
(#4691) A space is required after ','. (comma-spacing)
(#4692) Unexpected tab character. (no-tabs)
(#4692) Expected space(s) after "if". (keyword-spacing)
(#4693) Unexpected tab character. (no-tabs)
(#4694) Unexpected tab character. (no-tabs)
(#4695) Unexpected tab character. (no-tabs)
(#4696) Unexpected tab character. (no-tabs)
(#4696) A space is required after ','. (comma-spacing)
(#4697) Unexpected tab character. (no-tabs)
(#4698) Unexpected tab character. (no-tabs)
(#4698) Expected space(s) after "if". (keyword-spacing)
(#4698) A space is required after ','. (comma-spacing)
(#4699) Unexpected tab character. (no-tabs)
(#4699) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#4700) Unexpected tab character. (no-tabs)
(#4701) Unexpected tab character. (no-tabs)
(#4702) Unexpected tab character. (no-tabs)
(#4703) Unexpected tab character. (no-tabs)
(#4703) Expected space(s) after "while". (keyword-spacing)
(#4704) Unexpected tab character. (no-tabs)
(#4705) Unexpected tab character. (no-tabs)
(#4706) Unexpected tab character. (no-tabs)
(#4706) A space is required after ','. (comma-spacing)
(#4707) Unexpected tab character. (no-tabs)
(#4707) A space is required after ','. (comma-spacing)
(#4708) Unexpected tab character. (no-tabs)
(#4709) Unexpected tab character. (no-tabs)
(#4710) Unexpected tab character. (no-tabs)
(#4711) Unexpected tab character. (no-tabs)
(#4712) Unexpected tab character. (no-tabs)
(#4713) Unexpected tab character. (no-tabs)
(#4714) Unexpected tab character. (no-tabs)
(#4714) A space is required after ','. (comma-spacing)
(#4715) Unexpected tab character. (no-tabs)
(#4716) Unexpected tab character. (no-tabs)
(#4716) Identifier 'set_h' is not in camel case. (camelcase)
(#4717) Unexpected tab character. (no-tabs)
(#4717) Identifier 'set_keys' is not in camel case. (camelcase)
(#4718) Unexpected tab character. (no-tabs)
(#4718) Identifier 'set_length' is not in camel case. (camelcase)
(#4718) Identifier 'set_keys' is not in camel case. (camelcase)
(#4719) Unexpected tab character. (no-tabs)
(#4719) Identifier 'set_current' is not in camel case. (camelcase)
(#4720) Unexpected tab character. (no-tabs)
(#4720) Expected space(s) after "while". (keyword-spacing)
(#4720) Identifier 'set_current' is not in camel case. (camelcase)
(#4720) Identifier 'set_length' is not in camel case. (camelcase)
(#4721) Unexpected tab character. (no-tabs)
(#4721) Identifier 'set_h' is not in camel case. (camelcase)
(#4721) Identifier 'set_keys' is not in camel case. (camelcase)
(#4721) Identifier 'set_current' is not in camel case. (camelcase)
(#4722) Unexpected tab character. (no-tabs)
(#4723) Unexpected tab character. (no-tabs)
(#4723) A constructor name should not start with a lowercase letter. (new-cap)
(#4724) Unexpected tab character. (no-tabs)
(#4725) Unexpected tab character. (no-tabs)
(#4726) Unexpected tab character. (no-tabs)
(#4726) Expected space(s) after "while". (keyword-spacing)
(#4727) Unexpected tab character. (no-tabs)
(#4728) Unexpected tab character. (no-tabs)
(#4729) Unexpected tab character. (no-tabs)
(#4730) Unexpected tab character. (no-tabs)
(#4730) Expected space(s) after "if". (keyword-spacing)
(#4731) Unexpected tab character. (no-tabs)
(#4731) A constructor name should not start with a lowercase letter. (new-cap)
(#4731) A space is required after ','. (comma-spacing)
(#4732) Unexpected tab character. (no-tabs)
(#4732) Expected space(s) after "if". (keyword-spacing)
(#4733) Unexpected tab character. (no-tabs)
(#4734) Unexpected tab character. (no-tabs)
(#4735) Unexpected tab character. (no-tabs)
(#4736) Unexpected tab character. (no-tabs)
(#4737) Unexpected tab character. (no-tabs)
(#4738) Unexpected tab character. (no-tabs)
(#4739) Unexpected tab character. (no-tabs)
(#4740) Unexpected tab character. (no-tabs)
(#4740) A space is required after ','. (comma-spacing)
(#4741) Unexpected tab character. (no-tabs)
(#4742) Unexpected tab character. (no-tabs)
(#4742) Identifier 'set_h' is not in camel case. (camelcase)
(#4743) Unexpected tab character. (no-tabs)
(#4743) Identifier 'set_keys' is not in camel case. (camelcase)
(#4744) Unexpected tab character. (no-tabs)
(#4744) Identifier 'set_length' is not in camel case. (camelcase)
(#4744) Identifier 'set_keys' is not in camel case. (camelcase)
(#4745) Unexpected tab character. (no-tabs)
(#4745) Identifier 'set_current' is not in camel case. (camelcase)
(#4746) Unexpected tab character. (no-tabs)
(#4746) Expected space(s) after "while". (keyword-spacing)
(#4746) Identifier 'set_current' is not in camel case. (camelcase)
(#4746) Identifier 'set_length' is not in camel case. (camelcase)
(#4747) Unexpected tab character. (no-tabs)
(#4747) Identifier 'set_h' is not in camel case. (camelcase)
(#4747) Identifier 'set_keys' is not in camel case. (camelcase)
(#4747) Identifier 'set_current' is not in camel case. (camelcase)
(#4748) Unexpected tab character. (no-tabs)
(#4748) Expected space(s) after "if". (keyword-spacing)
(#4748) Use '===' to compare with null. (no-eq-null)
(#4749) Unexpected tab character. (no-tabs)
(#4750) Unexpected tab character. (no-tabs)
(#4751) Unexpected tab character. (no-tabs)
(#4752) Unexpected tab character. (no-tabs)
(#4753) Unexpected tab character. (no-tabs)
(#4754) Unexpected tab character. (no-tabs)
(#4755) Unexpected tab character. (no-tabs)
(#4755) Expected space(s) after "while". (keyword-spacing)
(#4756) Unexpected tab character. (no-tabs)
(#4757) Unexpected tab character. (no-tabs)
(#4758) Unexpected tab character. (no-tabs)
(#4758) Expected space(s) after "if". (keyword-spacing)
(#4759) Unexpected tab character. (no-tabs)
(#4760) Unexpected tab character. (no-tabs)
(#4761) Unexpected tab character. (no-tabs)
(#4762) Unexpected tab character. (no-tabs)
(#4763) Unexpected tab character. (no-tabs)
(#4763) A constructor name should not start with a lowercase letter. (new-cap)
(#4763) A space is required after ','. (comma-spacing)
(#4764) Unexpected tab character. (no-tabs)
(#4764) A space is required after ','. (comma-spacing)
(#4764) A space is required after ','. (comma-spacing)
(#4765) Unexpected tab character. (no-tabs)
(#4766) Unexpected tab character. (no-tabs)
(#4766) There should be no space after '{'. (object-curly-spacing)
(#4766) Extra space after key 'name'. (key-spacing)
(#4766) Extra space after key 'relation'. (key-spacing)
(#4766) Extra space after key 'key'. (key-spacing)
(#4767) Unexpected tab character. (no-tabs)
(#4768) Unexpected tab character. (no-tabs)
(#4769) Unexpected tab character. (no-tabs)
(#4770) Unexpected tab character. (no-tabs)
(#4771) Unexpected tab character. (no-tabs)
(#4771) A space is required after ','. (comma-spacing)
(#4772) Unexpected tab character. (no-tabs)
(#4773) Unexpected tab character. (no-tabs)
(#4773) Identifier 'set_h' is not in camel case. (camelcase)
(#4774) Unexpected tab character. (no-tabs)
(#4774) Identifier 'set_keys' is not in camel case. (camelcase)
(#4775) Unexpected tab character. (no-tabs)
(#4775) Identifier 'set_length' is not in camel case. (camelcase)
(#4775) Identifier 'set_keys' is not in camel case. (camelcase)
(#4776) Unexpected tab character. (no-tabs)
(#4776) Identifier 'set_current' is not in camel case. (camelcase)
(#4777) Unexpected tab character. (no-tabs)
(#4777) Expected space(s) after "while". (keyword-spacing)
(#4777) Identifier 'set_current' is not in camel case. (camelcase)
(#4777) Identifier 'set_length' is not in camel case. (camelcase)
(#4778) Unexpected tab character. (no-tabs)
(#4778) Identifier 'set_h' is not in camel case. (camelcase)
(#4778) Identifier 'set_keys' is not in camel case. (camelcase)
(#4778) Identifier 'set_current' is not in camel case. (camelcase)
(#4779) Unexpected tab character. (no-tabs)
(#4779) Expected space(s) after "if". (keyword-spacing)
(#4779) Use '===' to compare with null. (no-eq-null)
(#4780) Unexpected tab character. (no-tabs)
(#4781) Unexpected tab character. (no-tabs)
(#4782) Unexpected tab character. (no-tabs)
(#4783) Unexpected tab character. (no-tabs)
(#4784) Unexpected tab character. (no-tabs)
(#4785) Unexpected tab character. (no-tabs)
(#4785) Expected space(s) after "while". (keyword-spacing)
(#4786) Unexpected tab character. (no-tabs)
(#4787) Unexpected tab character. (no-tabs)
(#4788) Unexpected tab character. (no-tabs)
(#4788) A space is required after ','. (comma-spacing)
(#4788) A space is required after ','. (comma-spacing)
(#4789) Unexpected tab character. (no-tabs)
(#4790) Unexpected tab character. (no-tabs)
(#4791) Unexpected tab character. (no-tabs)
(#4792) Unexpected tab character. (no-tabs)
(#4792) A constructor name should not start with a lowercase letter. (new-cap)
(#4792) A space is required after ','. (comma-spacing)
(#4793) Unexpected tab character. (no-tabs)
(#4793) A space is required after ','. (comma-spacing)
(#4793) A space is required after ','. (comma-spacing)
(#4794) Unexpected tab character. (no-tabs)
(#4794) There should be no space after '{'. (object-curly-spacing)
(#4794) Extra space after key 'name'. (key-spacing)
(#4794) Extra space after key 'relation'. (key-spacing)
(#4794) Extra space after key 'key'. (key-spacing)
(#4795) Unexpected tab character. (no-tabs)
(#4796) Unexpected tab character. (no-tabs)
(#4797) Unexpected tab character. (no-tabs)
(#4798) Unexpected tab character. (no-tabs)
(#4799) Unexpected tab character. (no-tabs)
(#4800) Unexpected tab character. (no-tabs)
(#4800) A space is required after ','. (comma-spacing)
(#4801) Unexpected tab character. (no-tabs)
(#4802) Unexpected tab character. (no-tabs)
(#4803) Unexpected tab character. (no-tabs)
(#4803) Identifier 'assoc_h' is not in camel case. (camelcase)
(#4804) Unexpected tab character. (no-tabs)
(#4804) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#4805) Unexpected tab character. (no-tabs)
(#4805) Identifier 'assoc_length' is not in camel case. (camelcase)
(#4805) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#4806) Unexpected tab character. (no-tabs)
(#4806) Identifier 'assoc_current' is not in camel case. (camelcase)
(#4807) Unexpected tab character. (no-tabs)
(#4807) Expected space(s) after "while". (keyword-spacing)
(#4807) Identifier 'assoc_current' is not in camel case. (camelcase)
(#4807) Identifier 'assoc_length' is not in camel case. (camelcase)
(#4808) Unexpected tab character. (no-tabs)
(#4808) Identifier 'assoc_h' is not in camel case. (camelcase)
(#4808) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#4808) Identifier 'assoc_current' is not in camel case. (camelcase)
(#4809) Unexpected tab character. (no-tabs)
(#4810) Unexpected tab character. (no-tabs)
(#4811) Unexpected tab character. (no-tabs)
(#4811) Expected space(s) after "while". (keyword-spacing)
(#4812) Unexpected tab character. (no-tabs)
(#4813) Unexpected tab character. (no-tabs)
(#4813) Expected space(s) after "if". (keyword-spacing)
(#4813) A space is required after ','. (comma-spacing)
(#4814) Unexpected tab character. (no-tabs)
(#4814) Use '===' to compare with null. (no-eq-null)
(#4815) Unexpected tab character. (no-tabs)
(#4816) Unexpected tab character. (no-tabs)
(#4816) A space is required after ','. (comma-spacing)
(#4816) A space is required after ','. (comma-spacing)
(#4817) Unexpected tab character. (no-tabs)
(#4818) Unexpected tab character. (no-tabs)
(#4819) Unexpected tab character. (no-tabs)
(#4819) Expected space(s) after "if". (keyword-spacing)
(#4820) Unexpected tab character. (no-tabs)
(#4820) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4820) A space is required after ','. (comma-spacing)
(#4820) A space is required after ','. (comma-spacing)
(#4821) Unexpected tab character. (no-tabs)
(#4822) Unexpected tab character. (no-tabs)
(#4822) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4822) A space is required after ','. (comma-spacing)
(#4822) A space is required after ','. (comma-spacing)
(#4823) Unexpected tab character. (no-tabs)
(#4824) Unexpected tab character. (no-tabs)
(#4825) Unexpected tab character. (no-tabs)
(#4826) Unexpected tab character. (no-tabs)
(#4826) A space is required after ','. (comma-spacing)
(#4826) A space is required after ','. (comma-spacing)
(#4827) Unexpected tab character. (no-tabs)
(#4828) Unexpected tab character. (no-tabs)
(#4829) Unexpected tab character. (no-tabs)
(#4830) Unexpected tab character. (no-tabs)
(#4831) Unexpected tab character. (no-tabs)
(#4831) Expected space(s) after "while". (keyword-spacing)
(#4832) Unexpected tab character. (no-tabs)
(#4833) Unexpected tab character. (no-tabs)
(#4834) Unexpected tab character. (no-tabs)
(#4834) Expected space(s) after "if". (keyword-spacing)
(#4835) Unexpected tab character. (no-tabs)
(#4835) Expected space(s) after "if". (keyword-spacing)
(#4835) Use '===' to compare with null. (no-eq-null)
(#4836) Unexpected tab character. (no-tabs)
(#4837) Unexpected tab character. (no-tabs)
(#4837) Expected space(s) after "if". (keyword-spacing)
(#4838) Unexpected tab character. (no-tabs)
(#4839) Unexpected tab character. (no-tabs)
(#4840) Unexpected tab character. (no-tabs)
(#4841) Unexpected tab character. (no-tabs)
(#4842) Unexpected tab character. (no-tabs)
(#4843) Unexpected tab character. (no-tabs)
(#4844) Unexpected tab character. (no-tabs)
(#4845) Unexpected tab character. (no-tabs)
(#4846) Unexpected tab character. (no-tabs)
(#4847) Unexpected tab character. (no-tabs)
(#4847) Expected space(s) after "if". (keyword-spacing)
(#4847) Use '===' to compare with null. (no-eq-null)
(#4847) Use '===' to compare with null. (no-eq-null)
(#4848) Unexpected tab character. (no-tabs)
(#4849) Unexpected tab character. (no-tabs)
(#4849) Expected space(s) after "if". (keyword-spacing)
(#4850) Unexpected tab character. (no-tabs)
(#4850) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4850) A space is required after ','. (comma-spacing)
(#4850) A space is required after ','. (comma-spacing)
(#4850) A space is required after ','. (comma-spacing)
(#4851) Unexpected tab character. (no-tabs)
(#4852) Unexpected tab character. (no-tabs)
(#4853) Unexpected tab character. (no-tabs)
(#4854) Unexpected tab character. (no-tabs)
(#4854) A space is required after ','. (comma-spacing)
(#4854) A space is required after ','. (comma-spacing)
(#4855) Unexpected tab character. (no-tabs)
(#4855) A constructor name should not start with a lowercase letter. (new-cap)
(#4856) Unexpected tab character. (no-tabs)
(#4857) Unexpected tab character. (no-tabs)
(#4858) Unexpected tab character. (no-tabs)
(#4859) Unexpected tab character. (no-tabs)
(#4859) Expected space(s) after "while". (keyword-spacing)
(#4860) Unexpected tab character. (no-tabs)
(#4861) Unexpected tab character. (no-tabs)
(#4862) Unexpected tab character. (no-tabs)
(#4863) Unexpected tab character. (no-tabs)
(#4864) Unexpected tab character. (no-tabs)
(#4864) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4864) A space is required after ','. (comma-spacing)
(#4864) A space is required after ','. (comma-spacing)
(#4864) A space is required after ','. (comma-spacing)
(#4865) Unexpected tab character. (no-tabs)
(#4866) Unexpected tab character. (no-tabs)
(#4867) Unexpected tab character. (no-tabs)
(#4868) Unexpected tab character. (no-tabs)
(#4869) Unexpected tab character. (no-tabs)
(#4869) Expected space(s) after "while". (keyword-spacing)
(#4870) Unexpected tab character. (no-tabs)
(#4871) Unexpected tab character. (no-tabs)
(#4872) Unexpected tab character. (no-tabs)
(#4872) Expected space(s) after "if". (keyword-spacing)
(#4873) Unexpected tab character. (no-tabs)
(#4873) A constructor name should not start with a lowercase letter. (new-cap)
(#4873) A space is required after ','. (comma-spacing)
(#4874) Unexpected tab character. (no-tabs)
(#4875) Unexpected tab character. (no-tabs)
(#4876) Unexpected tab character. (no-tabs)
(#4877) Unexpected tab character. (no-tabs)
(#4878) Unexpected tab character. (no-tabs)
(#4878) A space is required after ','. (comma-spacing)
(#4878) A space is required after ','. (comma-spacing)
(#4878) A space is required after ','. (comma-spacing)
(#4879) Unexpected tab character. (no-tabs)
(#4880) Unexpected tab character. (no-tabs)
(#4880) Expected space(s) after "if". (keyword-spacing)
(#4880) Use '===' to compare with null. (no-eq-null)
(#4881) Unexpected tab character. (no-tabs)
(#4882) Unexpected tab character. (no-tabs)
(#4883) Unexpected tab character. (no-tabs)
(#4884) Unexpected tab character. (no-tabs)
(#4885) Unexpected tab character. (no-tabs)
(#4885) Expected space(s) after "while". (keyword-spacing)
(#4886) Unexpected tab character. (no-tabs)
(#4887) Unexpected tab character. (no-tabs)
(#4888) Unexpected tab character. (no-tabs)
(#4888) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#4888) A space is required after ','. (comma-spacing)
(#4888) A space is required after ','. (comma-spacing)
(#4888) A space is required after ','. (comma-spacing)
(#4888) A space is required after ','. (comma-spacing)
(#4889) Unexpected tab character. (no-tabs)
(#4890) Unexpected tab character. (no-tabs)
(#4891) Unexpected tab character. (no-tabs)
(#4891) A constructor name should not start with a lowercase letter. (new-cap)
(#4891) A space is required after ','. (comma-spacing)
(#4892) Unexpected tab character. (no-tabs)
(#4892) There should be no space after '{'. (object-curly-spacing)
(#4892) Extra space after key 'name'. (key-spacing)
(#4892) Extra space after key 'relation'. (key-spacing)
(#4892) Extra space after key 'key'. (key-spacing)
(#4893) Unexpected tab character. (no-tabs)
(#4893) Expected space(s) after "if". (keyword-spacing)
(#4894) Unexpected tab character. (no-tabs)
(#4895) Unexpected tab character. (no-tabs)
(#4896) Unexpected tab character. (no-tabs)
(#4897) Unexpected tab character. (no-tabs)
(#4898) Unexpected tab character. (no-tabs)
(#4898) A space is required after ','. (comma-spacing)
(#4898) A space is required after ','. (comma-spacing)
(#4898) A space is required after ','. (comma-spacing)
(#4898) A space is required after ','. (comma-spacing)
(#4899) Unexpected tab character. (no-tabs)
(#4900) Unexpected tab character. (no-tabs)
(#4900) Expected space(s) after "if". (keyword-spacing)
(#4901) Unexpected tab character. (no-tabs)
(#4901) Expected space(s) after "if". (keyword-spacing)
(#4902) Unexpected tab character. (no-tabs)
(#4903) Unexpected tab character. (no-tabs)
(#4904) This line has a length of 169. Maximum allowed is 132. (max-len)
(#4904) Unexpected tab character. (no-tabs)
(#4904) A space is required after ','. (comma-spacing)
(#4904) A space is required after ','. (comma-spacing)
(#4905) Unexpected tab character. (no-tabs)
(#4906) Unexpected tab character. (no-tabs)
(#4906) Expected space(s) after "if". (keyword-spacing)
(#4907) This line has a length of 169. Maximum allowed is 132. (max-len)
(#4907) Unexpected tab character. (no-tabs)
(#4907) A space is required after ','. (comma-spacing)
(#4907) A space is required after ','. (comma-spacing)
(#4908) Unexpected tab character. (no-tabs)
(#4909) Unexpected tab character. (no-tabs)
(#4910) Unexpected tab character. (no-tabs)
(#4911) Unexpected tab character. (no-tabs)
(#4912) Unexpected tab character. (no-tabs)
(#4913) Unexpected tab character. (no-tabs)
(#4914) Unexpected tab character. (no-tabs)
(#4915) Unexpected tab character. (no-tabs)
(#4915) Expected space(s) after "while". (keyword-spacing)
(#4916) Unexpected tab character. (no-tabs)
(#4917) Unexpected tab character. (no-tabs)
(#4918) Unexpected tab character. (no-tabs)
(#4919) Unexpected tab character. (no-tabs)
(#4920) Unexpected tab character. (no-tabs)
(#4921) Unexpected tab character. (no-tabs)
(#4922) Unexpected tab character. (no-tabs)
(#4922) Expected space(s) after "while". (keyword-spacing)
(#4923) Unexpected tab character. (no-tabs)
(#4924) Unexpected tab character. (no-tabs)
(#4924) Use '===' to compare with null. (no-eq-null)
(#4925) Unexpected tab character. (no-tabs)
(#4926) Unexpected tab character. (no-tabs)
(#4927) Unexpected tab character. (no-tabs)
(#4928) Unexpected tab character. (no-tabs)
(#4929) Unexpected tab character. (no-tabs)
(#4929) A space is required after ','. (comma-spacing)
(#4930) Unexpected tab character. (no-tabs)
(#4931) Unexpected tab character. (no-tabs)
(#4931) Identifier 'set_h' is not in camel case. (camelcase)
(#4932) Unexpected tab character. (no-tabs)
(#4932) Identifier 'set_keys' is not in camel case. (camelcase)
(#4933) Unexpected tab character. (no-tabs)
(#4933) Identifier 'set_length' is not in camel case. (camelcase)
(#4933) Identifier 'set_keys' is not in camel case. (camelcase)
(#4934) Unexpected tab character. (no-tabs)
(#4934) Identifier 'set_current' is not in camel case. (camelcase)
(#4935) Unexpected tab character. (no-tabs)
(#4935) Expected space(s) after "while". (keyword-spacing)
(#4935) Identifier 'set_current' is not in camel case. (camelcase)
(#4935) Identifier 'set_length' is not in camel case. (camelcase)
(#4936) Unexpected tab character. (no-tabs)
(#4936) Identifier 'set_h' is not in camel case. (camelcase)
(#4936) Identifier 'set_keys' is not in camel case. (camelcase)
(#4936) Identifier 'set_current' is not in camel case. (camelcase)
(#4937) Unexpected tab character. (no-tabs)
(#4937) Expected space(s) after "if". (keyword-spacing)
(#4937) Identifier 'model_Set' is not in camel case. (camelcase)
(#4938) Unexpected tab character. (no-tabs)
(#4939) Unexpected tab character. (no-tabs)
(#4939) Expected space(s) after "if". (keyword-spacing)
(#4940) Unexpected tab character. (no-tabs)
(#4940) A constructor name should not start with a lowercase letter. (new-cap)
(#4940) A space is required after ','. (comma-spacing)
(#4941) Unexpected tab character. (no-tabs)
(#4942) Unexpected tab character. (no-tabs)
(#4943) Unexpected tab character. (no-tabs)
(#4944) Unexpected tab character. (no-tabs)
(#4944) Expected space(s) after "while". (keyword-spacing)
(#4945) Unexpected tab character. (no-tabs)
(#4946) Unexpected tab character. (no-tabs)
(#4947) Unexpected tab character. (no-tabs)
(#4948) Unexpected tab character. (no-tabs)
(#4948) A space is required after ','. (comma-spacing)
(#4949) Unexpected tab character. (no-tabs)
(#4949) Expected space(s) after "if". (keyword-spacing)
(#4950) Unexpected tab character. (no-tabs)
(#4951) Unexpected tab character. (no-tabs)
(#4952) Unexpected tab character. (no-tabs)
(#4953) Unexpected tab character. (no-tabs)
(#4953) A space is required after ','. (comma-spacing)
(#4954) Unexpected tab character. (no-tabs)
(#4954) Expected space(s) after "if". (keyword-spacing)
(#4955) Unexpected tab character. (no-tabs)
(#4956) Unexpected tab character. (no-tabs)
(#4957) Unexpected tab character. (no-tabs)
(#4958) Unexpected tab character. (no-tabs)
(#4958) A space is required after ','. (comma-spacing)
(#4959) Unexpected tab character. (no-tabs)
(#4959) A space is required after ','. (comma-spacing)
(#4960) Unexpected tab character. (no-tabs)
(#4960) Expected space(s) after "if". (keyword-spacing)
(#4961) Unexpected tab character. (no-tabs)
(#4962) Unexpected tab character. (no-tabs)
(#4963) Unexpected tab character. (no-tabs)
(#4964) Unexpected tab character. (no-tabs)
(#4965) Unexpected tab character. (no-tabs)
(#4966) Unexpected tab character. (no-tabs)
(#4967) Unexpected tab character. (no-tabs)
(#4967) Expected space(s) after "if". (keyword-spacing)
(#4967) A space is required after ','. (comma-spacing)
(#4968) Unexpected tab character. (no-tabs)
(#4968) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#4969) Unexpected tab character. (no-tabs)
(#4970) Unexpected tab character. (no-tabs)
(#4971) Unexpected tab character. (no-tabs)
(#4972) Unexpected tab character. (no-tabs)
(#4973) Unexpected tab character. (no-tabs)
(#4974) Unexpected tab character. (no-tabs)
(#4974) Static method 'supersetToChildren' has a complexity of 22. Maximum allowed is 20. (complexity)
(#4974) A space is required after ','. (comma-spacing)
(#4975) Unexpected tab character. (no-tabs)
(#4976) Unexpected tab character. (no-tabs)
(#4976) Identifier 'set_h' is not in camel case. (camelcase)
(#4977) Unexpected tab character. (no-tabs)
(#4977) Identifier 'set_keys' is not in camel case. (camelcase)
(#4978) Unexpected tab character. (no-tabs)
(#4978) Identifier 'set_length' is not in camel case. (camelcase)
(#4978) Identifier 'set_keys' is not in camel case. (camelcase)
(#4979) Unexpected tab character. (no-tabs)
(#4979) Identifier 'set_current' is not in camel case. (camelcase)
(#4980) Unexpected tab character. (no-tabs)
(#4980) Expected space(s) after "while". (keyword-spacing)
(#4980) Identifier 'set_current' is not in camel case. (camelcase)
(#4980) Identifier 'set_length' is not in camel case. (camelcase)
(#4981) Unexpected tab character. (no-tabs)
(#4981) Identifier 'set_h' is not in camel case. (camelcase)
(#4981) Identifier 'set_keys' is not in camel case. (camelcase)
(#4981) Identifier 'set_current' is not in camel case. (camelcase)
(#4982) Unexpected tab character. (no-tabs)
(#4983) Unexpected tab character. (no-tabs)
(#4984) Unexpected tab character. (no-tabs)
(#4985) Unexpected tab character. (no-tabs)
(#4985) Expected space(s) after "while". (keyword-spacing)
(#4986) Unexpected tab character. (no-tabs)
(#4987) Unexpected tab character. (no-tabs)
(#4988) Unexpected tab character. (no-tabs)
(#4989) Unexpected tab character. (no-tabs)
(#4990) Unexpected tab character. (no-tabs)
(#4991) Unexpected tab character. (no-tabs)
(#4991) A space is required after ','. (comma-spacing)
(#4992) Unexpected tab character. (no-tabs)
(#4992) Expected space(s) after "if". (keyword-spacing)
(#4993) Unexpected tab character. (no-tabs)
(#4993) A space is required after ','. (comma-spacing)
(#4994) Unexpected tab character. (no-tabs)
(#4995) Unexpected tab character. (no-tabs)
(#4996) Unexpected tab character. (no-tabs)
(#4997) Unexpected tab character. (no-tabs)
(#4998) Unexpected tab character. (no-tabs)
(#4999) Unexpected tab character. (no-tabs)
(#5000) This line has a length of 203. Maximum allowed is 132. (max-len)
(#5000) Unexpected tab character. (no-tabs)
(#5000) Expected space(s) after "if". (keyword-spacing)
(#5000) Identifier 'model_Set' is not in camel case. (camelcase)
(#5001) Unexpected tab character. (no-tabs)
(#5002) Unexpected tab character. (no-tabs)
(#5003) Unexpected tab character. (no-tabs)
(#5003) Expected space(s) after "while". (keyword-spacing)
(#5004) Unexpected tab character. (no-tabs)
(#5005) Unexpected tab character. (no-tabs)
(#5006) Unexpected tab character. (no-tabs)
(#5007) Unexpected tab character. (no-tabs)
(#5008) Unexpected tab character. (no-tabs)
(#5009) Unexpected tab character. (no-tabs)
(#5010) Unexpected tab character. (no-tabs)
(#5010) Expected space(s) after "while". (keyword-spacing)
(#5011) Unexpected tab character. (no-tabs)
(#5012) Unexpected tab character. (no-tabs)
(#5013) Unexpected tab character. (no-tabs)
(#5013) Expected space(s) after "if". (keyword-spacing)
(#5013) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#5014) Unexpected tab character. (no-tabs)
(#5014) A space is required after ','. (comma-spacing)
(#5014) A space is required after ','. (comma-spacing)
(#5015) Unexpected tab character. (no-tabs)
(#5016) Unexpected tab character. (no-tabs)
(#5017) Unexpected tab character. (no-tabs)
(#5018) Unexpected tab character. (no-tabs)
(#5018) A space is required after ','. (comma-spacing)
(#5019) Unexpected tab character. (no-tabs)
(#5020) Unexpected tab character. (no-tabs)
(#5021) Unexpected tab character. (no-tabs)
(#5021) Expected space(s) after "if". (keyword-spacing)
(#5022) Unexpected tab character. (no-tabs)
(#5023) Unexpected tab character. (no-tabs)
(#5023) A space is required after ','. (comma-spacing)
(#5024) Unexpected tab character. (no-tabs)
(#5024) Expected space(s) after "if". (keyword-spacing)
(#5025) Unexpected tab character. (no-tabs)
(#5026) Unexpected tab character. (no-tabs)
(#5027) Unexpected tab character. (no-tabs)
(#5028) Unexpected tab character. (no-tabs)
(#5028) A space is required after ','. (comma-spacing)
(#5029) Unexpected tab character. (no-tabs)
(#5029) A space is required after ','. (comma-spacing)
(#5030) Unexpected tab character. (no-tabs)
(#5031) Unexpected tab character. (no-tabs)
(#5032) Unexpected tab character. (no-tabs)
(#5033) Unexpected tab character. (no-tabs)
(#5033) Expected space(s) after "if". (keyword-spacing)
(#5034) Unexpected tab character. (no-tabs)
(#5035) Unexpected tab character. (no-tabs)
(#5036) Unexpected tab character. (no-tabs)
(#5036) Expected space(s) after "if". (keyword-spacing)
(#5036) A space is required after ','. (comma-spacing)
(#5037) Unexpected tab character. (no-tabs)
(#5037) Unary word operator 'delete' must be followed by whitespace. (space-unary-ops)
(#5038) Unexpected tab character. (no-tabs)
(#5039) Unexpected tab character. (no-tabs)
(#5040) Unexpected tab character. (no-tabs)
(#5041) Unexpected tab character. (no-tabs)
(#5042) Unexpected tab character. (no-tabs)
(#5043) Unexpected tab character. (no-tabs)
(#5043) A space is required after ','. (comma-spacing)
(#5044) Unexpected tab character. (no-tabs)
(#5045) Unexpected tab character. (no-tabs)
(#5046) Unexpected tab character. (no-tabs)
(#5047) Unexpected tab character. (no-tabs)
(#5048) Unexpected tab character. (no-tabs)
(#5049) Unexpected tab character. (no-tabs)
(#5049) Expected space(s) after "while". (keyword-spacing)
(#5050) Unexpected tab character. (no-tabs)
(#5050) 'i' is assigned a value but never used. (no-unused-vars)
(#5051) Unexpected tab character. (no-tabs)
(#5052) Unexpected tab character. (no-tabs)
(#5053) Unexpected tab character. (no-tabs)
(#5054) Unexpected tab character. (no-tabs)
(#5055) Unexpected tab character. (no-tabs)
(#5056) Unexpected tab character. (no-tabs)
(#5057) Unexpected tab character. (no-tabs)
(#5057) Expected space(s) after "while". (keyword-spacing)
(#5058) Unexpected tab character. (no-tabs)
(#5058) 'i' is assigned a value but never used. (no-unused-vars)
(#5059) Unexpected tab character. (no-tabs)
(#5060) Unexpected tab character. (no-tabs)
(#5061) Unexpected tab character. (no-tabs)
(#5062) Unexpected tab character. (no-tabs)
(#5063) Unexpected tab character. (no-tabs)
(#5063) Expected space(s) after "while". (keyword-spacing)
(#5064) Unexpected tab character. (no-tabs)
(#5065) Unexpected tab character. (no-tabs)
(#5066) Unexpected tab character. (no-tabs)
(#5066) Expected space(s) after "if". (keyword-spacing)
(#5066) Use '===' to compare with null. (no-eq-null)
(#5067) Unexpected tab character. (no-tabs)
(#5068) Unexpected tab character. (no-tabs)
(#5069) Unexpected tab character. (no-tabs)
(#5070) Unexpected tab character. (no-tabs)
(#5071) Unexpected tab character. (no-tabs)
(#5072) Unexpected tab character. (no-tabs)
(#5073) Unexpected tab character. (no-tabs)
(#5074) Unexpected tab character. (no-tabs)
(#5075) Unexpected tab character. (no-tabs)
(#5076) Unexpected tab character. (no-tabs)
(#5076) Expected space(s) after "while". (keyword-spacing)
(#5077) Unexpected tab character. (no-tabs)
(#5078) Unexpected tab character. (no-tabs)
(#5078) Expected space(s) after "if". (keyword-spacing)
(#5079) Unexpected tab character. (no-tabs)
(#5080) Unexpected tab character. (no-tabs)
(#5081) Unexpected tab character. (no-tabs)
(#5082) Unexpected tab character. (no-tabs)
(#5083) Unexpected tab character. (no-tabs)
(#5084) Unexpected tab character. (no-tabs)
(#5085) Unexpected tab character. (no-tabs)
(#5086) Unexpected tab character. (no-tabs)
(#5087) Unexpected tab character. (no-tabs)
(#5088) Unexpected tab character. (no-tabs)
(#5088) Expected space(s) after "while". (keyword-spacing)
(#5089) Unexpected tab character. (no-tabs)
(#5090) Unexpected tab character. (no-tabs)
(#5090) Expected space(s) after "if". (keyword-spacing)
(#5091) Unexpected tab character. (no-tabs)
(#5092) Unexpected tab character. (no-tabs)
(#5093) Unexpected tab character. (no-tabs)
(#5094) Unexpected tab character. (no-tabs)
(#5095) Unexpected tab character. (no-tabs)
(#5096) Unexpected tab character. (no-tabs)
(#5097) Unexpected tab character. (no-tabs)
(#5098) Unexpected tab character. (no-tabs)
(#5098) Identifier 'r_h' is not in camel case. (camelcase)
(#5099) Unexpected tab character. (no-tabs)
(#5099) Identifier 'r_keys' is not in camel case. (camelcase)
(#5100) Unexpected tab character. (no-tabs)
(#5100) Identifier 'r_length' is not in camel case. (camelcase)
(#5100) Identifier 'r_keys' is not in camel case. (camelcase)
(#5101) Unexpected tab character. (no-tabs)
(#5101) Identifier 'r_current' is not in camel case. (camelcase)
(#5102) Unexpected tab character. (no-tabs)
(#5102) Expected space(s) after "while". (keyword-spacing)
(#5102) Identifier 'r_current' is not in camel case. (camelcase)
(#5102) Identifier 'r_length' is not in camel case. (camelcase)
(#5103) Unexpected tab character. (no-tabs)
(#5103) Identifier 'r_h' is not in camel case. (camelcase)
(#5103) Identifier 'r_keys' is not in camel case. (camelcase)
(#5103) Identifier 'r_current' is not in camel case. (camelcase)
(#5104) Unexpected tab character. (no-tabs)
(#5105) Unexpected tab character. (no-tabs)
(#5106) Unexpected tab character. (no-tabs)
(#5107) Unexpected tab character. (no-tabs)
(#5108) Unexpected tab character. (no-tabs)
(#5109) Unexpected tab character. (no-tabs)
(#5109) Identifier '$hx_exports' is not in camel case. (camelcase)
(#5109) ["transform"] is better written in dot notation. (dot-notation)
(#5109) ["DiagramToMLD"] is better written in dot notation. (dot-notation)
(#5109) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#5110) Unexpected tab character. (no-tabs)
(#5110) Identifier 'transform_DiagramToMLD' is not in camel case. (camelcase)
(#5111) Unexpected tab character. (no-tabs)
(#5111) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5112) Unexpected tab character. (no-tabs)
(#5113) Unexpected tab character. (no-tabs)
(#5113) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5114) Unexpected tab character. (no-tabs)
(#5114) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5115) Unexpected tab character. (no-tabs)
(#5115) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5116) Unexpected tab character. (no-tabs)
(#5117) Unexpected tab character. (no-tabs)
(#5118) Unexpected tab character. (no-tabs)
(#5119) Unexpected tab character. (no-tabs)
(#5119) Identifier 'assoc_h' is not in camel case. (camelcase)
(#5120) Unexpected tab character. (no-tabs)
(#5120) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#5121) Unexpected tab character. (no-tabs)
(#5121) Identifier 'assoc_length' is not in camel case. (camelcase)
(#5121) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#5122) Unexpected tab character. (no-tabs)
(#5122) Identifier 'assoc_current' is not in camel case. (camelcase)
(#5123) Unexpected tab character. (no-tabs)
(#5123) Expected space(s) after "while". (keyword-spacing)
(#5123) Identifier 'assoc_current' is not in camel case. (camelcase)
(#5123) Identifier 'assoc_length' is not in camel case. (camelcase)
(#5124) Unexpected tab character. (no-tabs)
(#5124) Identifier 'assoc_h' is not in camel case. (camelcase)
(#5124) Identifier 'assoc_keys' is not in camel case. (camelcase)
(#5124) Identifier 'assoc_current' is not in camel case. (camelcase)
(#5125) Unexpected tab character. (no-tabs)
(#5125) Expected space(s) after "if". (keyword-spacing)
(#5126) Unexpected tab character. (no-tabs)
(#5127) Unexpected tab character. (no-tabs)
(#5128) Unexpected tab character. (no-tabs)
(#5128) Expected space(s) after "while". (keyword-spacing)
(#5129) Unexpected tab character. (no-tabs)
(#5130) Unexpected tab character. (no-tabs)
(#5131) This line has a length of 150. Maximum allowed is 132. (max-len)
(#5131) Unexpected tab character. (no-tabs)
(#5131) A constructor name should not start with a lowercase letter. (new-cap)
(#5131) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5131) A space is required after ','. (comma-spacing)
(#5131) A space is required after ','. (comma-spacing)
(#5131) A space is required after ','. (comma-spacing)
(#5132) Unexpected tab character. (no-tabs)
(#5133) Unexpected tab character. (no-tabs)
(#5133) Expected space(s) after "if". (keyword-spacing)
(#5134) Unexpected tab character. (no-tabs)
(#5134) Expected space(s) after "if". (keyword-spacing)
(#5135) Unexpected tab character. (no-tabs)
(#5136) This line has a length of 150. Maximum allowed is 132. (max-len)
(#5136) Unexpected tab character. (no-tabs)
(#5136) Identifier 'model_Field' is not in camel case. (camelcase)
(#5137) This line has a length of 174. Maximum allowed is 132. (max-len)
(#5137) Unexpected tab character. (no-tabs)
(#5137) A constructor name should not start with a lowercase letter. (new-cap)
(#5137) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5137) A space is required after ','. (comma-spacing)
(#5137) A space is required after ','. (comma-spacing)
(#5137) A space is required after ','. (comma-spacing)
(#5138) Unexpected tab character. (no-tabs)
(#5139) Unexpected tab character. (no-tabs)
(#5139) Expected space(s) after "if". (keyword-spacing)
(#5140) Unexpected tab character. (no-tabs)
(#5141) This line has a length of 150. Maximum allowed is 132. (max-len)
(#5141) Unexpected tab character. (no-tabs)
(#5141) Identifier 'model_Field' is not in camel case. (camelcase)
(#5142) This line has a length of 174. Maximum allowed is 132. (max-len)
(#5142) Unexpected tab character. (no-tabs)
(#5142) A constructor name should not start with a lowercase letter. (new-cap)
(#5142) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5142) A space is required after ','. (comma-spacing)
(#5142) A space is required after ','. (comma-spacing)
(#5142) A space is required after ','. (comma-spacing)
(#5143) Unexpected tab character. (no-tabs)
(#5144) Unexpected tab character. (no-tabs)
(#5145) Unexpected tab character. (no-tabs)
(#5146) Unexpected tab character. (no-tabs)
(#5147) Unexpected tab character. (no-tabs)
(#5147) A space is required after ','. (comma-spacing)
(#5148) Unexpected tab character. (no-tabs)
(#5149) Unexpected tab character. (no-tabs)
(#5149) Expected space(s) after "if". (keyword-spacing)
(#5150) Unexpected tab character. (no-tabs)
(#5151) Unexpected tab character. (no-tabs)
(#5152) Unexpected tab character. (no-tabs)
(#5152) A space is required after ','. (comma-spacing)
(#5152) A space is required after ','. (comma-spacing)
(#5153) Unexpected tab character. (no-tabs)
(#5154) Unexpected tab character. (no-tabs)
(#5155) Unexpected tab character. (no-tabs)
(#5156) Unexpected tab character. (no-tabs)
(#5157) Unexpected tab character. (no-tabs)
(#5157) Expected space(s) after "while". (keyword-spacing)
(#5158) Unexpected tab character. (no-tabs)
(#5159) This line has a length of 151. Maximum allowed is 132. (max-len)
(#5159) Unexpected tab character. (no-tabs)
(#5159) Expected space(s) after "if". (keyword-spacing)
(#5159) Identifier 'model_Association' is not in camel case. (camelcase)
(#5159) Identifier 'js_Boot' is not in camel case. (camelcase)
(#5159) There should be no space before ','. (comma-spacing)
(#5160) This line has a length of 149. Maximum allowed is 132. (max-len)
(#5160) Unexpected tab character. (no-tabs)
(#5160) A constructor name should not start with a lowercase letter. (new-cap)
(#5160) A space is required after ','. (comma-spacing)
(#5160) A space is required after ','. (comma-spacing)
(#5160) Identifier 'model_Field' is not in camel case. (camelcase)
(#5160) Identifier 'model_Field' is not in camel case. (camelcase)
(#5161) Unexpected tab character. (no-tabs)
(#5162) Unexpected tab character. (no-tabs)
(#5162) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5163) Unexpected tab character. (no-tabs)
(#5163) Expected space(s) after "while". (keyword-spacing)
(#5164) Unexpected tab character. (no-tabs)
(#5165) Unexpected tab character. (no-tabs)
(#5166) Unexpected tab character. (no-tabs)
(#5166) A constructor name should not start with a lowercase letter. (new-cap)
(#5166) A space is required after ','. (comma-spacing)
(#5167) Unexpected tab character. (no-tabs)
(#5168) Unexpected tab character. (no-tabs)
(#5169) Unexpected tab character. (no-tabs)
(#5170) Unexpected tab character. (no-tabs)
(#5171) Unexpected tab character. (no-tabs)
(#5172) Unexpected tab character. (no-tabs)
(#5173) Unexpected tab character. (no-tabs)
(#5174) Unexpected tab character. (no-tabs)
(#5174) Expected space(s) after "if". (keyword-spacing)
(#5174) Use '===' to compare with null. (no-eq-null)
(#5175) Unexpected tab character. (no-tabs)
(#5175) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5176) Unexpected tab character. (no-tabs)
(#5177) Unexpected tab character. (no-tabs)
(#5178) Unexpected tab character. (no-tabs)
(#5179) Unexpected tab character. (no-tabs)
(#5180) Unexpected tab character. (no-tabs)
(#5181) Unexpected tab character. (no-tabs)
(#5181) Expected space(s) after "while". (keyword-spacing)
(#5182) Unexpected tab character. (no-tabs)
(#5183) Unexpected tab character. (no-tabs)
(#5184) Unexpected tab character. (no-tabs)
(#5184) Expected space(s) after "if". (keyword-spacing)
(#5185) Unexpected tab character. (no-tabs)
(#5186) Unexpected tab character. (no-tabs)
(#5187) Unexpected tab character. (no-tabs)
(#5188) Unexpected tab character. (no-tabs)
(#5189) Unexpected tab character. (no-tabs)
(#5190) Unexpected tab character. (no-tabs)
(#5190) Expected space(s) after "while". (keyword-spacing)
(#5191) Unexpected tab character. (no-tabs)
(#5192) Unexpected tab character. (no-tabs)
(#5193) Unexpected tab character. (no-tabs)
(#5193) Expected space(s) after "if". (keyword-spacing)
(#5194) Unexpected tab character. (no-tabs)
(#5195) Unexpected tab character. (no-tabs)
(#5196) Unexpected tab character. (no-tabs)
(#5197) Unexpected tab character. (no-tabs)
(#5198) Unexpected tab character. (no-tabs)
(#5199) Unexpected tab character. (no-tabs)
(#5200) Unexpected tab character. (no-tabs)
(#5201) Unexpected tab character. (no-tabs)
(#5201) Expected space(s) after "while". (keyword-spacing)
(#5202) Unexpected tab character. (no-tabs)
(#5203) Unexpected tab character. (no-tabs)
(#5203) Expected space(s) after "if". (keyword-spacing)
(#5203) Identifier 'model_Association' is not in camel case. (camelcase)
(#5203) Identifier 'js_Boot' is not in camel case. (camelcase)
(#5203) There should be no space before ','. (comma-spacing)
(#5204) Unexpected tab character. (no-tabs)
(#5204) A space is required after ','. (comma-spacing)
(#5205) Unexpected tab character. (no-tabs)
(#5205) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5205) A space is required after ','. (comma-spacing)
(#5206) Unexpected tab character. (no-tabs)
(#5207) Unexpected tab character. (no-tabs)
(#5207) A space is required after ','. (comma-spacing)
(#5208) Unexpected tab character. (no-tabs)
(#5208) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5208) A space is required after ','. (comma-spacing)
(#5209) Unexpected tab character. (no-tabs)
(#5210) Unexpected tab character. (no-tabs)
(#5211) Unexpected tab character. (no-tabs)
(#5212) Unexpected tab character. (no-tabs)
(#5213) Unexpected tab character. (no-tabs)
(#5213) A space is required after ','. (comma-spacing)
(#5214) Unexpected tab character. (no-tabs)
(#5214) Expected space(s) after "if". (keyword-spacing)
(#5214) Identifier 'model_Field' is not in camel case. (camelcase)
(#5215) Unexpected tab character. (no-tabs)
(#5215) Identifier 'model_Field' is not in camel case. (camelcase)
(#5216) This line has a length of 183. Maximum allowed is 132. (max-len)
(#5216) Unexpected tab character. (no-tabs)
(#5216) A constructor name should not start with a lowercase letter. (new-cap)
(#5216) A space is required after ','. (comma-spacing)
(#5216) A space is required after ','. (comma-spacing)
(#5216) A space is required after ','. (comma-spacing)
(#5216) A space is required after ','. (comma-spacing)
(#5216) Identifier 'model_Field' is not in camel case. (camelcase)
(#5217) Unexpected tab character. (no-tabs)
(#5218) Unexpected tab character. (no-tabs)
(#5218) Expected space(s) after "if". (keyword-spacing)
(#5218) A space is required after ','. (comma-spacing)
(#5218) A space is required after ','. (comma-spacing)
(#5219) Unexpected tab character. (no-tabs)
(#5219) A space is required after ','. (comma-spacing)
(#5219) A space is required after ','. (comma-spacing)
(#5220) Unexpected tab character. (no-tabs)
(#5220) A constructor name should not start with a lowercase letter. (new-cap)
(#5220) A space is required after ','. (comma-spacing)
(#5220) A space is required after ','. (comma-spacing)
(#5220) Identifier 'model_Field' is not in camel case. (camelcase)
(#5221) Unexpected tab character. (no-tabs)
(#5221) A constructor name should not start with a lowercase letter. (new-cap)
(#5221) A space is required after ','. (comma-spacing)
(#5222) Unexpected tab character. (no-tabs)
(#5223) Unexpected tab character. (no-tabs)
(#5223) A constructor name should not start with a lowercase letter. (new-cap)
(#5223) A space is required after ','. (comma-spacing)
(#5223) A space is required after ','. (comma-spacing)
(#5223) Identifier 'model_Field' is not in camel case. (camelcase)
(#5224) Unexpected tab character. (no-tabs)
(#5224) A constructor name should not start with a lowercase letter. (new-cap)
(#5224) A space is required after ','. (comma-spacing)
(#5225) Unexpected tab character. (no-tabs)
(#5226) Unexpected tab character. (no-tabs)
(#5227) This line has a length of 187. Maximum allowed is 132. (max-len)
(#5227) Unexpected tab character. (no-tabs)
(#5227) A constructor name should not start with a lowercase letter. (new-cap)
(#5227) A space is required after ','. (comma-spacing)
(#5227) A space is required after ','. (comma-spacing)
(#5227) A space is required after ','. (comma-spacing)
(#5227) A space is required after ','. (comma-spacing)
(#5227) Identifier 'model_Field' is not in camel case. (camelcase)
(#5228) Unexpected tab character. (no-tabs)
(#5228) A constructor name should not start with a lowercase letter. (new-cap)
(#5228) A space is required after ','. (comma-spacing)
(#5229) Unexpected tab character. (no-tabs)
(#5230) Unexpected tab character. (no-tabs)
(#5231) Unexpected tab character. (no-tabs)
(#5232) Unexpected tab character. (no-tabs)
(#5233) Unexpected tab character. (no-tabs)
(#5234) Unexpected tab character. (no-tabs)
(#5234) Identifier '$hx_exports' is not in camel case. (camelcase)
(#5234) ["transform"] is better written in dot notation. (dot-notation)
(#5234) ["DiagramToUML"] is better written in dot notation. (dot-notation)
(#5234) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5235) Unexpected tab character. (no-tabs)
(#5235) Identifier 'transform_DiagramToUML' is not in camel case. (camelcase)
(#5236) Unexpected tab character. (no-tabs)
(#5236) Statement inside of curly braces should be on next line. (brace-style)
(#5236) Expected space(s) after "if". (keyword-spacing)
(#5236) There should be no space after this paren. (space-in-parens)
(#5236) There should be no space before this paren. (space-in-parens)
(#5236) Expected { after 'if' condition. (curly)
(#5236) A constructor name should not start with a lowercase letter. (new-cap)
(#5236) Expected { after 'else'. (curly)
(#5236) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#5236) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5237) Unexpected tab character. (no-tabs)
(#5237) Expected space(s) after "if". (keyword-spacing)
(#5237) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#5237) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#5238) Unexpected tab character. (no-tabs)
(#5239) Unexpected tab character. (no-tabs)
(#5240) This line has a length of 198. Maximum allowed is 132. (max-len)
(#5240) Unexpected tab character. (no-tabs)
(#5240) Expected space(s) after "if". (keyword-spacing)
(#5240) There should be no space after this paren. (space-in-parens)
(#5240) Use '===' to compare with null. (no-eq-null)
(#5240) There should be no space before this paren. (space-in-parens)
(#5240) Expected { after 'if' condition. (curly)
(#5240) Statement inside of curly braces should be on next line. (brace-style)
(#5240) Unexpected use of '>>'. (no-bitwise)
(#5240) Operator '>>' must be spaced. (space-infix-ops)
(#5240) Operator '+' must be spaced. (space-infix-ops)
(#5240) Operator '+' must be spaced. (space-infix-ops)
(#5240) Unexpected use of '&'. (no-bitwise)
(#5240) Operator '&' must be spaced. (space-infix-ops)
(#5240) Operator '+' must be spaced. (space-infix-ops)
(#5240) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5240) Missing semicolon. (semi)
(#5241) Unexpected tab character. (no-tabs)
(#5242) Unexpected tab character. (no-tabs)
(#5242) String prototype is read only, properties should not be added. (no-extend-native)
(#5242) A space is required after ','. (comma-spacing)
(#5242) A space is required after ','. (comma-spacing)
(#5242) There should be no space after '{'. (object-curly-spacing)
(#5242) Extra space after key 'value'. (key-spacing)
(#5242) Extra space after key 'enumerable'. (key-spacing)
(#5242) Extra space after key 'writable'. (key-spacing)
(#5243) Unexpected tab character. (no-tabs)
(#5244) Unexpected tab character. (no-tabs)
(#5245) Unexpected tab character. (no-tabs)
(#5245) Date prototype is read only, properties should not be added. (no-extend-native)
(#5246) Unexpected tab character. (no-tabs)
(#5247) Unexpected tab character. (no-tabs)
(#5248) Unexpected tab character. (no-tabs)
(#5249) Unexpected tab character. (no-tabs)
(#5250) Unexpected tab character. (no-tabs)
(#5251) Unexpected tab character. (no-tabs)
(#5252) Unexpected tab character. (no-tabs)
(#5253) Unexpected tab character. (no-tabs)
(#5254) Unexpected tab character. (no-tabs)
(#5254) Identifier 'js_Boot' is not in camel case. (camelcase)
(#5255) Unexpected tab character. (no-tabs)
(#5256) Unexpected tab character. (no-tabs)
(#5257) Unexpected tab character. (no-tabs)
(#5258) Unexpected tab character. (no-tabs)
(#5258) Identifier 'code_HaxeCode' is not in camel case. (camelcase)
(#5258) There should be no space after '{'. (object-curly-spacing)
(#5258) Extra space after key 'statics'. (key-spacing)
(#5258) There should be no space after '{'. (object-curly-spacing)
(#5258) Extra space after key 'generateMethods'. (key-spacing)
(#5258) There should be no space after '{'. (object-curly-spacing)
(#5258) Extra space after key 'SuppressWarnings'. (key-spacing)
(#5259) Unexpected tab character. (no-tabs)
(#5259) Identifier 'code_JavaCode' is not in camel case. (camelcase)
(#5259) There should be no space after '{'. (object-curly-spacing)
(#5259) Extra space after key 'statics'. (key-spacing)
(#5259) There should be no space after '{'. (object-curly-spacing)
(#5259) Extra space after key 'generateMethods'. (key-spacing)
(#5259) There should be no space after '{'. (object-curly-spacing)
(#5259) Extra space after key 'SuppressWarnings'. (key-spacing)
(#5260) Unexpected tab character. (no-tabs)
(#5260) Identifier 'code_PhpCode' is not in camel case. (camelcase)
(#5260) There should be no space after '{'. (object-curly-spacing)
(#5260) Extra space after key 'statics'. (key-spacing)
(#5260) There should be no space after '{'. (object-curly-spacing)
(#5260) Extra space after key 'generateMethods'. (key-spacing)
(#5260) There should be no space after '{'. (object-curly-spacing)
(#5260) Extra space after key 'SuppressWarnings'. (key-spacing)
(#5261) Unexpected tab character. (no-tabs)
(#5261) Identifier 'code_PythonCode' is not in camel case. (camelcase)
(#5261) There should be no space after '{'. (object-curly-spacing)
(#5261) Extra space after key 'statics'. (key-spacing)
(#5261) There should be no space after '{'. (object-curly-spacing)
(#5261) Extra space after key 'generateMethods'. (key-spacing)
(#5261) There should be no space after '{'. (object-curly-spacing)
(#5261) Extra space after key 'SuppressWarnings'. (key-spacing)
(#5262) Unexpected tab character. (no-tabs)
(#5262) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#5263) Unexpected tab character. (no-tabs)
(#5263) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#5263) Identifier 'haxe_io_Bytes' is not in camel case. (camelcase)
(#5263) Identifier 'haxe_crypto_Base64' is not in camel case. (camelcase)
(#5264) Unexpected tab character. (no-tabs)
(#5264) Identifier 'model_Obj' is not in camel case. (camelcase)
(#5264) There should be no space after '{'. (object-curly-spacing)
(#5264) Extra space after key 'statics'. (key-spacing)
(#5264) There should be no space after '{'. (object-curly-spacing)
(#5264) Extra space after key 'fixName'. (key-spacing)
(#5264) There should be no space after '{'. (object-curly-spacing)
(#5264) Extra space after key 'SuppressWarnings'. (key-spacing)
(#5265) Unexpected tab character. (no-tabs)
(#5265) Identifier 'model_Set' is not in camel case. (camelcase)
(#5266) Unexpected tab character. (no-tabs)
(#5266) Identifier 'model_Set' is not in camel case. (camelcase)
(#5267) Unexpected tab character. (no-tabs)
(#5267) Identifier 'model_Set' is not in camel case. (camelcase)
(#5268) Unexpected tab character. (no-tabs)
(#5268) Identifier 'model_Field' is not in camel case. (camelcase)
(#5269) Unexpected tab character. (no-tabs)
(#5269) Identifier 'model_Field' is not in camel case. (camelcase)
(#5270) Unexpected tab character. (no-tabs)
(#5270) Identifier 'model_Field' is not in camel case. (camelcase)
(#5271) Unexpected tab character. (no-tabs)
(#5271) Identifier 'model_Field' is not in camel case. (camelcase)
(#5272) Unexpected tab character. (no-tabs)
(#5272) Identifier 'model_Link' is not in camel case. (camelcase)
(#5272) There should be no space after '{'. (object-curly-spacing)
(#5272) Extra space after key 'fields'. (key-spacing)
(#5272) There should be no space after '{'. (object-curly-spacing)
(#5272) Extra space after key '_'. (key-spacing)
(#5272) There should be no space after '{'. (object-curly-spacing)
(#5272) Extra space after key 'SuppressWarnings'. (key-spacing)
(#5273) Unexpected tab character. (no-tabs)
(#5273) Identifier 'schema_Params' is not in camel case. (camelcase)
(#5274) Unexpected tab character. (no-tabs)
(#5274) Identifier 'schema_Params' is not in camel case. (camelcase)
(#5275) Unexpected tab character. (no-tabs)
(#5275) Identifier 'schema_Params' is not in camel case. (camelcase)
(#5276) Unexpected tab character. (no-tabs)
(#5276) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5276) A space is required after ','. (comma-spacing)
(#5277) Unexpected tab character. (no-tabs)
(#5277) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5278) Unexpected tab character. (no-tabs)
(#5278) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5279) Unexpected tab character. (no-tabs)
(#5279) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5280) Unexpected tab character. (no-tabs)
(#5280) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5281) Unexpected tab character. (no-tabs)
(#5281) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5282) Unexpected tab character. (no-tabs)
(#5282) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5283) Unexpected tab character. (no-tabs)
(#5283) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5284) Unexpected tab character. (no-tabs)
(#5284) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5285) Unexpected tab character. (no-tabs)
(#5285) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5286) Unexpected tab character. (no-tabs)
(#5286) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5287) Unexpected tab character. (no-tabs)
(#5287) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5288) This line has a length of 651. Maximum allowed is 132. (max-len)
(#5288) Unexpected tab character. (no-tabs)
(#5288) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5288) There should be no space after '{'. (object-curly-spacing)
(#5288) Extra space after key 'id'. (key-spacing)
(#5288) Extra space after key 'height'. (key-spacing)
(#5288) Extra space after key 'width'. (key-spacing)
(#5288) Extra space after key 'path'. (key-spacing)
(#5288) Extra space after key 'style'. (key-spacing)
(#5288) A space is required after ','. (comma-spacing)
(#5288) There should be no space after '{'. (object-curly-spacing)
(#5288) Extra space after key 'id'. (key-spacing)
(#5288) Extra space after key 'height'. (key-spacing)
(#5288) Extra space after key 'width'. (key-spacing)
(#5288) Extra space after key 'path'. (key-spacing)
(#5288) Extra space after key 'style'. (key-spacing)
(#5288) A space is required after ','. (comma-spacing)
(#5288) There should be no space after '{'. (object-curly-spacing)
(#5288) Extra space after key 'id'. (key-spacing)
(#5288) Extra space after key 'height'. (key-spacing)
(#5288) Extra space after key 'width'. (key-spacing)
(#5288) Extra space after key 'path'. (key-spacing)
(#5288) Extra space after key 'style'. (key-spacing)
(#5288) A space is required after ','. (comma-spacing)
(#5288) There should be no space after '{'. (object-curly-spacing)
(#5288) Extra space after key 'id'. (key-spacing)
(#5288) Extra space after key 'height'. (key-spacing)
(#5288) Extra space after key 'width'. (key-spacing)
(#5288) Extra space after key 'path'. (key-spacing)
(#5288) Extra space after key 'style'. (key-spacing)
(#5289) Unexpected tab character. (no-tabs)
(#5289) Identifier 'schema_Svg' is not in camel case. (camelcase)
(#5290) Unexpected tab character. (no-tabs)
(#5290) Identifier 'schema_UMLToSVG' is not in camel case. (camelcase)
(#5291) Unexpected tab character. (no-tabs)
(#5291) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5292) Unexpected tab character. (no-tabs)
(#5292) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5292) A space is required after ','. (comma-spacing)
(#5293) Unexpected tab character. (no-tabs)
(#5293) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5293) A space is required after ','. (comma-spacing)
(#5294) Unexpected tab character. (no-tabs)
(#5294) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5294) A space is required after ','. (comma-spacing)
(#5295) Unexpected tab character. (no-tabs)
(#5295) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5295) A space is required after ','. (comma-spacing)
(#5296) Unexpected tab character. (no-tabs)
(#5296) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5296) A space is required after ','. (comma-spacing)
(#5297) Unexpected tab character. (no-tabs)
(#5297) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5297) A space is required after ','. (comma-spacing)
(#5298) Unexpected tab character. (no-tabs)
(#5298) Identifier 'source_Mocodo' is not in camel case. (camelcase)
(#5298) A space is required after ','. (comma-spacing)
(#5299) This line has a length of 249. Maximum allowed is 132. (max-len)
(#5299) Do not nest ternary expressions. (no-nested-ternary)
(#5299) 'exports' is not defined. (no-undef)
(#5299) Do not nest ternary expressions. (no-nested-ternary)
(#5299) Do not nest ternary expressions. (no-nested-ternary)
(#5299) Do not nest ternary expressions. (no-nested-ternary)
(#5299) 'global' is not defined. (no-undef)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(0 errors, 0 warnings)

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


Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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