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, 27 warnings)

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

lib/editor/tiny/plugins/teamsmeeting/classes/edit_meeting_api.php
(#72) There should be a comma after the last array item in a multi-line array.
(#78) There should be a comma after the last array item in a multi-line array.
(#137) There should be a comma after the last array item in a multi-line array.
lib/editor/tiny/plugins/teamsmeeting/classes/plugininfo.php
(#51) There must not be a space before the colon in a return type declaration
(#85) There must not be a space before the colon in a return type declaration
lib/editor/tiny/plugins/teamsmeeting/classes/privacy/provider.php
(#34) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#45) Missing docblock for function get_metadata
(#45) There must not be a space before the colon in a return type declaration
(#58) There must not be a space before the colon in a return type declaration
lib/editor/tiny/plugins/teamsmeeting/error.php
(#32) Line exceeds 132 characters; contains 138 characters
lib/editor/tiny/plugins/teamsmeeting/lang/en/tiny_teamsmeeting.php
(#30) Unexpected comment found. Auto-fixing will not work after this comment
(#34) Unexpected comment found. Auto-fixing will not work after this comment
(#37) Unexpected comment found. Auto-fixing will not work after this comment
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) The string key "iframe_meeting_options" is not in the correct order, it should be before "teamsmeeting:add"
(#39) The string key "iframe_meeting_created" is not in the correct order, it should be before "iframe_meeting_options"
(#40) The string key "iframe_go_to_meeting" is not in the correct order, it should be before "iframe_meeting_created"
(#43) Unexpected comment found. Auto-fixing will not work after this comment
(#45) The string key "tiny_button_primary_label" is not in the correct order, it should be before "tiny_modal_title"
(#49) The string key "tiny_checkbox_new_window_label" is not in the correct order, it should be before "tiny_input_url_placeholder"
(#51) Unexpected comment found. Auto-fixing will not work after this comment
(#52) The string key "privacy:metadata" is not in the correct order, it should be before "tiny_checkbox_new_window_label"
lib/editor/tiny/plugins/teamsmeeting/lang/pl/tiny_teamsmeeting.php
(#31) Unexpected comment found. Auto-fixing will not work after this comment
(#35) Unexpected comment found. Auto-fixing will not work after this comment
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) The string key "iframe_meeting_options" is not in the correct order, it should be before "settings_meetings_app_link_desc"
(#37) The string key "iframe_meeting_created" is not in the correct order, it should be before "iframe_meeting_options"
(#38) The string key "iframe_go_to_meeting" is not in the correct order, it should be before "iframe_meeting_created"
(#41) Unexpected comment found. Auto-fixing will not work after this comment
(#43) The string key "tiny_button_primary_label" is not in the correct order, it should be before "tiny_modal_title"
(#47) The string key "tiny_checkbox_new_window_label" is not in the correct order, it should be before "tiny_input_url_placeholder"
(#49) Unexpected comment found. Auto-fixing will not work after this comment
(#50) The string key "privacy:metadata" is not in the correct order, it should be before "tiny_checkbox_new_window_label"
lib/editor/tiny/plugins/teamsmeeting/result.php
(#38) Variable "htmlDom" must be all lower-case
(#39) Variable "htmlDom" must be all lower-case
(#40) Variable "htmlDom" must be all lower-case
(#82) Line exceeds 132 characters; contains 134 characters
(#89) Line exceeds 132 characters; contains 134 characters

Javascript coding style problems

(6 errors, 32 warnings)

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

lib/editor/tiny/plugins/teamsmeeting/amd/src/commands.js
(#20) @package should be empty. (jsdoc/empty-tags)
(#32) There should be no space after '{'. (@babel/object-curly-spacing)
(#32) There should be no space before '}'. (@babel/object-curly-spacing)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#93) There should be no space after '{'. (@babel/object-curly-spacing)
(#93) There should be no space before '}'. (@babel/object-curly-spacing)
(#94) There should be no space after '{'. (@babel/object-curly-spacing)
(#94) There should be no space before '}'. (@babel/object-curly-spacing)
(#95) There should be no space after '{'. (@babel/object-curly-spacing)
(#95) There should be no space before '}'. (@babel/object-curly-spacing)
(#99) There should be no space after '{'. (@babel/object-curly-spacing)
(#99) There should be no space before '}'. (@babel/object-curly-spacing)
(#100) There should be no space after '{'. (@babel/object-curly-spacing)
(#100) There should be no space before '}'. (@babel/object-curly-spacing)
(#135) There should be no space after '{'. (@babel/object-curly-spacing)
(#135) There should be no space before '}'. (@babel/object-curly-spacing)
(#149) There should be no space after '{'. (@babel/object-curly-spacing)
(#149) There should be no space before '}'. (@babel/object-curly-spacing)
(#159) Unexpected space before function parentheses. (space-before-function-paren)
(#162) There should be no space after '{'. (@babel/object-curly-spacing)
(#162) There should be no space after '{'. (@babel/object-curly-spacing)
(#162) ["link"] is better written in dot notation. (dot-notation)
(#162) There should be no space before '}'. (@babel/object-curly-spacing)
(#162) There should be no space before '}'. (@babel/object-curly-spacing)
(#164) ["url"] is better written in dot notation. (dot-notation)
(#165) ["status"] is better written in dot notation. (dot-notation)
(#165) ["link"] is better written in dot notation. (dot-notation)
(#166) ["target"] is better written in dot notation. (dot-notation)
(#212) Unexpected space before function parentheses. (space-before-function-paren)
lib/editor/tiny/plugins/teamsmeeting/amd/src/common.js
(#19) @package should be empty. (jsdoc/empty-tags)
lib/editor/tiny/plugins/teamsmeeting/amd/src/configuration.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#25) There should be no space after '{'. (@babel/object-curly-spacing)
(#25) There should be no space before '}'. (@babel/object-curly-spacing)
(#27) There should be no space after '{'. (@babel/object-curly-spacing)
(#27) There should be no space before '}'. (@babel/object-curly-spacing)
lib/editor/tiny/plugins/teamsmeeting/amd/src/options.js
(#19) @package should be empty. (jsdoc/empty-tags)
lib/editor/tiny/plugins/teamsmeeting/amd/src/plugin.js
(#19) @package should be empty. (jsdoc/empty-tags)
(#34) Promise executor functions should not be async. (no-async-promise-executor)

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
Task "eslint:amd" 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

(0 errors, 0 warnings)

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