<?xml version="1.0"?>
<smurf version="0.9.1" numerrors="19" numwarnings="18">
  <summary status="error" numerrors="19" numwarnings="18" condensedresult="smurf,error,19,18:phplint,success,0,0;phpcs,error,13,18;js,success,0,0;css,success,0,0;phpdoc,error,6,0;savepoint,success,0,0;thirdparty,success,0,0;grunt,success,0,0;shifter,success,0,0;mustache,success,0,0;gherkin,success,0,0">
    <detail name="phplint" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpcs" status="error" numerrors="13" numwarnings="18"/>
    <detail name="js" status="success" numerrors="0" numwarnings="0"/>
    <detail name="css" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpdoc" status="error" numerrors="6" numwarnings="0"/>
    <detail name="savepoint" status="success" numerrors="0" numwarnings="0"/>
    <detail name="thirdparty" status="success" numerrors="0" numwarnings="0"/>
    <detail name="grunt" status="success" numerrors="0" numwarnings="0"/>
    <detail name="shifter" status="success" numerrors="0" numwarnings="0"/>
    <detail name="mustache" status="success" numerrors="0" numwarnings="0"/>
    <detail name="gherkin" status="success" numerrors="0" numwarnings="0"/>
  </summary>
  <check id="phplint" title="PHP lint problems" url="http://php.net/docs.php" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows php lint problems in the code detected by php -l</description>
    <mess/>
  </check>
  <check id="phpcs" title="PHP coding style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="13" numwarnings="18" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by phpcs</description>
    <mess>
      <problem file="filter/medial/classes/privacy/provider.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/classes/privacy/provider.php#L27" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L42" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L50" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L60" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="82" lineto="82" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L82" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="82" lineto="82" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L82" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>No space found before comment text; expected "// $processing = preg_split('/(&lt;\/?(?:span|script)[^&gt;]*&gt;)/is', $text, 0, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);" but found "//$processing = preg_split('/(&lt;\/?(?:span|script)[^&gt;]*&gt;)/is', $text, 0, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);"</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="91" lineto="91" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L91" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L121" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L121" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 47% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L121" ruleset="Squiz" rule="WhiteSpace.SuperfluousWhitespace.EndLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Whitespace found at end of line</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="147" lineto="147" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L147" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="150" lineto="150" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L150" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="150" lineto="150" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L150" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceAfter" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space after "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="156" lineto="156" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L156" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="159" lineto="159" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L159" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="159" lineto="159" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L159" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceAfter" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space after "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="173" lineto="173" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L173" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="174" lineto="174" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L174" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="175" lineto="175" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L175" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="175" lineto="175" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L175" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceAfter" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space after "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="180" lineto="180" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L180" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="181" lineto="181" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L181" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="183" lineto="183" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L183" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="183" lineto="183" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L183" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceAfter" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space after "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="188" lineto="188" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L188" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="189" lineto="189" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L189" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L190" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L190" ruleset="Squiz" rule="WhiteSpace.OperatorSpacing.NoSpaceAfter" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space after "+"; 0 found</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/settings.php" linefrom="31" lineto="31" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/settings.php#L31" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/version.php" linefrom="36" lineto="36" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/version.php#L36" ruleset="Generic" rule="Arrays.DisallowLongArraySyntax.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Short array syntax must be used to define arrays</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/version.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/version.php#L37" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
  <check id="js" title="Javascript coding style problems" url="https://docs.moodle.org/dev/Javascript/Coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by eslint</description>
    <mess/>
  </check>
  <check id="css" title="CSS problems" url="https://docs.moodle.org/dev/CSS_coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows CSS problems detected by stylelint</description>
    <mess/>
  </check>
  <check id="phpdoc" title="PHPDocs style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="6" numwarnings="0" allowfiltering="1">
    <description>This section shows the phpdocs problems detected in the code by local_moodlecheck</description>
    <mess>
      <problem file="filter/medial/filter.php" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L34" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class filter_medial is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/filter.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/filter.php#L23" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package filter is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/lang/en/filter_medial.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/lang/en/filter_medial.php#L20" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package filter is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/settings.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/settings.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/settings.php" linefrom="18" lineto="18" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/settings.php#L18" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package filter is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/medial/version.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/a92c74704f4d9d01e058960e5e93bfe85fae5917/filter/medial/version.php#L20" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package filter is not valid</message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
  <check id="savepoint" title="Update savepoints problems" url="https://docs.moodle.org/dev/Upgrade_API" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows problems detected with the handling of upgrade savepoints</description>
    <mess/>
  </check>
  <check id="thirdparty" title="Third party library modification problems" url="https://docs.moodle.org/dev/Peer_reviewing#Third_party_code" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows problems detected with the modification of third party libraries</description>
    <mess/>
  </check>
  <check id="grunt" title="grunt changes" url="https://docs.moodle.org/dev/Grunt" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows files built by grunt and not commited</description>
    <mess/>
  </check>
  <check id="shifter" title="shifter problems" url="https://docs.moodle.org/dev/YUI/Shifter" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows problems detected by shifter</description>
    <mess/>
  </check>
  <check id="mustache" title="Mustache template problems" url="https://docs.moodle.org/dev/Templates" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows problems detected in mustache templates</description>
    <mess/>
  </check>
  <check id="gherkin" title="Gherkin .feature problems" url="https://docs.moodle.org/dev/Writing_acceptance_tests" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows problems detected in behat .feature files</description>
    <mess/>
  </check>
</smurf>
