<?xml version="1.0" encoding="iso-8859-1"?>
<checkstyle version="mascot-1.0">
  <file name="example.ml">
    <error severity="info" message="Afferent couplings: 0" source="metrics.coupling" line="0"/>
    <error severity="info" message="Efferent couplings: 3 (Complex, List, Obj)" source="metrics.coupling" line="0"/>
    <error severity="error" message="illegal 'open' statement" source="code.open" line="1" column="0"/>
    <error severity="error" message="name \"a\" is too short (minimum size is 2)" source="code.identifier_length" line="6" column="6"/>
    <error severity="warning" message="line matches regexp \"Obj\\\\.magic\"" source="miscellaneous.regexp" line="7"/>
    <error severity="error" message="line is too long (40 instead of 32)" source="typography.line_length" line="7" column="40"/>
    <error severity="error" message="useless binding" source="code.useless_binding" line="8" column="6"/>
    <error severity="error" message="3 nested 'for' loops (instead of 2)" source="code.nested_for" line="12" column="2"/>
    <error severity="error" message="string literal \"hello.\" is used 3 times" source="code.string_literals" line="17"/>
    <error severity="error" message="complex condition (5 operators instead of 3)" source="code.complex_condition" line="23" column="2"/>
    <error severity="error" message="line is too long (68 instead of 32)" source="typography.line_length" line="23" column="68"/>
  </file>
  <file name="example.mli">
    <error severity="error" message="structure exports 4 items (instead of 2)" source="interface.exported_count" line="1"/>
    <error severity="error" message="missing type comment" source="documentation.type_comment" line="3" column="0"/>
    <error severity="error" message="line is too long (38 instead of 32)" source="typography.line_length" line="4" column="38"/>
    <error severity="error" message="line is too long (45 instead of 32)" source="typography.line_length" line="5" column="45"/>
    <error severity="error" message="missing value comment" source="documentation.value_comment" line="10" column="0"/>
    <error severity="error" message="line is too long (35 instead of 32)" source="typography.line_length" line="13" column="35"/>
  </file>
</checkstyle>

