-
-
Notifications
You must be signed in to change notification settings - Fork 400
/
Copy pathcheckstyle.xml
25 lines (25 loc) · 3.13 KB
/
checkstyle.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="4.3">
<file name="{{path}}">
<error line="8" column="14" severity="error" message="Duplicate of attribute name [ bad ] was found." source="htmlhint.attr-no-duplication"/>
<error line="8" column="7" severity="warning" message="The value of attribute [ bad ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="8" column="14" severity="warning" message="The value of attribute [ bad ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="9" column="14" severity="error" message="Duplicate of attribute name [ bad ] was found." source="htmlhint.attr-no-duplication"/>
<error line="9" column="7" severity="warning" message="The value of attribute [ bad ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="9" column="14" severity="warning" message="The value of attribute [ bad ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="10" column="22" severity="warning" message="Tag must be paired, no start tag: [ </input> ]" source="htmlhint.tag-pair"/>
<error line="11" column="3" severity="warning" message="Special characters must be escaped : [ < ]." source="htmlhint.spec-char-escape"/>
<error line="11" column="18" severity="warning" message="Special characters must be escaped : [ > ]." source="htmlhint.spec-char-escape"/>
<error line="13" column="11" severity="warning" message="Tag must be paired, no start tag: [ </div> ]" source="htmlhint.tag-pair"/>
<error line="14" column="9" severity="warning" message="Tag must be paired, no start tag: [ </div> ]" source="htmlhint.tag-pair"/>
<error line="15" column="7" severity="warning" message="Tag must be paired, no start tag: [ </hello> ]" source="htmlhint.tag-pair"/>
<error line="16" column="5" severity="warning" message="Tag must be paired, no start tag: [ </test> ]" source="htmlhint.tag-pair"/>
<error line="17" column="3" severity="warning" message="Tag must be paired, no start tag: [ </div> ]" source="htmlhint.tag-pair"/>
<error line="21" column="15" severity="warning" message="The value of attribute [ class ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="21" column="24" severity="warning" message="The value of attribute [ what ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="21" column="32" severity="warning" message="The value of attribute [ something ] must be in double quotes." source="htmlhint.attr-value-double-quotes"/>
<error line="25" column="3" severity="warning" message="Tag must be paired, no start tag: [ </div> ]" source="htmlhint.tag-pair"/>
<error line="26" column="1" severity="warning" message="Tag must be paired, no start tag: [ </bad> ]" source="htmlhint.tag-pair"/>
<error line="27" column="1" severity="warning" message="Tag must be paired, no start tag: [ </bad> ]" source="htmlhint.tag-pair"/>
</file>
</checkstyle>