<?xml version="1.0"?>
<smurf version="0.9.1" numerrors="12" numwarnings="7">
  <summary status="error" numerrors="12" numwarnings="7" condensedresult="smurf,error,12,7:phplint,success,0,0;phpcs,error,1,6;js,success,0,0;css,error,4,0;phpdoc,error,6,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">
    <detail name="phplint" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpcs" status="error" numerrors="1" numwarnings="6"/>
    <detail name="js" status="success" numerrors="0" numwarnings="0"/>
    <detail name="css" status="error" numerrors="4" 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="externalbackup" status="success" numerrors="0" numwarnings="0"/>
    <detail name="grunt" status="error" numerrors="1" numwarnings="1"/>
    <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="1" numwarnings="6" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by phpcs</description>
    <mess>
      <problem file="filter/ivs/classes/privacy/provider.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/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/ivs/db/install.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/db/install.php#L26" 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/ivs/filter.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L24" 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/ivs/filter.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L60" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/filter.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L60" 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/ivs/filter.php" linefrom="61" lineto="61" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L61" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 163 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/version.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/version.php#L28" 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>
    </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="4" numwarnings="0" allowfiltering="1">
    <description>This section shows CSS problems detected by stylelint</description>
    <mess>
      <problem file="filter/ivs/styles.css" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/styles.css#L17" ruleset="stylelint" rule="rules.block-no-empty" url="https://docs.moodle.org/dev/CSS_coding_style" type="error" weight="5">
        <message>Unexpected empty block (block-no-empty)</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/styles.css" linefrom="2" lineto="2" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/styles.css#L2" ruleset="stylelint" rule="rules.declaration-no-important" url="https://docs.moodle.org/dev/CSS_coding_style" type="error" weight="5">
        <message>Unexpected !important (declaration-no-important)</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/styles.css" linefrom="3" lineto="3" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/styles.css#L3" ruleset="stylelint" rule="rules.declaration-no-important" url="https://docs.moodle.org/dev/CSS_coding_style" type="error" weight="5">
        <message>Unexpected !important (declaration-no-important)</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/styles.css" linefrom="14" lineto="14" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/styles.css#L14" ruleset="stylelint" rule="rules.declaration-no-important" url="https://docs.moodle.org/dev/CSS_coding_style" type="error" weight="5">
        <message>Unexpected !important (declaration-no-important)</message>
        <description/>
        <code/>
      </problem>
    </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/ivs/db/install.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/db/install.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/ivs/db/install.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/db/install.php#L28" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function xmldb_filter_ivs_install is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/filter.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L41" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function filter_ivs::setup is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/filter.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L58" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function filter_ivs::filter is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/filter.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/filter.php#L17" ruleset="moodle" rule="filehascopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="filter/ivs/version.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/filter/ivs/version.php#L17" ruleset="moodle" rule="filehascopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @copyright tag</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="externalbackup" title="Missing changes in external functions or backup support for new detected tables or columns" url="https://docs.moodle.org/dev/Peer_reviewing#The_Moodle_mobile_app" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas.</description>
    <mess/>
  </check>
  <check id="grunt" title="grunt changes" url="https://docs.moodle.org/dev/Grunt" numerrors="1" numwarnings="1" allowfiltering="0">
    <description>This section shows files built by grunt and not commited</description>
    <mess>
      <problem file="" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/#L0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Grunt" type="error" weight="5">
        <message>Problems running grunt</message>
        <description/>
        <code/>
      </problem>
      <problem file="" linefrom="0" lineto="0" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/8f0e11ec63fb971be4f1e4f2f3f1510e94315282/#L0" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Grunt" type="warning" weight="1">
        <message>Task "stylelint:css" failed. Use --force to continue.</message>
        <description/>
        <code/>
      </problem>
    </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>
