Prechecker results: error


Overview

(1 errors, 0 warnings)

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

The patchset contains changes to upgrade.txt or UPGRADING.md files.

PHP lint problems

(6 errors, 0 warnings)

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

mod/mootyper/layouts/Dvorak(V5).php
BOM character found
mod/mootyper/layouts/Finland(FIV5).php
BOM character found
mod/mootyper/layouts/Norwegian(NOV5).php
BOM character found
mod/mootyper/layouts/Swedish(SVV5).php
BOM character found
mod/mootyper/layouts/Swedish(V4).php
BOM character found
mod/mootyper/layouts/Vietnamese(V4).php
BOM character found

PHP coding style problems

(1 errors, 0 warnings)

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

mod/mootyper/backup/moodle2/restore_mootyper_stepslib.php
(#207) Whitespace found at end of line

Javascript coding style problems

(493 errors, 487 warnings)

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

mod/mootyper/layouts/Arabic(ARV5)dual.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#112) Unexpected combined character in character class. (no-misleading-character-class)
(#121) Unexpected combined character in character class. (no-misleading-character-class)
(#133) Function 'getKeyID' has a complexity of 87. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Armenian(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#127) Function 'getKeyID' has a complexity of 30. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Belgium(DutchV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Unnecessary escape character: \'. (no-useless-escape)
(#171) Function 'getKeyID' has a complexity of 62. Maximum allowed is 20. (complexity)
(#222) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Bulgarian(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#67) There should be no space after this paren. (space-in-parens)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Unexpected tab character. (no-tabs)
(#125) Function 'getKeyID' has a complexity of 28. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Croation(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Unnecessary escape character: \[. (no-useless-escape)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Unnecessary escape character: \'. (no-useless-escape)
(#111) Unnecessary escape character: \[. (no-useless-escape)
(#123) Function 'getKeyID' has a complexity of 46. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Czech(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Unnecessary escape character: \[. (no-useless-escape)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#111) Unnecessary escape character: \[. (no-useless-escape)
(#123) Function 'getKeyID' has a complexity of 76. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Danish(DAV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#135) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Function 'getKeyID' has a complexity of 54. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Danish(DKV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#135) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Function 'getKeyID' has a complexity of 54. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Dvorak(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#111) Unnecessary escape character: \[. (no-useless-escape)
(#132) Function 'getKeyID' has a complexity of 40. Maximum allowed is 20. (complexity)
(#165) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/English(USV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Function 'getKeyID' has a complexity of 35. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/English(USV5)layoutmaster.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Function 'getKeyID' has a complexity of 35. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/EnglishInternational(INTLV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Empty class. (no-empty-character-class)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#144) Function 'getKeyID' has a complexity of 90. Maximum allowed is 20. (complexity)
(#177) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#191) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#193) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#195) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#200) Trailing spaces not allowed. (no-trailing-spaces)
mod/mootyper/layouts/EnglishInternationalWKeypad(INTLV6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Unnecessary escape character: \^. (no-useless-escape)
(#92) Comments should not begin with a lowercase character. (capitalized-comments)
(#116) Trailing spaces not allowed. (no-trailing-spaces)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#193) Function 'getKeyID' has a complexity of 48. Maximum allowed is 20. (complexity)
(#226) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/EnglishWKeypad(UKV6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Unnecessary escape character: \^. (no-useless-escape)
(#92) Comments should not begin with a lowercase character. (capitalized-comments)
(#116) Trailing spaces not allowed. (no-trailing-spaces)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#193) Function 'getKeyID' has a complexity of 48. Maximum allowed is 20. (complexity)
(#226) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/EnglishWKeypad(USV6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#46) Unnecessary escape character: \^. (no-useless-escape)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#183) Function 'getKeyID' has a complexity of 40. Maximum allowed is 20. (complexity)
(#216) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Estonian(ETV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#57) Unnecessary escape character: \[. (no-useless-escape)
(#62) Comments should not begin with a lowercase character. (capitalized-comments)
(#65) Unnecessary escape character: \?. (no-useless-escape)
(#86) Comments should not begin with a lowercase character. (capitalized-comments)
(#119) Unnecessary escape character: \[. (no-useless-escape)
(#134) Function 'getKeyID' has a complexity of 49. Maximum allowed is 20. (complexity)
(#165) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Finland(FIV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#144) Function 'getKeyID' has a complexity of 54. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/French(BelgianFRBV5).js
(#14) 'isCombined' is defined but never used. (no-unused-vars)
(#23) 'keyupCombined' is defined but never used. (no-unused-vars)
(#23) 'e' is defined but never used. (no-unused-vars)
(#32) 'keyupFirst' is defined but never used. (no-unused-vars)
(#32) 'event' is defined but never used. (no-unused-vars)
(#40) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Comments should not begin with a lowercase character. (capitalized-comments)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Expected space or tab after '//' in comment. (spaced-comment)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#163) Expected space or tab after '//' in comment. (spaced-comment)
(#164) Unnecessary escape character: \'. (no-useless-escape)
(#176) Function 'getKeyID' has a complexity of 62. Maximum allowed is 20. (complexity)
(#227) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/French(FRV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#32) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#41) 'keyboardElement' is defined but never used. (no-unused-vars)
(#73) Unnecessary escape character: \[. (no-useless-escape)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#204) Unnecessary escape character: \'. (no-useless-escape)
(#204) Unnecessary escape character: \[. (no-useless-escape)
(#216) Function 'getKeyID' has a complexity of 72. Maximum allowed is 20. (complexity)
(#267) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/FrenchWKeypad(FRV6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#32) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#41) 'keyboardElement' is defined but never used. (no-unused-vars)
(#73) Unnecessary escape character: \[. (no-useless-escape)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#204) Unnecessary escape character: \'. (no-useless-escape)
(#204) Unnecessary escape character: \[. (no-useless-escape)
(#216) Function 'getKeyID' has a complexity of 72. Maximum allowed is 20. (complexity)
(#267) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/German(SwissV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#32) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#41) 'keyboardElement' is defined but never used. (no-unused-vars)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Unnecessary escape character: \[. (no-useless-escape)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#127) Comments should not begin with a lowercase character. (capitalized-comments)
(#173) Unnecessary escape character: \[. (no-useless-escape)
(#194) Function 'getKeyID' has a complexity of 60. Maximum allowed is 20. (complexity)
(#243) There should be no space after this paren. (space-in-parens)
(#251) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/German(V5)-icons.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#32) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#41) 'keyboardElement' is defined but never used. (no-unused-vars)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Unnecessary escape character: \[. (no-useless-escape)
(#120) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Unnecessary escape character: \[. (no-useless-escape)
(#185) Function 'getKeyID' has a complexity of 56. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/German(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#32) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#41) 'keyboardElement' is defined but never used. (no-unused-vars)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Unnecessary escape character: \[. (no-useless-escape)
(#120) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Unnecessary escape character: \[. (no-useless-escape)
(#185) Function 'getKeyID' has a complexity of 56. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/GermanWKeypad(V6)-icons.js
(#12) 'isCombined' is defined but never used. (no-unused-vars)
(#12) 'chr' is defined but never used. (no-unused-vars)
(#21) 'e' is defined but never used. (no-unused-vars)
(#30) 'keyupFirst' is defined but never used. (no-unused-vars)
(#30) 'event' is defined but never used. (no-unused-vars)
(#31) '$' is not defined. (no-undef)
(#32) '$' is not defined. (no-undef)
(#40) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Unnecessary escape character: \[. (no-useless-escape)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#130) Comments should not begin with a lowercase character. (capitalized-comments)
(#191) Missing semicolon. (semi)
(#209) Unnecessary escape character: \[. (no-useless-escape)
(#252) Function 'getKeyID' has a complexity of 56. Maximum allowed is 20. (complexity)
(#328) Comments should not begin with a lowercase character. (capitalized-comments)
mod/mootyper/layouts/Greek(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#87) Comments should not begin with a lowercase character. (capitalized-comments)
(#136) Function 'getKeyID' has a complexity of 64. Maximum allowed is 20. (complexity)
(#201) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Hebrew(V5)dual.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Function 'getKeyID' has a complexity of 95. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Hindi(HIV5).js
(#90) Parsing error: Unexpected token }
mod/mootyper/layouts/Hungarian(HUV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Unnecessary escape character: \-. (no-useless-escape)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Unnecessary escape character: \[. (no-useless-escape)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#120) Unnecessary escape character: \[. (no-useless-escape)
(#132) Function 'getKeyID' has a complexity of 60. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Hungarian(V4).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Unnecessary escape character: \-. (no-useless-escape)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Unnecessary escape character: \[. (no-useless-escape)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#111) Unnecessary escape character: \[. (no-useless-escape)
(#123) Function 'getKeyID' has a complexity of 60. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Icelandic(ISV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#62) Expected space or tab after '//' in comment. (spaced-comment)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#122) Unnecessary escape character: \[. (no-useless-escape)
(#143) Function 'getKeyID' has a complexity of 55. Maximum allowed is 20. (complexity)
(#176) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#182) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#206) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Italian(ITV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#143) Function 'getKeyID' has a complexity of 44. Maximum allowed is 20. (complexity)
(#172) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#192) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Italian(ITV5.1).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#127) Comments should not begin with a lowercase character. (capitalized-comments)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Comments should not begin with a lowercase character. (capitalized-comments)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Comments should not begin with a lowercase character. (capitalized-comments)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Function 'getKeyID' has a complexity of 44. Maximum allowed is 20. (complexity)
(#176) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#196) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Italian(ITV5.2)masterlayout.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#127) Comments should not begin with a lowercase character. (capitalized-comments)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Comments should not begin with a lowercase character. (capitalized-comments)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Comments should not begin with a lowercase character. (capitalized-comments)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Function 'getKeyID' has a complexity of 44. Maximum allowed is 20. (complexity)
(#176) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#196) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Maori(MRIV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#46) Unnecessary escape character: \^. (no-useless-escape)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) 'thenPadFinger' is defined but never used. (no-unused-vars)
(#165) Function 'getKeyID' has a complexity of 49. Maximum allowed is 20. (complexity)
(#198) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/MaoriWKeypad(MRIV6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#46) Unnecessary escape character: \^. (no-useless-escape)
(#92) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Function 'getKeyID' has a complexity of 49. Maximum allowed is 20. (complexity)
(#226) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Norwegian(NOV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#143) Function 'getKeyID' has a complexity of 53. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Portuguese(BrazilV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#65) Comments should not begin with a lowercase character. (capitalized-comments)
(#69) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#114) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Missing semicolon. (semi)
(#153) Unnecessary escape character: \[. (no-useless-escape)
(#174) Function 'getKeyID' has a complexity of 64. Maximum allowed is 20. (complexity)
(#179) Unnecessary escape character: \'. (no-useless-escape)
(#233) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/Portuguese(PortugalV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#74) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Unnecessary escape character: \[. (no-useless-escape)
(#115) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Missing semicolon. (semi)
(#160) Unnecessary escape character: \[. (no-useless-escape)
(#175) Function 'getKeyID' has a complexity of 57. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/PortugueseWKeypad(PortugalV6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#74) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Unnecessary escape character: \[. (no-useless-escape)
(#124) Comments should not begin with a lowercase character. (capitalized-comments)
(#171) Missing semicolon. (semi)
(#189) Unnecessary escape character: \[. (no-useless-escape)
(#230) Function 'getKeyID' has a complexity of 57. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Romanian(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#53) Unnecessary escape character: \[. (no-useless-escape)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Unnecessary escape character: \[. (no-useless-escape)
(#121) Function 'getKeyID' has a complexity of 71. Maximum allowed is 20. (complexity)
(#172) Operator '===' must be spaced. (space-infix-ops)
(#178) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
(#180) Operator '||' must be spaced. (space-infix-ops)
mod/mootyper/layouts/Russian(RUV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#52) Comments should not begin with a lowercase character. (capitalized-comments)
(#74) There should be no space after this paren. (space-in-parens)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#112) Unexpected tab character. (no-tabs)
(#131) Function 'getKeyID' has a complexity of 21. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Serbian(SR_CRV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) There should be no space after this paren. (space-in-parens)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#121) Unexpected tab character. (no-tabs)
(#142) Function 'getKeyID' has a complexity of 30. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Slovenian(V5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Unnecessary escape character: \[. (no-useless-escape)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Unnecessary escape character: \'. (no-useless-escape)
(#111) Unnecessary escape character: \[. (no-useless-escape)
(#123) Function 'getKeyID' has a complexity of 46. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Spanish(V5).js
(#14) 'isCombined' is defined but never used. (no-unused-vars)
(#14) 'chr' is defined but never used. (no-unused-vars)
(#23) 'e' is defined but never used. (no-unused-vars)
(#32) 'keyupFirst' is defined but never used. (no-unused-vars)
(#32) 'event' is defined but never used. (no-unused-vars)
(#33) '$' is not defined. (no-undef)
(#34) '$' is not defined. (no-undef)
(#42) 'keyboardElement' is defined but never used. (no-unused-vars)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#71) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Unnecessary escape character: \[. (no-useless-escape)
(#111) Comments should not begin with a lowercase character. (capitalized-comments)
(#147) Unnecessary escape character: \'. (no-useless-escape)
(#147) Unnecessary escape character: \[. (no-useless-escape)
(#167) Function 'getKeyID' has a complexity of 55. Maximum allowed is 20. (complexity)
(#184) Operator '||' must be spaced. (space-infix-ops)
mod/mootyper/layouts/SpanishWKeypad(V6).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#32) '$' is not defined. (no-undef)
(#33) '$' is not defined. (no-undef)
(#41) 'keyboardElement' is defined but never used. (no-unused-vars)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Unnecessary escape character: \[. (no-useless-escape)
(#121) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Missing semicolon. (semi)
(#177) Unnecessary escape character: \'. (no-useless-escape)
(#177) Unnecessary escape character: \[. (no-useless-escape)
(#224) Function 'getKeyID' has a complexity of 55. Maximum allowed is 20. (complexity)
(#241) Operator '||' must be spaced. (space-infix-ops)
(#281) Trailing spaces not allowed. (no-trailing-spaces)
(#293) Comments should not begin with a lowercase character. (capitalized-comments)
mod/mootyper/layouts/Swedish(SVV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#144) Function 'getKeyID' has a complexity of 54. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Swedish(V4).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Comments should not begin with a lowercase character. (capitalized-comments)
(#131) Function 'getKeyID' has a complexity of 54. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Tamil(V5)c.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#14) Comments should not begin with a lowercase character. (capitalized-comments)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#24) 'keyupCombined' is defined but never used. (no-unused-vars)
(#24) 'e' is defined but never used. (no-unused-vars)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#35) 'keyupFirst' is defined but never used. (no-unused-vars)
(#35) 'event' is defined but never used. (no-unused-vars)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#45) 'keyboardElement' is defined but never used. (no-unused-vars)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Unexpected combined character in character class. (no-misleading-character-class)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Unexpected combined character in character class. (no-misleading-character-class)
(#61) Comments should not begin with a lowercase character. (capitalized-comments)
(#61) Expected space or tab after '//' in comment. (spaced-comment)
(#64) Comments should not begin with a lowercase character. (capitalized-comments)
(#64) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) Unexpected combined character in character class. (no-misleading-character-class)
(#114) Comments should not begin with a lowercase character. (capitalized-comments)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Unexpected combined character in character class. (no-misleading-character-class)
(#123) Unnecessary escape character: \[. (no-useless-escape)
(#129) Unexpected combined character in character class. (no-misleading-character-class)
(#141) Function 'getKeyID' has a complexity of 78. Maximum allowed is 20. (complexity)
(#142) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#258) Comments should not begin with a lowercase character. (capitalized-comments)
(#258) Expected space or tab after '//' in comment. (spaced-comment)
(#260) Expected space or tab after '//' in comment. (spaced-comment)
mod/mootyper/layouts/Tamil(V5)e.js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Function 'getKeyID' has a complexity of 37. Maximum allowed is 20. (complexity)
(#192) Comments should not begin with a lowercase character. (capitalized-comments)
(#194) Comments should not begin with a lowercase character. (capitalized-comments)
mod/mootyper/layouts/Telugu(V4).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Unexpected combined character in character class. (no-misleading-character-class)
(#48) Unexpected combined character in character class. (no-misleading-character-class)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Unexpected combined character in character class. (no-misleading-character-class)
(#108) Unexpected combined character in character class. (no-misleading-character-class)
(#111) Unexpected combined character in character class. (no-misleading-character-class)
(#114) Unexpected combined character in character class. (no-misleading-character-class)
(#126) Function 'getKeyID' has a complexity of 94. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Thai(V4).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Unexpected combined character in character class. (no-misleading-character-class)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#110) Unexpected combined character in character class. (no-misleading-character-class)
(#122) Function 'getKeyID' has a complexity of 97. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Turkish(TRV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Unnecessary escape character: \-. (no-useless-escape)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#87) Comments should not begin with a lowercase character. (capitalized-comments)
(#120) Unnecessary escape character: \[. (no-useless-escape)
(#135) Function 'getKeyID' has a complexity of 58. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Turkmen(TKV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) Unnecessary escape character: \ö. (no-useless-escape)
(#116) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Function 'getKeyID' has a complexity of 53. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Ukrainian(UKV5).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) There should be no space after this paren. (space-in-parens)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#113) Unexpected tab character. (no-tabs)
(#132) Function 'getKeyID' has a complexity of 24. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Uyghur(V4).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Function 'getKeyID' has a complexity of 39. Maximum allowed is 20. (complexity)
mod/mootyper/layouts/Vietnamese(V4).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Unexpected combined character in character class. (no-misleading-character-class)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#86) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Unnecessary escape character: \[. (no-useless-escape)
(#120) Unexpected combined character in character class. (no-misleading-character-class)
(#123) Unexpected combined character in character class. (no-misleading-character-class)
(#126) Unexpected combined character in character class. (no-misleading-character-class)
(#138) Function 'getKeyID' has a complexity of 53. Maximum allowed is 20. (complexity)
(#171) This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain. (no-dupe-else-if)
mod/mootyper/layouts/numberKeypadOnly(V1).js
(#13) 'isCombined' is defined but never used. (no-unused-vars)
(#13) 'chr' is defined but never used. (no-unused-vars)
(#22) 'keyupCombined' is defined but never used. (no-unused-vars)
(#22) 'e' is defined but never used. (no-unused-vars)
(#31) 'keyupFirst' is defined but never used. (no-unused-vars)
(#31) 'event' is defined but never used. (no-unused-vars)
(#39) 'keyboardElement' is defined but never used. (no-unused-vars)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
mod/mootyper/typer.js
(#24) 'combinedCharWait' is assigned a value but never used. (no-unused-vars)
(#70) Identifier 'scroll_to_next_line' is not in camel case. (camelcase)
(#75) A space is required after ','. (comma-spacing)
(#86) 'e' is defined but never used. (no-unused-vars)
(#89) 'e' is defined but never used. (no-unused-vars)
(#106) 'updateAll' is assigned a value but never used. (no-unused-vars)
(#125) 'rpAttId' is assigned a value but never used. (no-unused-vars)
(#127) 'data' is defined but never used. (no-unused-vars)
(#127) Unexpected empty function. (no-empty-function)
(#129) Missing space before value for key 'overflow-y'. (key-spacing)
(#142) 'numcheck' is defined but never used. (no-unused-vars)
(#144) Comments should not begin with a lowercase character. (capitalized-comments)
(#151) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#156) Comments should not begin with a lowercase character. (capitalized-comments)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Comments should not begin with a lowercase character. (capitalized-comments)
(#186) 'focusSet' is defined but never used. (no-unused-vars)
(#186) 'e' is defined but never used. (no-unused-vars)
(#187) Expected space(s) after "if". (keyword-spacing)
(#189) Missing space before opening brace. (space-before-blocks)
(#190) A constructor name should not start with a lowercase letter. (new-cap)
(#204) 'doCheck' is defined but never used. (no-unused-vars)
(#205) 'rpMootyperId' is assigned a value but never used. (no-unused-vars)
(#206) 'rpUser' is assigned a value but never used. (no-unused-vars)
(#210) There should be no space after this paren. (space-in-parens)
(#210) 'data' is defined but never used. (no-unused-vars)
(#210) There should be no space before this paren. (space-in-parens)
(#210) Unexpected empty function. (no-empty-function)
(#225) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#230) There should be no space after this paren. (space-in-parens)
(#230) There should be no space before this paren. (space-in-parens)
(#233) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#244) Function 'keyPressed' has a complexity of 38. Maximum allowed is 20. (complexity)
(#256) Comments should not begin with a lowercase character. (capitalized-comments)
(#267) 'elemOff' declared on line 333 column 17 is used outside of binding context. (block-scoped-var)
(#267) A constructor name should not start with a lowercase letter. (new-cap)
(#268) 'elemOff' declared on line 333 column 17 is used outside of binding context. (block-scoped-var)
(#276) 'nextChar' declared on line 313 column 21 is used outside of binding context. (block-scoped-var)
(#278) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#278) A constructor name should not start with a lowercase letter. (new-cap)
(#279) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#280) 'nextChar' declared on line 313 column 21 is used outside of binding context. (block-scoped-var)
(#280) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#280) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#280) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#281) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#281) 'thisE' declared on line 315 column 25 is used outside of binding context. (block-scoped-var)
(#284) 'nextE' declared on line 320 column 25 is used outside of binding context. (block-scoped-var)
(#284) A constructor name should not start with a lowercase letter. (new-cap)
(#284) 'nextChar' declared on line 313 column 21 is used outside of binding context. (block-scoped-var)
(#285) 'nextE' declared on line 320 column 25 is used outside of binding context. (block-scoped-var)
(#287) 'nextChar' declared on line 313 column 21 is used outside of binding context. (block-scoped-var)
(#313) 'nextChar' is already defined. (no-redeclare)
(#313) 'nextChar' declared on line 276 column 17 is used outside of binding context. (block-scoped-var)
(#315) 'thisE' is already defined. (no-redeclare)
(#315) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#315) A constructor name should not start with a lowercase letter. (new-cap)
(#316) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#317) 'nextChar' declared on line 276 column 17 is used outside of binding context. (block-scoped-var)
(#317) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#317) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#317) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#317) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#317) 'thisE' declared on line 278 column 21 is used outside of binding context. (block-scoped-var)
(#320) 'nextE' is already defined. (no-redeclare)
(#320) 'nextE' declared on line 284 column 21 is used outside of binding context. (block-scoped-var)
(#320) A constructor name should not start with a lowercase letter. (new-cap)
(#320) 'nextChar' declared on line 276 column 17 is used outside of binding context. (block-scoped-var)
(#321) 'nextE' declared on line 284 column 21 is used outside of binding context. (block-scoped-var)
(#323) 'nextChar' declared on line 276 column 17 is used outside of binding context. (block-scoped-var)
(#333) 'elemOff' is already defined. (no-redeclare)
(#333) 'elemOff' declared on line 267 column 17 is used outside of binding context. (block-scoped-var)
(#333) A constructor name should not start with a lowercase letter. (new-cap)
(#334) 'elemOff' declared on line 267 column 17 is used outside of binding context. (block-scoped-var)
(#402) 'inittexttoenter' is defined but never used. (no-unused-vars)
(#420) Expected space(s) after "if". (keyword-spacing)
(#421) A constructor name should not start with a lowercase letter. (new-cap)
(#429) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#430) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#431) 'i' declared on line 449 column 18 is used outside of binding context. (block-scoped-var)
(#431) 'i' declared on line 449 column 18 is used outside of binding context. (block-scoped-var)
(#431) 'i' declared on line 449 column 18 is used outside of binding context. (block-scoped-var)
(#432) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#432) 'tChar' declared on line 450 column 17 is used outside of binding context. (block-scoped-var)
(#432) 'i' declared on line 449 column 18 is used outside of binding context. (block-scoped-var)
(#433) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#433) 'tChar' declared on line 450 column 17 is used outside of binding context. (block-scoped-var)
(#434) 'i' declared on line 449 column 18 is used outside of binding context. (block-scoped-var)
(#436) 'i' declared on line 449 column 18 is used outside of binding context. (block-scoped-var)
(#436) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#436) 'tChar' declared on line 450 column 17 is used outside of binding context. (block-scoped-var)
(#441) 'tChar' is already defined. (no-redeclare)
(#441) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#441) 'tChar' declared on line 450 column 17 is used outside of binding context. (block-scoped-var)
(#442) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#442) 'tChar' declared on line 450 column 17 is used outside of binding context. (block-scoped-var)
(#445) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#445) 'tChar' declared on line 450 column 17 is used outside of binding context. (block-scoped-var)
(#449) 'i' is already defined. (no-redeclare)
(#449) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#449) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#449) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#450) 'tChar' is already defined. (no-redeclare)
(#450) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#450) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#450) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#451) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#452) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#452) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#452) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#453) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#453) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#457) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#457) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#458) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#460) 'i' declared on line 431 column 18 is used outside of binding context. (block-scoped-var)
(#460) 'tChar' declared on line 432 column 17 is used outside of binding context. (block-scoped-var)
(#460) 'tChar' declared on line 441 column 17 is used outside of binding context. (block-scoped-var)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#495) Trailing spaces not allowed. (no-trailing-spaces)
(#517) Expected { after 'if' condition. (curly)
(#552) 'arrC' is assigned a value but never used. (no-unused-vars)
(#553) Unexpected whitespace before semicolon. (semi-spacing)
(#554) Comments should not begin with a lowercase character. (capitalized-comments)
(#554) Expected space or tab after '//' in comment. (spaced-comment)
(#555) There should be no space after this paren. (space-in-parens)
(#555) Unexpected whitespace before semicolon. (semi-spacing)
(#555) Operator '<' must be spaced. (space-infix-ops)
(#555) Unexpected whitespace before semicolon. (semi-spacing)
(#556) Unexpected whitespace before semicolon. (semi-spacing)
(#557) There should be no space after this paren. (space-in-parens)
(#557) Unexpected whitespace before semicolon. (semi-spacing)
(#557) Operator '<' must be spaced. (space-infix-ops)
(#557) Unexpected whitespace before semicolon. (semi-spacing)
(#557) There should be no space before this paren. (space-in-parens)
(#558) Expected space(s) after "if". (keyword-spacing)
(#558) Expected { after 'if' condition. (curly)
(#560) Multiple spaces found before '+'. (no-multi-spaces)
(#560) Unexpected whitespace before semicolon. (semi-spacing)
(#567) Comments should not begin with a lowercase character. (capitalized-comments)
(#567) Expected space or tab after '//' in comment. (spaced-comment)
(#570) Unexpected whitespace before semicolon. (semi-spacing)
(#572) Trailing spaces not allowed. (no-trailing-spaces)
(#573) Expected space(s) after "for". (keyword-spacing)
(#573) Unexpected whitespace before semicolon. (semi-spacing)
(#573) Multiple spaces found before 'i'. (no-multi-spaces)
(#573) Operator '<' must be spaced. (space-infix-ops)
(#573) Unexpected whitespace before semicolon. (semi-spacing)
(#573) Missing space before opening brace. (space-before-blocks)
(#573) Trailing spaces not allowed. (no-trailing-spaces)
(#574) Expected space(s) after "for". (keyword-spacing)
(#574) Unexpected whitespace before semicolon. (semi-spacing)
(#574) Operator '<=' must be spaced. (space-infix-ops)
(#574) Unexpected whitespace before semicolon. (semi-spacing)
(#574) Missing space before opening brace. (space-before-blocks)
(#575) Expected space(s) after "if". (keyword-spacing)
(#575) There should be no space after this paren. (space-in-parens)
(#575) There should be no space before this paren. (space-in-parens)
(#575) Missing space before opening brace. (space-before-blocks)
(#576) Unexpected whitespace before semicolon. (semi-spacing)
(#577) Trailing spaces not allowed. (no-trailing-spaces)
(#579) There should be no space after this paren. (space-in-parens)
(#579) There should be no space before this paren. (space-in-parens)
(#579) Expected { after 'if' condition. (curly)
(#579) Trailing spaces not allowed. (no-trailing-spaces)

CSS problems

(1 errors, 7 warnings)

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

mod/mootyper/styles.css
(#78) Invalid value for "position" (csstree/validator)
(#79) Unexpected unit (length-zero-no-unit)
(#79) Unexpected unit (length-zero-no-unit)
(#79) Unexpected unit (length-zero-no-unit)
(#79) Unexpected unit (length-zero-no-unit)
(#99) Unexpected unit (length-zero-no-unit)
(#108) Unexpected unit (length-zero-no-unit)
(#121) Unexpected unit (length-zero-no-unit)

PHPDocs style problems

(1 errors, 0 warnings)

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

mod/mootyper/classes/grades/mootyper_gradeitem.php
(#163) Phpdocs for function mootyper_gradeitem::get_grade_for_user has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "gherkinlint" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(5 errors, 0 warnings)

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

mod/mootyper/tests/behat/8_import_exercise.feature
(#2) Feature name is already used in: mod/mootyper/tests/behat/1_basic.feature
(#20) Trailing spaces are not allowed
(#28) New line at EOF(end of file) is required
mod/mootyper/tests/behat/8_import_keyboards_layouts.feature
(#20) Trailing spaces are not allowed
(#28) New line at EOF(end of file) is required