|
1 | 1 | <?xml version="1.0"?> |
2 | | -<smurf version="0.9.1" numerrors="4" numwarnings="1"> |
3 | | - <summary status="error" numerrors="4" numwarnings="1" condensedresult="smurf,error,4,1:phplint,success,0,0;phpcs,success,0,0;phpdoc,success,0,0;commit,error,3,0;savepoint,success,0,0;thirdparty,success,0,0;externalbackup,success,0,0;grunt,error,1,1;shifter,success,0,0;mustache,success,0,0"> |
| 2 | +<smurf version="0.9.1" numerrors="9" numwarnings="1"> |
| 3 | + <summary status="error" numerrors="9" numwarnings="1" condensedresult="smurf,error,9,1:phplint,success,0,0;phpcs,success,0,0;js,error,5,0;css,success,0,0;phpdoc,success,0,0;commit,error,3,0;savepoint,success,0,0;thirdparty,success,0,0;externalbackup,success,0,0;grunt,error,1,1;shifter,success,0,0;mustache,success,0,0;gherkin,success,0,0"> |
4 | 4 | <detail name="phplint" status="success" numerrors="0" numwarnings="0"/> |
5 | 5 | <detail name="phpcs" status="success" numerrors="0" numwarnings="0"/> |
| 6 | + <detail name="js" status="error" numerrors="5" numwarnings="0"/> |
| 7 | + <detail name="css" status="success" numerrors="0" numwarnings="0"/> |
6 | 8 | <detail name="phpdoc" status="success" numerrors="0" numwarnings="0"/> |
7 | 9 | <detail name="commit" status="error" numerrors="3" numwarnings="0"/> |
8 | 10 | <detail name="savepoint" status="success" numerrors="0" numwarnings="0"/> |
|
11 | 13 | <detail name="grunt" status="error" numerrors="1" numwarnings="1"/> |
12 | 14 | <detail name="shifter" status="success" numerrors="0" numwarnings="0"/> |
13 | 15 | <detail name="mustache" status="success" numerrors="0" numwarnings="0"/> |
| 16 | + <detail name="gherkin" status="success" numerrors="0" numwarnings="0"/> |
14 | 17 | </summary> |
15 | 18 | <check id="phplint" title="PHP lint problems" url="http://php.net/docs.php" numerrors="0" numwarnings="0" allowfiltering="0"> |
16 | 19 | <description>This section shows php lint problems in the code detected by php -l</description> |
|
20 | 23 | <description>This section shows the coding style problems detected in the code by phpcs</description> |
21 | 24 | <mess/> |
22 | 25 | </check> |
| 26 | + <check id="js" title="Javascript coding style problems" url="https://docs.moodle.org/dev/Javascript/Coding_style" numerrors="5" numwarnings="0" allowfiltering="1"> |
| 27 | + <description>This section shows the coding style problems detected in the code by eslint</description> |
| 28 | + <mess> |
| 29 | + <problem file="lib/amd/src/ajax.js" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/lib/amd/src/ajax.js#L42" ruleset="eslint" rule="rules.no-unused-vars" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="error" weight="5"> |
| 30 | + <message>'foo' is assigned a value but never used. (no-unused-vars)</message> |
| 31 | + <description/> |
| 32 | + <code/> |
| 33 | + </problem> |
| 34 | + <problem file="lib/amd/src/ajax.js" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/lib/amd/src/ajax.js#L42" ruleset="eslint" rule="rules.babel/semi" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="error" weight="5"> |
| 35 | + <message>Missing semicolon. (babel/semi)</message> |
| 36 | + <description/> |
| 37 | + <code/> |
| 38 | + </problem> |
| 39 | + <problem file="lib/javascript-static.js" linefrom="9" lineto="9" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/lib/javascript-static.js#L9" ruleset="eslint" rule="rules.no-unused-vars" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="error" weight="5"> |
| 40 | + <message>'foo' is assigned a value but never used. (no-unused-vars)</message> |
| 41 | + <description/> |
| 42 | + <code/> |
| 43 | + </problem> |
| 44 | + <problem file="lib/javascript-static.js" linefrom="9" lineto="9" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/lib/javascript-static.js#L9" ruleset="eslint" rule="rules.semi" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="error" weight="5"> |
| 45 | + <message>Missing semicolon. (semi)</message> |
| 46 | + <description/> |
| 47 | + <code/> |
| 48 | + </problem> |
| 49 | + <problem file="lib/yui/src/tooltip/js/tooltip.js" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/lib/yui/src/tooltip/js/tooltip.js#L16" ruleset="eslint" rule="rules.semi" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="error" weight="5"> |
| 50 | + <message>Missing semicolon. (semi)</message> |
| 51 | + <description/> |
| 52 | + <code/> |
| 53 | + </problem> |
| 54 | + </mess> |
| 55 | + </check> |
| 56 | + <check id="css" title="CSS problems" url="https://docs.moodle.org/dev/CSS_coding_style" numerrors="0" numwarnings="0" allowfiltering="1"> |
| 57 | + <description>This section shows CSS problems detected by stylelint</description> |
| 58 | + <mess/> |
| 59 | + </check> |
23 | 60 | <check id="phpdoc" title="PHPDocs style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="0" numwarnings="0" allowfiltering="1"> |
24 | 61 | <description>This section shows the phpdocs problems detected in the code by local_moodlecheck</description> |
25 | 62 | <mess/> |
26 | 63 | </check> |
27 | 64 | <check id="commit" title="Commit messages problems" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" numerrors="3" numwarnings="0" allowfiltering="1"> |
28 | 65 | <description>This section shows the problems detected in the commit messages by the commits checker</description> |
29 | 66 | <mess> |
30 | | - <problem file="8b0f63da17" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/commit/8b0f63da17" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" type="error" weight="3"> |
| 67 | + <problem file="b7af412184" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/commit/b7af412184" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" type="error" weight="3"> |
31 | 68 | <message>The commit message does not begin with the expected issue code MDL-[0-9]{3,6} and a space. </message> |
32 | 69 | <description/> |
33 | 70 | <code/> |
34 | 71 | </problem> |
35 | | - <problem file="536542c7f0" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/commit/536542c7f0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" type="error" weight="3"> |
| 72 | + <problem file="866e4150c3" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/commit/866e4150c3" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" type="error" weight="3"> |
36 | 73 | <message>The commit message does not begin with the expected issue code MDL-[0-9]{3,6} and a space. </message> |
37 | 74 | <description/> |
38 | 75 | <code/> |
39 | 76 | </problem> |
40 | | - <problem file="a9d19ab512" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/commit/a9d19ab512" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" type="error" weight="3"> |
| 77 | + <problem file="60aa3dda7a" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/commit/60aa3dda7a" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Commit_cheat_sheet#Provide_clear_commit_messages" type="error" weight="3"> |
41 | 78 | <message>The commit message does not begin with the expected issue code MDL-[0-9]{3,6} and a space. </message> |
42 | 79 | <description/> |
43 | 80 | <code/> |
|
59 | 96 | <check id="grunt" title="grunt changes" url="https://docs.moodle.org/dev/Grunt" numerrors="1" numwarnings="1" allowfiltering="0"> |
60 | 97 | <description>This section shows files built by grunt and not commited</description> |
61 | 98 | <mess> |
62 | | - <problem file="" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/8b0f63da1743bd175115ea9e07d298dd19500f9b/#L0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Grunt" type="error" weight="5"> |
| 99 | + <problem file="" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/#L0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Grunt" type="error" weight="5"> |
63 | 100 | <message>Problems running grunt</message> |
64 | 101 | <description/> |
65 | 102 | <code/> |
66 | 103 | </problem> |
67 | | - <problem file="" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/8b0f63da1743bd175115ea9e07d298dd19500f9b/#L0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Grunt" type="warning" weight="1"> |
68 | | - <message>Task "jshint:files" failed. Use --force to continue.</message> |
| 104 | + <problem file="" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/integration/prechecker/blob/b7af412184b8936cb0af859c417a854bd2372f41/#L0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Grunt" type="warning" weight="1"> |
| 105 | + <message>Task "eslint:amd" failed. Use --force to continue.</message> |
69 | 106 | <description/> |
70 | 107 | <code/> |
71 | 108 | </problem> |
|
79 | 116 | <description>This section shows problems detected in mustache templates</description> |
80 | 117 | <mess/> |
81 | 118 | </check> |
| 119 | + <check id="gherkin" title="Gherkin .feature problems" url="https://docs.moodle.org/dev/Writing_acceptance_tests" numerrors="0" numwarnings="0" allowfiltering="1"> |
| 120 | + <description>This section shows problems detected in behat .feature files</description> |
| 121 | + <mess/> |
| 122 | + </check> |
82 | 123 | </smurf> |
0 commit comments