Sha256: c48cbbc62c3f30515bd361b85a63b6c79357ce9ad67b44ed2ff83120d3f11b96

Contents?: true

Size: 977 Bytes

Versions: 13

Compression:

Stored size: 977 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="5.9">
<file name="/path/to/XXX.java">
<error line="0" severity="error" message="File does not end with a newline." source="com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck"/>
</file>
<file name="/path/to/YYY.java">
<error line="9" severity="error" message="interfaces should describe a type and hence have methods." source="com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck"/>
<error line="12" column="13" severity="error" message="Name &apos;enableOcr&apos; must match pattern &apos;^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$&apos;." source="com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck"/>
<error line="15" column="12" severity="error" message="Name &apos;selectedLanguage&apos; must match pattern &apos;^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$&apos;." source="com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck"/>
</file>
<file name="/path/to/ZZZ.java">
</file>
</checkstyle>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
danger-checkstyle_xml-0.0.5 spec/fixtures/checkstyle.xml
danger-checkstyle_xml-0.0.4 spec/fixtures/checkstyle.xml
danger-checkstyle_xml-0.0.3 spec/fixtures/checkstyle.xml
danger-checkstyle_xml-0.0.2 spec/fixtures/checkstyle.xml
danger-checkstyle_xml-0.0.1 spec/fixtures/checkstyle.xml
danger-checkstyle_formatter-0.0.3 spec/fixtures/checkstyle.xml
danger-checkstyle_formatter-0.0.2 spec/fixtures/checkstyle.xml
danger-checkstyle_formatter-0.0.1 spec/fixtures/checkstyle.xml
danger-checkstyle_format-0.1.1 spec/fixtures/checkstyle.xml
danger-checkstyle_format-0.1.0 spec/fixtures/checkstyle.xml
danger-checkstyle_format-0.0.4 spec/fixtures/checkstyle.xml
danger-checkstyle_format-0.0.3 spec/fixtures/checkstyle.xml
danger-checkstyle_format-0.0.1 spec/fixtures/checkstyle.xml