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