Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(0 errors, 0 warnings)

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


Javascript coding style problems

(5 errors, 114 warnings)

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

blocks/lord/Gruntfile.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#36) Expected space or tab after '/*' in comment. (spaced-comment)
blocks/lord/amd/src/lord.js
(#22) @package should be empty. (jsdoc/empty-tags)
blocks/lord/amd/src/modules.js
(#183) Trailing spaces not allowed. (no-trailing-spaces)
(#185) Trailing spaces not allowed. (no-trailing-spaces)
(#203) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Operator '/' must be spaced. (space-infix-ops)
(#204) Operator '*' must be spaced. (space-infix-ops)
(#222) Identifier 'row_covered' is not in camel case. (camelcase)
(#223) Identifier 'col_covered' is not in camel case. (camelcase)
(#225) Identifier 'Z0_r' is not in camel case. (camelcase)
(#226) Identifier 'Z0_c' is not in camel case. (camelcase)
(#239) Identifier 'pad_matrix' is not in camel case. (camelcase)
(#239) Identifier 'pad_value' is not in camel case. (camelcase)
(#240) Identifier 'pad_value' is not in camel case. (camelcase)
(#240) Identifier 'pad_value' is not in camel case. (camelcase)
(#242) Identifier 'max_columns' is not in camel case. (camelcase)
(#243) Identifier 'total_rows' is not in camel case. (camelcase)
(#246) Identifier 'total_rows' is not in camel case. (camelcase)
(#247) Identifier 'max_columns' is not in camel case. (camelcase)
(#248) Identifier 'max_columns' is not in camel case. (camelcase)
(#252) Identifier 'total_rows' is not in camel case. (camelcase)
(#252) Identifier 'max_columns' is not in camel case. (camelcase)
(#252) Identifier 'total_rows' is not in camel case. (camelcase)
(#252) Identifier 'max_columns' is not in camel case. (camelcase)
(#252) Identifier 'total_rows' is not in camel case. (camelcase)
(#254) Identifier 'new_matrix' is not in camel case. (camelcase)
(#256) Identifier 'total_rows' is not in camel case. (camelcase)
(#258) Identifier 'new_row' is not in camel case. (camelcase)
(#261) Identifier 'total_rows' is not in camel case. (camelcase)
(#261) Identifier 'new_row' is not in camel case. (camelcase)
(#262) Identifier 'new_row' is not in camel case. (camelcase)
(#264) Identifier 'new_matrix' is not in camel case. (camelcase)
(#267) Identifier 'new_matrix' is not in camel case. (camelcase)
(#289) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#296) Identifier 'original_length' is not in camel case. (camelcase)
(#296) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#297) Identifier 'original_width' is not in camel case. (camelcase)
(#297) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#299) Comments should not begin with a lowercase character. (capitalized-comments)
(#303) Identifier 'row_covered' is not in camel case. (camelcase)
(#304) Identifier 'col_covered' is not in camel case. (camelcase)
(#305) Identifier 'Z0_r' is not in camel case. (camelcase)
(#306) Identifier 'Z0_c' is not in camel case. (camelcase)
(#307) Multiple spaces found before 'this'. (no-multi-spaces)
(#312) There should be no space after '{'. (babel/object-curly-spacing)
(#312) Unquoted number literal '1' used as key. (quote-props)
(#312) Extra space after key '1'. (key-spacing)
(#313) Unquoted number literal '2' used as key. (quote-props)
(#313) Extra space after key '2'. (key-spacing)
(#314) Unquoted number literal '3' used as key. (quote-props)
(#314) Extra space after key '3'. (key-spacing)
(#315) Unquoted number literal '4' used as key. (quote-props)
(#315) Extra space after key '4'. (key-spacing)
(#316) Unquoted number literal '5' used as key. (quote-props)
(#316) Extra space after key '5'. (key-spacing)
(#317) Unquoted number literal '6' used as key. (quote-props)
(#317) Extra space after key '6'. (key-spacing)
(#317) There should be no space before '}'. (babel/object-curly-spacing)
(#322) Comments should not begin with a lowercase character. (capitalized-comments)
(#349) Identifier '__make_matrix' is not in camel case. (camelcase)
(#361) Missing JSDoc @returns for function. (valid-jsdoc)
(#379) Missing JSDoc @returns for function. (valid-jsdoc)
(#390) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#404) Missing JSDoc @returns for function. (valid-jsdoc)
(#432) Expected to return a value at the end of function. (consistent-return)
(#434) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#434) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#434) Identifier 'star_col' is not in camel case. (camelcase)
(#445) Identifier 'star_col' is not in camel case. (camelcase)
(#446) Identifier 'star_col' is not in camel case. (camelcase)
(#447) Identifier 'star_col' is not in camel case. (camelcase)
(#451) Identifier 'Z0_r' is not in camel case. (camelcase)
(#452) Identifier 'Z0_c' is not in camel case. (camelcase)
(#459) Missing JSDoc @returns for function. (valid-jsdoc)
(#481) Operator '-' must be spaced. (space-infix-ops)
(#489) Operator '-' must be spaced. (space-infix-ops)
(#500) Missing JSDoc @returns for function. (valid-jsdoc)
(#528) Identifier '__find_smallest' is not in camel case. (camelcase)
(#548) Identifier '__find_a_zero' is not in camel case. (camelcase)
(#569) Identifier '__find_star_in_row' is not in camel case. (camelcase)
(#578) Missing JSDoc @param "col" declaration. (jsdoc/require-param)
(#578) Missing JSDoc for parameter 'col'. (valid-jsdoc)
(#583) Identifier '__find_star_in_col' is not in camel case. (camelcase)
(#598) Identifier '__find_prime_in_row' is not in camel case. (camelcase)
(#607) Identifier '__convert_path' is not in camel case. (camelcase)
(#615) Identifier '__clear_covers' is not in camel case. (camelcase)
(#623) Identifier '__erase_primes' is not in camel case. (camelcase)
(#659) Identifier 'make_cost_matrix' is not in camel case. (camelcase)
(#659) Unexpected space before function parentheses. (space-before-function-paren)
(#659) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#659) Identifier 'inversion_function' is not in camel case. (camelcase)
(#661) Identifier 'inversion_function' is not in camel case. (camelcase)
(#662) Operator '/' must be spaced. (space-infix-ops)
(#663) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#664) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#665) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#666) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#670) Identifier 'inversion_function' is not in camel case. (camelcase)
(#670) Statement inside of curly braces should be on next line. (brace-style)
(#670) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#673) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#675) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#676) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#677) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#680) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#680) Identifier 'profit_matrix' is not in camel case. (camelcase)
(#684) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#695) Identifier 'format_matrix' is not in camel case. (camelcase)
(#713) Comments should not begin with a lowercase character. (capitalized-comments)
(#719) Comments should not begin with a lowercase character. (capitalized-comments)
(#737) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#737) Missing JSDoc comment. (require-jsdoc)
(#737) Identifier 'cost_matrix' is not in camel case. (camelcase)
(#743) Identifier 'format_matrix' is not in camel case. (camelcase)
(#743) Identifier 'format_matrix' is not in camel case. (camelcase)
(#744) Identifier 'make_cost_matrix' is not in camel case. (camelcase)
(#744) Identifier 'make_cost_matrix' is not in camel case. (camelcase)
(#745) Comments should not begin with a lowercase character. (capitalized-comments)

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

(1 errors, 1 warnings)

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

Problems running grunt
ENOTDIR: not a directory, stat 'blocks/lord/amd/src/modules.js/' Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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